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

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

Issue 2577823002: Run wtf_unittests on ClangToTLinuxUBSanVptr tester. (Closed)
Patch Set: Created 4 years 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 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": false 9 "can_use_on_swarming_builders": false
10 }, 10 },
(...skipping 5630 matching lines...) Expand 10 before | Expand all | Expand 10 after
5641 "swarming": { 5641 "swarming": {
5642 "can_use_on_swarming_builders": true 5642 "can_use_on_swarming_builders": true
5643 }, 5643 },
5644 "test": "views_unittests" 5644 "test": "views_unittests"
5645 }, 5645 },
5646 { 5646 {
5647 "swarming": { 5647 "swarming": {
5648 "can_use_on_swarming_builders": true 5648 "can_use_on_swarming_builders": true
5649 }, 5649 },
5650 "test": "webkit_unit_tests" 5650 "test": "webkit_unit_tests"
5651 },
5652 {
5653 "swarming": {
5654 "can_use_on_swarming_builders": true
5655 },
5656 "test": "wtf_unittests"
5651 } 5657 }
5652 ] 5658 ]
5653 }, 5659 },
5654 "ClangToTMac tester": { 5660 "ClangToTMac tester": {
5655 "gtest_tests": [ 5661 "gtest_tests": [
5656 { 5662 {
5657 "swarming": { 5663 "swarming": {
5658 "can_use_on_swarming_builders": true 5664 "can_use_on_swarming_builders": true
5659 }, 5665 },
5660 "test": "accessibility_unittests" 5666 "test": "accessibility_unittests"
(...skipping 8601 matching lines...) Expand 10 before | Expand all | Expand 10 after
14262 }, 14268 },
14263 { 14269 {
14264 "swarming": { 14270 "swarming": {
14265 "can_use_on_swarming_builders": true 14271 "can_use_on_swarming_builders": true
14266 }, 14272 },
14267 "test": "views_unittests" 14273 "test": "views_unittests"
14268 } 14274 }
14269 ] 14275 ]
14270 } 14276 }
14271 } 14277 }
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