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

Side by Side Diff: testing/buildbot/chromium.fyi.json

Issue 2224133002: Stop running nacl_integration on ClangToTMacASan tester (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Android Asan Builder Tests (dbg)": { 2 "Android Asan Builder Tests (dbg)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "args": [ 5 "args": [
6 "--tool=asan" 6 "--tool=asan"
7 ], 7 ],
8 "test": "android_webview_unittests" 8 "test": "android_webview_unittests"
9 }, 9 },
10 { 10 {
(...skipping 3706 matching lines...) Expand 10 before | Expand all | Expand 10 after
3717 "can_use_on_swarming_builders": true 3717 "can_use_on_swarming_builders": true
3718 }, 3718 },
3719 "test": "webkit_unit_tests" 3719 "test": "webkit_unit_tests"
3720 }, 3720 },
3721 { 3721 {
3722 "swarming": { 3722 "swarming": {
3723 "can_use_on_swarming_builders": true 3723 "can_use_on_swarming_builders": true
3724 }, 3724 },
3725 "test": "wtf_unittests" 3725 "test": "wtf_unittests"
3726 } 3726 }
3727 ],
3728 "scripts": [
3729 {
3730 "name": "nacl_integration",
3731 "script": "nacl_integration.py"
3732 }
3733 ] 3727 ]
3734 }, 3728 },
3735 "ClangToTWin tester": { 3729 "ClangToTWin tester": {
3736 "gtest_tests": [ 3730 "gtest_tests": [
3737 { 3731 {
3738 "swarming": { 3732 "swarming": {
3739 "can_use_on_swarming_builders": true 3733 "can_use_on_swarming_builders": true
3740 }, 3734 },
3741 "test": "angle_unittests" 3735 "test": "angle_unittests"
3742 }, 3736 },
(...skipping 7427 matching lines...) Expand 10 before | Expand all | Expand 10 after
11170 }, 11164 },
11171 { 11165 {
11172 "swarming": { 11166 "swarming": {
11173 "can_use_on_swarming_builders": true 11167 "can_use_on_swarming_builders": true
11174 }, 11168 },
11175 "test": "views_unittests" 11169 "test": "views_unittests"
11176 } 11170 }
11177 ] 11171 ]
11178 } 11172 }
11179 } 11173 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698