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

Unified Diff: third_party/WebKit/LayoutTests/NeverFixTests

Issue 2334893002: Move some paint-related tests to NeverFixTests (Closed)
Patch Set: Broaden an expectation to all Win bots. Created 4 years, 3 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 | third_party/WebKit/LayoutTests/SlowTests » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/NeverFixTests
diff --git a/third_party/WebKit/LayoutTests/NeverFixTests b/third_party/WebKit/LayoutTests/NeverFixTests
index 39e71b43f9bcc76095d60c33e5ef4f037d8c6767..207a7d1e0b6fb78a7efb48a4ca44cb43fd099943 100644
--- a/third_party/WebKit/LayoutTests/NeverFixTests
+++ b/third_party/WebKit/LayoutTests/NeverFixTests
@@ -4,6 +4,7 @@
# 2. Tests enabled by chromium embedders (e.g. Opera).
# 3. Tests that apply to some platforms but not others.
# 4. Tests that are too slow in Debug and so we only want to skip them in Debug.
+# 5. Tests that crash due to resource limitations on some platforms or in Debug.
# FIXME: Remove the WontFix keyword and have that be implied. That way, people won't abuse
# WontFix outside of this file.
@@ -165,11 +166,12 @@ crbug.com/7482 [ Win Mac ] http/tests/misc/timer-vs-loading.html [ WontFix ]
crbug.com/551843 [ Linux ] fast/text/fallback-traits-fixup.html [ WontFix ]
crbug.com/551843 [ Linux Win ] fast/text/emoji-font-weight-mac.html [ WontFix ]
-# These tests are too slow with our MESA backend. We can re-enable when we have
-# bots running tests on real hardware. Don't want to just delete these because they
-# pass in the virtual test suite version.
-webkit.org/b/49629 compositing/lots-of-img-layers.html [ WontFix ]
-webkit.org/b/49629 compositing/lots-of-img-layers-with-opacity.html [ WontFix ]
+# prefer_compositing_to_lcd_text causes things to get composited regardless of their opaqueness, causing the test to fail
+crbug.com/381840 virtual/prefer_compositing_to_lcd_text/compositing/overflow/overflow-scroll-background-opaque-to-transparent.html [ WontFix ]
+crbug.com/381840 virtual/prefer_compositing_to_lcd_text/compositing/overflow/overflow-scroll-background-transparent-to-opaque.html [ WontFix ]
+
+# Stack overflow crashes on Win
+crbug.com/601669 [ Win ] svg/as-image/svg-nested.html [ WontFix ]
# Only Windows supports Symbol CMAP encoded fonts.
crbug.com/627953 [ Android Linux Mac ] fast/text/symbol-cmap.html [ WontFix ]
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/SlowTests » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698