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

Unified Diff: testing/buildbot/gn_isolate_map.pyl

Issue 2961603003: Try converting some tests over to using console_test_launcher. (Closed)
Patch Set: Created 3 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/gn_isolate_map.pyl
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
index f305fcf7515e05a1f38ed8bede3f27d0c7deb9c9..f1c436924d523879a022f21ec54016885ac0f908 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -79,8 +79,7 @@
},
"accessibility_unittests": {
"label": "//ui/accessibility:accessibility_unittests",
- "type": "raw",
- "args": [],
+ "type": "console_test_launcher",
},
"android_webview_unittests": {
"label": "//android_webview/test:android_webview_unittests",
@@ -201,10 +200,7 @@
},
"cacheinvalidation_unittests": {
"label": "//third_party/cacheinvalidation:cacheinvalidation_unittests",
- "type": "raw",
- "args": [
- "--test-launcher-bot-mode",
- ],
+ "type": "console_test_launcher",
},
"capture_unittests": {
"label": "//media/capture:capture_unittests",
@@ -469,8 +465,7 @@
},
"gfx_unittests": {
"label": "//ui/gfx:gfx_unittests",
- "type": "raw",
- "args": [],
+ "type": "console_test_launcher",
},
"gin_unittests": {
"label": "//gin:gin_unittests",
@@ -498,8 +493,7 @@
},
"gn_unittests": {
"label": "//tools/gn:gn_unittests",
- "type": "raw",
- "args": [],
+ "type": "console_test_launcher",
},
"google_apis_unittests": {
"label": "//google_apis:google_apis_unittests",
@@ -761,8 +755,7 @@
},
"nacl_loader_unittests": {
"label": "//components/nacl/loader:nacl_loader_unittests",
- "type": "raw",
- "args": [],
+ "type": "console_test_launcher",
},
"net_junit_tests": {
"label": "//net/android:net_junit_tests",
@@ -818,8 +811,7 @@
},
"sandbox_linux_unittests": {
"label": "//sandbox/linux:sandbox_linux_unittests",
- "type": "raw",
- "args": [],
+ "type": "console_test_launcher",
},
"sandbox_mac_unittests": {
"label": "//sandbox/mac:sandbox_mac_unittests",
« 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