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

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

Issue 2842963003: Partial revert of "Attempt to disable tab_capture_end2end_tests on the trybots" (Closed)
Patch Set: Created 3 years, 7 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 # This is a .pyl, or "Python Literal", file. You can treat it just like a 5 # This is a .pyl, or "Python Literal", file. You can treat it just like a
6 # .json file, with the following exceptions: 6 # .json file, with the following exceptions:
7 # * all keys must be quoted (use single quotes, please); 7 # * all keys must be quoted (use single quotes, please);
8 # * comments are allowed, using '#' syntax; and 8 # * comments are allowed, using '#' syntax; and
9 # * trailing commas are allowed. 9 # * trailing commas are allowed.
10 10
(...skipping 878 matching lines...) Expand 10 before | Expand all | Expand 10 after
889 "label": "//chrome/test:sync_integration_tests", 889 "label": "//chrome/test:sync_integration_tests",
890 "type": "windowed_test_launcher", 890 "type": "windowed_test_launcher",
891 }, 891 },
892 "system_webview_apk": { 892 "system_webview_apk": {
893 "label": "//android_webview:system_webview_apk", 893 "label": "//android_webview:system_webview_apk",
894 "type": "additional_compile_target", 894 "type": "additional_compile_target",
895 }, 895 },
896 "tab_capture_end2end_tests": { 896 "tab_capture_end2end_tests": {
897 # TODO(dpranke), TODO(crbug.com/714336): What is the right label to 897 # TODO(dpranke), TODO(crbug.com/714336): What is the right label to
898 # have here (and/or the right way to run this?). 898 # have here (and/or the right way to run this?).
899 "label": "//chrome/test:tab_capture_end2end_tests", 899 "label": "//chrome/test:browser_tests",
900 "type": "gpu_browser_test", 900 "type": "gpu_browser_test",
901 "gtest_filter": "CastStreamingApiTestWithPixelOutput.EndToEnd*:TabCaptureApi PixelTest.EndToEnd*", 901 "gtest_filter": "CastStreamingApiTestWithPixelOutput.EndToEnd*:TabCaptureApi PixelTest.EndToEnd*",
902 }, 902 },
903 "telemetry_gpu_integration_test": { 903 "telemetry_gpu_integration_test": {
904 "label": "//chrome/test:telemetry_gpu_integration_test", 904 "label": "//chrome/test:telemetry_gpu_integration_test",
905 "type": "script", 905 "type": "script",
906 "script": "//testing/scripts/run_gpu_integration_test_as_googletest.py", 906 "script": "//testing/scripts/run_gpu_integration_test_as_googletest.py",
907 "args": [ 907 "args": [
908 "../../content/test/gpu/run_gpu_integration_test.py", 908 "../../content/test/gpu/run_gpu_integration_test.py",
909 ], 909 ],
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
1125 }, 1125 },
1126 "wm_unittests": { 1126 "wm_unittests": {
1127 "label": "//ui/wm:wm_unittests", 1127 "label": "//ui/wm:wm_unittests",
1128 "type": "windowed_test_launcher", 1128 "type": "windowed_test_launcher",
1129 }, 1129 },
1130 "wtf_unittests": { 1130 "wtf_unittests": {
1131 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", 1131 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests",
1132 "type": "console_test_launcher", 1132 "type": "console_test_launcher",
1133 }, 1133 },
1134 } 1134 }
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