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

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

Issue 1099453004: Disable flaky tests on Linux Release (AMD) GPU FYI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re-add "sample usage" Created 5 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 | « content/test/gpu/gpu_tests/context_lost_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 0169a242db61ff615120cd368e8c79b3ea7e8d6e..d77a08451a1b8207a396310c646c67b33fdc6abe 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -198,6 +198,12 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['linux', ('amd', 0x6779)], bug=436212)
self.Fail('conformance/more/functions/uniformf.html',
['linux', ('amd', 0x6779)], bug=436212)
+ self.Fail('conformance/glsl/misc/shaders-with-invariance.html',
+ ['linux', ('amd', 0x6779)], bug=479952)
+ self.Fail('conformance/textures/texture-mips.html',
+ ['linux', ('amd', 0x6779)], bug=479981)
+ self.Fail('conformance/textures/texture-size-cube-maps.html',
+ ['linux', ('amd', 0x6779)], bug=479983)
# Android failures
# The following test is very slow and therefore times out on Android bot.
« no previous file with comments | « content/test/gpu/gpu_tests/context_lost_expectations.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698