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

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

Issue 2649343002: Roll WebGL 9b0c9de..3c655cc (Closed)
Patch Set: update expectations Created 3 years, 11 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 | « DEPS ('k') | content/test/gpu/gpu_tests/webgl_conformance_expectations.py » ('j') | 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 119d9c6373f7ca9225e9f5ec85b6e46b251a768d..8a57b370443efa8fee59551c936da2c160cc425d 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -682,8 +682,11 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/textures/image/' +
'tex-3d-rg8ui-rg_integer-unsigned_byte.html',
['linux', ('nvidia', 0xf02)], bug=680282)
- self.Fail('conformance2/textures/image_data/tex-2d-rg32f-rg-float.html',
qiankun 2017/01/25 02:27:47 This failure disappeared in this roll.
- ['linux', 'nvidia'], bug=682190)
+ self.Fail('conformance2/textures/image_data/tex-2d-rg16f-rg-half_float.html',
+ ['linux', 'nvidia'], bug=684399)
+ self.Fail('conformance2/textures/image_bitmap_from_blob/' +
+ 'tex-2d-rgb565-rgb-unsigned_byte.html',
+ ['linux', 'nvidia'], bug=684399)
Zhenyao Mo 2017/01/24 16:47:10 Are these flaky or consistently failing?
qiankun 2017/01/25 02:27:47 They failed always in this roll.
# Linux Intel
self.Fail('conformance2/extensions/ext-color-buffer-float.html',
@@ -696,14 +699,14 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html',
['linux', 'intel'], bug=635528)
- self.Fail('conformance2/textures/misc/tex-mipmap-levels.html',
- ['linux', 'intel'], bug=666384)
self.Fail('conformance2/textures/misc/tex-subimage3d-pixel-buffer-bug.html',
['linux', 'intel'], bug=662644) # WebGL 2.0.1
self.Fail('deqp/functional/gles3/shadertexturefunction/texturesize.html',
['linux', 'intel'], bug=666384)
+ self.Fail('conformance2/textures/misc/tex-3d-mipmap-levels-intel-bug.html',
+ ['linux', 'intel'], bug=666384)
# Fails on Intel Mesa GL 3.3, passes on Intel Mesa GL 4.5.
self.Fail('conformance2/misc/views-with-offsets.html',
« no previous file with comments | « DEPS ('k') | content/test/gpu/gpu_tests/webgl_conformance_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698