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

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

Issue 2133673003: Run WebGL 1.0 tests as part of the WebGL 2.0 conformance suite. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More suppressions for failures and flaky tests. Created 4 years, 5 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
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 c0d3c92f93510d9bf164ecf0bbeed50911b80b4e..7b6f6b931cbef1d0963a6d95cd5a11851ca7e40d 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -402,7 +402,7 @@ class WebGLConformanceExpectations(GpuTestExpectations):
# This is because webview already has this expectation below
self.Fail('conformance/textures/video/' +
'tex-2d-rgb-rgb-unsigned_byte.html',
- ['android-content-shell', 'android-chromium',
+ ['android', 'android-content-shell', 'android-chromium',
('qualcomm', 'Adreno (TM) 430')], bug=611945)
self.Fail('conformance/textures/video/' +
'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
@@ -410,15 +410,15 @@ class WebGLConformanceExpectations(GpuTestExpectations):
('qualcomm', 'Adreno (TM) 430')], bug=611945)
self.Fail('conformance/textures/video/' +
'tex-2d-rgba-rgba-unsigned_byte.html',
- ['android-content-shell', 'android-chromium',
+ ['android', 'android-content-shell', 'android-chromium',
('qualcomm', 'Adreno (TM) 430')], bug=611945)
self.Fail('conformance/textures/video/' +
'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
- ['android-content-shell', 'android-chromium',
+ ['android', 'android-content-shell', 'android-chromium',
('qualcomm', 'Adreno (TM) 430')], bug=611945)
self.Fail('conformance/textures/video/' +
'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
- ['android-content-shell', 'android-chromium',
+ ['android', 'android-content-shell', 'android-chromium',
('qualcomm', 'Adreno (TM) 430')], bug=611945)
self.Fail('conformance/textures/webgl_canvas/' +
'tex-2d-rgb-rgb-unsigned_byte.html',
@@ -638,6 +638,22 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['mac', ('amd', 0x6821)], bug=599272)
# Linux failures
+ self.Flaky('conformance/textures/video/' +
+ 'tex-2d-rgba-rgba-unsigned_byte.html',
+ ['linux'], bug=627525)
+ self.Flaky('conformance/textures/video/' +
+ 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
+ ['linux'], bug=627525)
+ self.Flaky('conformance/textures/video/' +
+ 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
+ ['linux'], bug=627525)
+ self.Flaky('conformance/textures/video/' +
+ 'tex-2d-rgb-rgb-unsigned_byte.html',
+ ['linux'], bug=627525)
+ self.Flaky('conformance/textures/video/' +
+ 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
+ ['linux'], bug=627525)
+
# OpenGL
self.Fail('conformance/extensions/oes-texture-half-float.html',
['linux', 'opengl'], bug=607283)
« no previous file with comments | « content/test/gpu/gpu_tests/webgl_conformance.py ('k') | content/test/gpu/gpu_tests/webgl_conformance_expectations_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698