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

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

Issue 2000313003: Set correct bug ID for a few webgl2 conformance test expectations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « 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 ec037d95668c9df67749535ebca6a09f63c5f9ec..c01991bf8bcf0acd38c87130a991fd8a25bb35df 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -319,10 +319,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('deqp/functional/gles3/texturespecification/' +
'texstorage2d_format_depth_stencil.html',
- ['win', ('amd', 0x6779)], bug=483282)
+ ['win', ('amd', 0x6779)], bug=614178)
self.Fail('deqp/functional/gles3/texturespecification/' +
'texstorage3d_format_depth_stencil.html',
- ['win', ('amd', 0x6779)], bug=483282)
+ ['win', ('amd', 0x6779)], bug=614178)
# Win / Intel
self.Fail('conformance2/buffers/uniform-buffers.html',
@@ -382,51 +382,52 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mac', ('nvidia', 0xfe9)], bug=483282)
self.Fail('deqp/functional/gles3/shaderswitch.html',
['mac', ('nvidia', 0xfe9)], bug=483282)
+
self.Fail('deqp/functional/gles3/texturespecification/' +
'teximage2d_pbo_2d_00.html',
- ['mac', ('nvidia', 0xfe9)], bug=483282)
+ ['mac', ('nvidia', 0xfe9)], bug=614174)
self.Fail('deqp/functional/gles3/texturespecification/' +
'teximage2d_pbo_2d_01.html',
- ['mac', ('nvidia', 0xfe9)], bug=483282)
+ ['mac', ('nvidia', 0xfe9)], bug=614174)
self.Fail('deqp/functional/gles3/texturespecification/' +
'texsubimage2d_pbo_2d_00.html',
- ['mac', ('nvidia', 0xfe9)], bug=483282)
+ ['mac', ('nvidia', 0xfe9)], bug=614174)
self.Fail('deqp/functional/gles3/texturespecification/' +
'texsubimage2d_pbo_2d_01.html',
- ['mac', ('nvidia', 0xfe9)], bug=483282)
+ ['mac', ('nvidia', 0xfe9)], bug=614174)
self.Fail('deqp/functional/gles3/texturespecification/' +
'texsubimage2d_pbo_cube_00.html',
- ['mac', ('nvidia', 0xfe9)], bug=483282)
+ ['mac', ('nvidia', 0xfe9)], bug=614174)
self.Fail('deqp/functional/gles3/texturespecification/' +
'texsubimage2d_pbo_cube_01.html',
- ['mac', ('nvidia', 0xfe9)], bug=483282)
+ ['mac', ('nvidia', 0xfe9)], bug=614174)
self.Fail('deqp/functional/gles3/texturespecification/' +
'texsubimage2d_pbo_cube_02.html',
- ['mac', ('nvidia', 0xfe9)], bug=483282)
+ ['mac', ('nvidia', 0xfe9)], bug=614174)
self.Fail('deqp/functional/gles3/texturespecification/' +
'texsubimage2d_pbo_cube_03.html',
- ['mac', ('nvidia', 0xfe9)], bug=483282)
+ ['mac', ('nvidia', 0xfe9)], bug=614174)
self.Fail('deqp/functional/gles3/texturespecification/' +
'texsubimage2d_pbo_cube_04.html',
- ['mac', ('nvidia', 0xfe9)], bug=483282)
+ ['mac', ('nvidia', 0xfe9)], bug=614174)
self.Fail('deqp/functional/gles3/texturespecification/' +
'teximage3d_pbo_2d_array_00.html',
- ['mac', ('nvidia', 0xfe9)], bug=483282)
+ ['mac', ('nvidia', 0xfe9)], bug=614174)
self.Fail('deqp/functional/gles3/texturespecification/' +
'teximage3d_pbo_2d_array_01.html',
- ['mac', ('nvidia', 0xfe9)], bug=483282)
+ ['mac', ('nvidia', 0xfe9)], bug=614174)
self.Fail('deqp/functional/gles3/texturespecification/' +
'teximage3d_pbo_3d_00.html',
- ['mac', ('nvidia', 0xfe9)], bug=483282)
+ ['mac', ('nvidia', 0xfe9)], bug=614174)
self.Fail('deqp/functional/gles3/texturespecification/' +
'teximage3d_pbo_3d_01.html',
- ['mac', ('nvidia', 0xfe9)], bug=483282)
+ ['mac', ('nvidia', 0xfe9)], bug=614174)
self.Fail('deqp/functional/gles3/texturespecification/' +
'texsubimage3d_pbo_3d_00.html',
- ['mac', ('nvidia', 0xfe9)], bug=483282)
+ ['mac', ('nvidia', 0xfe9)], bug=614174)
self.Fail('deqp/functional/gles3/texturespecification/' +
'texsubimage3d_pbo_3d_01.html',
- ['mac', ('nvidia', 0xfe9)], bug=483282)
+ ['mac', ('nvidia', 0xfe9)], bug=614174)
# Mac AMD
self.Fail('deqp/functional/gles3/clipping.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