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

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

Issue 2804963003: Disable blitframebuffer-size-overflow on Linux NVIDIA P400 (Closed)
Patch Set: Created 3 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/webgl2_conformance_expectations.py
diff --git a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
index ecb27677b8565bb76b086c95ccaca81eccc00746..15e65648b0c2f5de124d49e7d19effa09bed0c99 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -712,6 +712,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# Linux NVIDIA Quadro P400
self.Fail('deqp/functional/gles3/multisample.html',
['linux', ('nvidia', 0x1cb3)], bug=702861)
+ # This test causes a lost device and then the next test fails.
+ self.Skip('conformance2/rendering/blitframebuffer-size-overflow.html',
+ ['linux', ('nvidia', 0x1cb3)], bug=709320)
# Linux Intel
self.Fail('conformance2/extensions/ext-color-buffer-float.html',
« 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