| 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 34e0634efeb2ac833eeeb2d7e7f9f3a4c2b33ee5..9f23270fd2ac11c4e89af12a623f62d92809b4d1 100644
|
| --- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| @@ -529,21 +529,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| ['mac', 'amd', 'intel'], bug=679691)
|
|
|
| # Mac Intel
|
| -
|
| - # ASAN only
|
| - self.Fail(
|
| - 'conformance/more/functions/copyTexImage2D.html',
|
| - ['mac', 'intel', 'asan'], bug=680845)
|
| - self.Fail(
|
| - 'conformance/more/functions/copyTexSubImage2D.html',
|
| - ['mac', 'intel', 'asan'], bug=680845)
|
| - self.Fail(
|
| - 'deqp/functional/gles3/negativetextureapi.html',
|
| - ['mac', 'intel', 'asan'], bug=680845)
|
| - self.Fail(
|
| - 'deqp/functional/gles3/texturespecification/basic_copyteximage2d.html',
|
| - ['mac', 'intel', 'asan'], bug=680845)
|
| -
|
| self.Fail(
|
| 'conformance2/textures/canvas/tex-2d-rgb9_e5-rgb-float.html',
|
| ['sierra', 'intel'], bug=663188)
|
| @@ -668,6 +653,17 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| self.Fail('deqp/functional/gles3/uniformbuffers/random.html',
|
| ['mac', 'intel'], bug=618464)
|
|
|
| + # Mac ASAN only
|
| + self.Fail('conformance/more/functions/copyTexImage2D.html',
|
| + ['mac', 'asan'], bug=681641)
|
| + self.Fail('conformance/more/functions/copyTexSubImage2D.html',
|
| + ['mac', 'asan'], bug=681641)
|
| + self.Fail('deqp/functional/gles3/negativetextureapi.html',
|
| + ['mac', 'asan'], bug=681641)
|
| + self.Fail(
|
| + 'deqp/functional/gles3/texturespecification/basic_copyteximage2d.html',
|
| + ['mac', 'asan'], bug=681641)
|
| +
|
| # Linux only.
|
| self.Flaky('conformance/textures/video/' +
|
| 'tex-2d-rgba-rgba-unsigned_byte.html',
|
|
|