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

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

Issue 2651673005: Broaden suppression for Mac ASAN WebGL conformance test failure (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | 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 1b43b24fc1e0d1b22755083099f2e0f4926c8dfa..8d4433dbb2790c97156f3dab9f3f7e21c9dda8f4 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -378,15 +378,13 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('conformance/textures/misc/tex-input-validation.html',
['mac', ('nvidia', 0xfe9)], bug=635081)
- # Mac Intel
-
- # ASAN only
+ # Mac ASAN only
self.Fail(
'conformance/more/functions/copyTexImage2D.html',
- ['mac', 'intel', 'asan'], bug=681641)
+ ['mac', 'asan'], bug=681641)
self.Fail(
'conformance/more/functions/copyTexSubImage2D.html',
- ['mac', 'intel', 'asan'], bug=681641)
+ ['mac', 'asan'], bug=681641)
# Linux failures
self.Flaky('conformance/textures/video/' +
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698