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

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

Issue 1664663002: Revert of Re-enable the ANGLE dEQP tests on Linux on the GPU FYI waterfall (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « testing/buildbot/chromium.gpu.fyi.json ('k') | tools/mb/mb_config.pyl » ('j') | 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 20 matching lines...) Expand all
31 # "unknown" 31 # "unknown"
32 # : (the default), which indicates that we don't know what the command line 32 # : (the default), which indicates that we don't know what the command line
33 # needs to be (this is a fatal error). 33 # needs to be (this is a fatal error).
34 34
35 { 35 {
36 "accessibility_unittests": { 36 "accessibility_unittests": {
37 "label": "//ui/accessibility:accessibility_unittests", 37 "label": "//ui/accessibility:accessibility_unittests",
38 "type": "raw", 38 "type": "raw",
39 "args": [], 39 "args": [],
40 }, 40 },
41 "angle_deqp_gles2_tests": {
42 "label": "//third_party/angle/src/tests:angle_deqp_gles2_tests",
43 "type": "raw",
44 "args": [],
45 },
46 "angle_deqp_gles3_tests": {
47 "label": "//third_party/angle/src/tests:angle_deqp_gles3_tests",
48 "type": "raw",
49 "args": [],
50 },
51 "angle_end2end_tests": { 41 "angle_end2end_tests": {
52 "label": "//third_party/angle/src/tests:angle_end2end_tests", 42 "label": "//third_party/angle/src/tests:angle_end2end_tests",
53 "type": "raw", 43 "type": "raw",
54 "args": [], 44 "args": [],
55 }, 45 },
56 "angle_unittests": { 46 "angle_unittests": {
57 "label": "//third_party/angle/src/tests:angle_unittests", 47 "label": "//third_party/angle/src/tests:angle_unittests",
58 "type": "raw", 48 "type": "raw",
59 "args": [], 49 "args": [],
60 }, 50 },
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 }, 485 },
496 "wm_unittests": { 486 "wm_unittests": {
497 "label": "//ui/wm:wm_unittests", 487 "label": "//ui/wm:wm_unittests",
498 "type": "windowed_test_launcher", 488 "type": "windowed_test_launcher",
499 }, 489 },
500 "wtf_unittests": { 490 "wtf_unittests": {
501 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", 491 "label": "//third_party/WebKit/Source/wtf:wtf_unittests",
502 "type": "console_test_launcher", 492 "type": "console_test_launcher",
503 }, 493 },
504 } 494 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.gpu.fyi.json ('k') | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698