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

Unified Diff: scripts/slave/recipe_modules/gpu/common.py

Issue 1238313002: Temporarily disable dEQP from the GPU FYI waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 5 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: scripts/slave/recipe_modules/gpu/common.py
diff --git a/scripts/slave/recipe_modules/gpu/common.py b/scripts/slave/recipe_modules/gpu/common.py
index 367dba36190cbd91bcd1584cbb32bc3afa6b56e6..e000f21ce59aa306865bb0af2b4038e6b7f7d5c2 100644
--- a/scripts/slave/recipe_modules/gpu/common.py
+++ b/scripts/slave/recipe_modules/gpu/common.py
@@ -28,7 +28,8 @@ WIN_AND_LINUX_ONLY_FYI_ONLY_GPU_ISOLATES = (
)
WIN_ONLY_FYI_ONLY_GPU_ISOLATES = (
- 'angle_deqp_tests',
+# TODO(jmadill): re-enable this once the GLES3 tests are ready
+# 'angle_deqp_tests',
)
# A list of all Windows FYI isolates for testing
« no previous file with comments | « scripts/slave/recipe_modules/gpu/api.py ('k') | scripts/slave/recipes/gpu/build_and_test.expected/win_release_fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698