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

Unified Diff: testing/buildbot/gn_isolate_map.pyl

Issue 1654183002: 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: whitespace Created 4 years, 11 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
Index: testing/buildbot/gn_isolate_map.pyl
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
index bbcd120d1216f31009300b067914f9229ac332a8..d898133da0570f754de8d9975936cf442c044ee3 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -38,6 +38,16 @@
"type": "raw",
"args": [],
},
+ "angle_deqp_gles2_tests": {
+ "label": "//third_party/angle/src/tests:angle_deqp_gles2_tests",
Ken Russell (switch to Gerrit) 2016/02/03 00:50:29 These targets are only defined conditionally. Will
Ken Russell (switch to Gerrit) 2016/02/03 00:50:55 To answer my own question, I guess we'll find out
+ "type": "raw",
+ "args": [],
+ },
+ "angle_deqp_gles3_tests": {
+ "label": "//third_party/angle/src/tests:angle_deqp_gles3_tests",
+ "type": "raw",
+ "args": [],
+ },
"angle_end2end_tests": {
"label": "//third_party/angle/src/tests:angle_end2end_tests",
"type": "raw",

Powered by Google App Engine
This is Rietveld 408576698