| 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
|
|
|