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

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

Issue 2050093002: Add android-chromium as a browser type to GPU test expectations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/test_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 0680ef71e2e6ae9fdc0f432ad4b6da3de234774f..f281b7c7572d8d9e1e3e5ca53f22305deb8581e1 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -190,22 +190,22 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
self.Fail('conformance/textures/video/' +
'tex-2d-rgb-rgb-unsigned_byte.html',
- ['android', 'android-content-shell',
+ ['android', 'android-content-shell', 'android-chromium',
('qualcomm', 'Adreno (TM) 418')], bug=610951)
self.Fail('conformance/textures/video/' +
'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
- ['android', 'android-content-shell',
+ ['android', 'android-content-shell', 'android-chromium',
('qualcomm', 'Adreno (TM) 418')], bug=610951)
self.Fail('conformance/textures/video/tex-2d-rgba-rgba-unsigned_byte.html',
- ['android', 'android-content-shell',
+ ['android', 'android-content-shell', 'android-chromium',
('qualcomm', 'Adreno (TM) 418')], bug=610951)
self.Fail('conformance/textures/video/' +
'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
- ['android', 'android-content-shell',
+ ['android', 'android-content-shell', 'android-chromium',
('qualcomm', 'Adreno (TM) 418')], bug=610951)
self.Fail('conformance/textures/video/' +
'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
- ['android', 'android-content-shell',
+ ['android', 'android-content-shell', 'android-chromium',
('qualcomm', 'Adreno (TM) 418')], bug=610951)
self.Fail('conformance/textures/webgl_canvas/' +
'tex-2d-rgb-rgb-unsigned_byte.html',
@@ -623,23 +623,23 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['android', ('qualcomm', 'Adreno (TM) 420')], bug=598262)
self.Fail('conformance/textures/video/' +
'tex-2d-rgb-rgb-unsigned_byte.html',
- ['android', 'android-content-shell',
+ ['android', 'android-content-shell', 'android-chromium',
('qualcomm', 'Adreno (TM) 420')], bug=499555)
self.Fail('conformance/textures/video/' +
'tex-2d-rgba-rgba-unsigned_byte.html',
- ['android', 'android-content-shell',
+ ['android', 'android-content-shell', 'android-chromium',
('qualcomm', 'Adreno (TM) 420')], bug=499555)
self.Fail('conformance/textures/video/' +
'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
- ['android', 'android-content-shell',
+ ['android', 'android-content-shell', 'android-chromium',
('qualcomm', 'Adreno (TM) 420')], bug=499555)
self.Fail('conformance/textures/video/' +
'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
- ['android', 'android-content-shell',
+ ['android', 'android-content-shell', 'android-chromium',
('qualcomm', 'Adreno (TM) 420')], bug=499555)
self.Fail('conformance/textures/video/' +
'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
- ['android', 'android-content-shell',
+ ['android', 'android-content-shell', 'android-chromium',
('qualcomm', 'Adreno (TM) 420')], bug=499555)
# bindBufferBadArgs is causing the GPU thread to crash, taking
# down the WebView shell, causing the next test to fail and
« no previous file with comments | « content/test/gpu/gpu_tests/test_expectations.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698