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

Side by Side Diff: testing/buildbot/gn_isolate_map.pyl

Issue 2339153002: gn_isolate_map.pyl: modules_unittests needs to run under Xvfb. (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 ## Copyright 2015 The Chromium Authors. All rights reserved. 1 ## Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # gn_isolate_map.pyl - A mapping of Ninja build target names to GN labels and 5 # gn_isolate_map.pyl - A mapping of Ninja build target names to GN labels and
6 # test type classifications for the tests that are run on the bots. 6 # test type classifications for the tests that are run on the bots.
7 # 7 #
8 # This mapping is used by MB so that we can uniformly refer to test binaries 8 # This mapping is used by MB so that we can uniformly refer to test binaries
9 # by their Ninja target names in the recipes and not need to worry about how 9 # by their Ninja target names in the recipes and not need to worry about how
10 # they are referred to in GN or GYP specifically (the GYP target name is pretty 10 # they are referred to in GN or GYP specifically (the GYP target name is pretty
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 "midi_unittests": { 431 "midi_unittests": {
432 "label": "//media/midi:midi_unittests", 432 "label": "//media/midi:midi_unittests",
433 "type": "windowed_test_launcher", 433 "type": "windowed_test_launcher",
434 }, 434 },
435 "modules_tests": { 435 "modules_tests": {
436 "label": "//webrtc/modules:modules_tests", 436 "label": "//webrtc/modules:modules_tests",
437 "type": "console_test_launcher", 437 "type": "console_test_launcher",
438 }, 438 },
439 "modules_unittests": { 439 "modules_unittests": {
440 "label": "//webrtc/modules:modules_unittests", 440 "label": "//webrtc/modules:modules_unittests",
441 "type": "console_test_launcher", 441 "type": "windowed_test_launcher",
442 }, 442 },
443 "mojo_common_unittests": { 443 "mojo_common_unittests": {
444 "label": "//mojo/common:mojo_common_unittests", 444 "label": "//mojo/common:mojo_common_unittests",
445 "type": "console_test_launcher", 445 "type": "console_test_launcher",
446 }, 446 },
447 "mojo_js_integration_tests": { 447 "mojo_js_integration_tests": {
448 "label": "//mojo/edk/js/test:js_integration_tests", 448 "label": "//mojo/edk/js/test:js_integration_tests",
449 "type": "console_test_launcher", 449 "type": "console_test_launcher",
450 }, 450 },
451 "mojo_js_unittests": { 451 "mojo_js_unittests": {
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 }, 733 },
734 "wtf_unittests": { 734 "wtf_unittests": {
735 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", 735 "label": "//third_party/WebKit/Source/wtf:wtf_unittests",
736 "type": "console_test_launcher", 736 "type": "console_test_launcher",
737 }, 737 },
738 "xmllite_xmpp_unittests": { 738 "xmllite_xmpp_unittests": {
739 "label": "//webrtc:xmllite_xmpp_unittests", 739 "label": "//webrtc:xmllite_xmpp_unittests",
740 "type": "console_test_launcher", 740 "type": "console_test_launcher",
741 } 741 }
742 } 742 }
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