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

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

Issue 1910553003: Revert of Remove flaky timeout suppression for TexImage2D with RGB/UNSIGNED_BYTE. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: 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 7cf997811d924a60dd754e7a4066f1c5c5e46064..d91898e72dcfa46a85305dbee78ef2f1ca5c5869 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -197,6 +197,9 @@
['linux', 'nvidia'], bug=544989) # Too flaky to retry
self.Flaky('conformance/extensions/oes-element-index-uint.html',
['linux', 'nvidia'], bug=524144)
+ self.Flaky('conformance/textures/image/' +
+ 'tex-2d-rgb-rgb-unsigned_byte.html',
+ ['linux', 'nvidia'], bug=596622)
# AMD
self.Flaky('conformance/more/functions/uniformi.html',
['linux', 'amd'], bug=550989)
« 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