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

Unified Diff: content/test/gpu/gpu_tests/webgl_conformance_expectations.py

Issue 1973053002: WebGL expectations: add unittest checking pages exist. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Better solution Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/gpu/gpu_tests/webgl2_conformance_expectations.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_tests/webgl_conformance_expectations.py
diff --git a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
index 2968a3a980c0444781857b9ad477a5c846da4731..640976a8bed2b9243b3e7998db82b9d2a8332dc1 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -16,6 +16,11 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.CheckPatternIsValid(pattern)
GpuTestExpectations.Fail(self, pattern, condition, bug)
+ def Flaky(self, pattern, condition=None, bug=None, max_num_retries=2):
+ self.CheckPatternIsValid(pattern)
+ GpuTestExpectations.Flaky(self, pattern, condition, bug=bug,
+ max_num_retries=max_num_retries)
+
def Skip(self, pattern, condition=None, bug=None):
self.CheckPatternIsValid(pattern)
GpuTestExpectations.Skip(self, pattern, condition, bug)
« no previous file with comments | « content/test/gpu/gpu_tests/webgl2_conformance_expectations.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698