| Index: content/test/gpu/gpu_tests/webgl_conformance_expectations_unittest.py
|
| diff --git a/content/test/gpu/gpu_tests/webgl_conformance_expectations_unittest.py b/content/test/gpu/gpu_tests/webgl_conformance_expectations_unittest.py
|
| index 217bd2a005d54c80b47e886853a61c1ca14a27a7..0e97c15276f28a82cc2a10135a63624c036cbfc7 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations_unittest.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations_unittest.py
|
| @@ -102,6 +102,7 @@ class WebGLConformanceExpectationsTest(unittest.TestCase):
|
| (
|
| set(e.os_conditions),
|
| set(e.browser_conditions),
|
| + set(e.asan_conditions),
|
| set(e.cmd_decoder_conditions),
|
| set(e.angle_conditions),
|
| ),
|
|
|