Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(697)

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_ubsan.json

Issue 1454423003: WebRTC: Remove video_engine_core_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebased Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "linux_ubsan", 10 "linux_ubsan",
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 "python", 440 "python",
441 "-u", 441 "-u",
442 "[BUILD]/scripts/slave/runtest.py", 442 "[BUILD]/scripts/slave/runtest.py",
443 "--target", 443 "--target",
444 "Release", 444 "Release",
445 "--xvfb", 445 "--xvfb",
446 "--factory-properties", 446 "--factory-properties",
447 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"issue \": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \ "webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.riet veld.url\", \"slavename\": \"slavename\"}", 447 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"issue \": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \ "webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.riet veld.url\", \"slavename\": \"slavename\"}",
448 "--build-properties", 448 "--build-properties",
449 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"issue \": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \ "webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.riet veld.url\", \"slavename\": \"slavename\"}", 449 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"issue \": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \ "webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.riet veld.url\", \"slavename\": \"slavename\"}",
450 "--test-type=video_engine_core_unittests",
451 "--step-name=video_engine_core_unittests",
452 "--builder-name=linux_ubsan",
453 "--slave-name=slavename",
454 "--run-python-script",
455 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
456 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
457 "[SLAVE_BUILD]/src/out/Release/video_engine_core_unittests",
458 "--"
459 ],
460 "cwd": "[SLAVE_BUILD]",
461 "name": "video_engine_core_unittests"
462 },
463 {
464 "cmd": [
465 "python",
466 "-u",
467 "[BUILD]/scripts/slave/runtest.py",
468 "--target",
469 "Release",
470 "--xvfb",
471 "--factory-properties",
472 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"issue \": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \ "webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.riet veld.url\", \"slavename\": \"slavename\"}",
473 "--build-properties",
474 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"issue \": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \ "webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.riet veld.url\", \"slavename\": \"slavename\"}",
475 "--test-type=video_engine_tests", 450 "--test-type=video_engine_tests",
476 "--step-name=video_engine_tests", 451 "--step-name=video_engine_tests",
477 "--builder-name=linux_ubsan", 452 "--builder-name=linux_ubsan",
478 "--slave-name=slavename", 453 "--slave-name=slavename",
479 "--run-python-script", 454 "--run-python-script",
480 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 455 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
481 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", 456 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
482 "[SLAVE_BUILD]/src/out/Release/video_engine_tests", 457 "[SLAVE_BUILD]/src/out/Release/video_engine_tests",
483 "--" 458 "--"
484 ], 459 ],
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 ], 508 ],
534 "cwd": "[SLAVE_BUILD]", 509 "cwd": "[SLAVE_BUILD]",
535 "name": "webrtc_nonparallel_tests" 510 "name": "webrtc_nonparallel_tests"
536 }, 511 },
537 { 512 {
538 "name": "$result", 513 "name": "$result",
539 "recipe_result": null, 514 "recipe_result": null,
540 "status_code": 0 515 "status_code": 0
541 } 516 }
542 ] 517 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698