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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_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 "client.webrtc.fyi", 8 "client.webrtc.fyi",
9 "--builder", 9 "--builder",
10 "Linux UBSan", 10 "Linux UBSan",
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 "python", 444 "python",
445 "-u", 445 "-u",
446 "[BUILD]/scripts/slave/runtest.py", 446 "[BUILD]/scripts/slave/runtest.py",
447 "--target", 447 "--target",
448 "Release", 448 "Release",
449 "--xvfb", 449 "--xvfb",
450 "--factory-properties", 450 "--factory-properties",
451 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"recipe\": \"webrtc/stan dalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 451 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"recipe\": \"webrtc/stan dalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
452 "--build-properties", 452 "--build-properties",
453 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"recipe\": \"webrtc/stan dalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 453 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"recipe\": \"webrtc/stan dalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
454 "--test-type=video_engine_core_unittests",
455 "--step-name=video_engine_core_unittests",
456 "--builder-name=Linux UBSan",
457 "--slave-name=slavename",
458 "--build-number=1337",
459 "--run-python-script",
460 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
461 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
462 "[SLAVE_BUILD]/src/out/Release/video_engine_core_unittests",
463 "--"
464 ],
465 "cwd": "[SLAVE_BUILD]",
466 "name": "video_engine_core_unittests"
467 },
468 {
469 "cmd": [
470 "python",
471 "-u",
472 "[BUILD]/scripts/slave/runtest.py",
473 "--target",
474 "Release",
475 "--xvfb",
476 "--factory-properties",
477 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"recipe\": \"webrtc/stan dalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
478 "--build-properties",
479 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"recipe\": \"webrtc/stan dalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
480 "--test-type=video_engine_tests", 454 "--test-type=video_engine_tests",
481 "--step-name=video_engine_tests", 455 "--step-name=video_engine_tests",
482 "--builder-name=Linux UBSan", 456 "--builder-name=Linux UBSan",
483 "--slave-name=slavename", 457 "--slave-name=slavename",
484 "--build-number=1337", 458 "--build-number=1337",
485 "--run-python-script", 459 "--run-python-script",
486 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 460 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
487 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", 461 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
488 "[SLAVE_BUILD]/src/out/Release/video_engine_tests", 462 "[SLAVE_BUILD]/src/out/Release/video_engine_tests",
489 "--" 463 "--"
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 ], 518 ],
545 "cwd": "[SLAVE_BUILD]", 519 "cwd": "[SLAVE_BUILD]",
546 "name": "webrtc_nonparallel_tests" 520 "name": "webrtc_nonparallel_tests"
547 }, 521 },
548 { 522 {
549 "name": "$result", 523 "name": "$result",
550 "recipe_result": null, 524 "recipe_result": null,
551 "status_code": 0 525 "status_code": 0
552 } 526 }
553 ] 527 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698