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