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

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

Issue 2290723002: ClangToTAndroidASan: Run base_unittests instead of gfx_unittests. (Closed)
Patch Set: Created 4 years, 3 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 2343 matching lines...) Expand 10 before | Expand all | Expand 10 after
2354 "script": "nacl_integration.py" 2354 "script": "nacl_integration.py"
2355 } 2355 }
2356 ] 2356 ]
2357 }, 2357 },
2358 "ClangToTAndroidASan": { 2358 "ClangToTAndroidASan": {
2359 "gtest_tests": [ 2359 "gtest_tests": [
2360 { 2360 {
2361 "args": [ 2361 "args": [
2362 "--tool=asan" 2362 "--tool=asan"
2363 ], 2363 ],
2364 "test": "components_browsertests" 2364 "test": "base_unittests"
2365 }, 2365 },
2366 { 2366 {
2367 "args": [ 2367 "args": [
2368 "--tool=asan" 2368 "--tool=asan"
2369 ], 2369 ],
2370 "test": "gfx_unittests" 2370 "test": "components_browsertests"
2371 } 2371 }
2372 ], 2372 ],
2373 "junit_tests": [ 2373 "junit_tests": [
2374 { 2374 {
2375 "test": "base_junit_tests" 2375 "test": "base_junit_tests"
2376 } 2376 }
2377 ] 2377 ]
2378 }, 2378 },
2379 "ClangToTLinux tester": { 2379 "ClangToTLinux tester": {
2380 "gtest_tests": [ 2380 "gtest_tests": [
(...skipping 9103 matching lines...) Expand 10 before | Expand all | Expand 10 after
11484 }, 11484 },
11485 { 11485 {
11486 "swarming": { 11486 "swarming": {
11487 "can_use_on_swarming_builders": true 11487 "can_use_on_swarming_builders": true
11488 }, 11488 },
11489 "test": "views_unittests" 11489 "test": "views_unittests"
11490 } 11490 }
11491 ] 11491 ]
11492 } 11492 }
11493 } 11493 }
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