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

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

Issue 411673002: Remove ash_unittests to see if it's affecting bot stability (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« 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 "XP Tests (1)": { 2 "XP Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "interactive_ui_tests", 4 "interactive_ui_tests",
5 "cacheinvalidation_unittests", 5 "cacheinvalidation_unittests",
6 "cast_unittests", 6 "cast_unittests",
7 "cc_unittests", 7 "cc_unittests",
8 "chromedriver_unittests", 8 "chromedriver_unittests",
9 "courgette_unittests", 9 "courgette_unittests",
10 "crypto_unittests", 10 "crypto_unittests",
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 "Interactive Tests (dbg)": { 325 "Interactive Tests (dbg)": {
326 "gtest_tests": [ 326 "gtest_tests": [
327 "interactive_ui_tests" 327 "interactive_ui_tests"
328 ] 328 ]
329 }, 329 },
330 "Win8 Aura": { 330 "Win8 Aura": {
331 "gtest_tests": [ 331 "gtest_tests": [
332 "views_unittests", 332 "views_unittests",
333 "wm_unittests", 333 "wm_unittests",
334 "aura_unittests", 334 "aura_unittests",
335 "ash_unittests",
336 "compositor_unittests", 335 "compositor_unittests",
337 "events_unittests" 336 "events_unittests"
338 ] 337 ]
339 } 338 }
340 } 339 }
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