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

Unified Diff: testing/buildbot/gn_isolate_map.pyl

Issue 2509033006: Reland: Run gl_unittests with Ozone X11. (Closed)
Patch Set: Remove from all target. Created 4 years, 1 month 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 | « testing/buildbot/chromium.chromiumos.json ('k') | tools/mb/mb.py » ('j') | 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 0660d4bbc37496da42f8346813d219aed3b4a753..8b997cd5399c09e3ea9de8bd7a370bc9b3164104 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -20,7 +20,8 @@
# "windowed_test_launcher"
# : the test is a gtest-based test that uses the "brave-new-test-launcher"
# from //base/test:test_support and needs to run under Xvfb if run on
-# an X11-based platform (use_x11=true).
+# an X11-based platform (use_x11=true or use_ozone=true &&
+# --ozone_platform=x11).
# "console_test_launcher"
# : the test is a gtest-based test that uses the "brave-new-test-launcher"
# from //base/test:test_support but does not need Xvfb.
@@ -439,6 +440,13 @@
"type": "raw",
"args": [],
},
+ "gl_unittests_ozonex": {
+ "label": "//ui/gl:gl_unittests_ozonex",
+ "label_type": "group",
+ "type": "windowed_test_launcher",
+ "executable": "gl_unittests",
+ "args": ["--ozone-platform=x11"],
+ },
"gn_all": {
"label": "//:gn_all",
"type": "additional_compile_target",
« no previous file with comments | « testing/buildbot/chromium.chromiumos.json ('k') | tools/mb/mb.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698