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

Side by Side Diff: LayoutTests/NeverFixTests

Issue 1149253002: Remove LayoutTests/perf and associated references (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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 unified diff | Download patch
« no previous file with comments | « LayoutTests/FlakyTests ('k') | LayoutTests/SlowTests » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file should only include tests that we never intend to fix. 1 # This file should only include tests that we never intend to fix.
2 # There should only be 4 categories of tests here: 2 # There should only be 4 categories of tests here:
3 # 1. Test harness tests. 3 # 1. Test harness tests.
4 # 2. Tests enabled by chromium embedders (e.g. Opera). 4 # 2. Tests enabled by chromium embedders (e.g. Opera).
5 # 3. Tests that apply to some platforms but not others. 5 # 3. Tests that apply to some platforms but not others.
6 # 4. Tests that are too slow in Debug and so we only want to skip them in Debu g. 6 # 4. Tests that are too slow in Debug and so we only want to skip them in Debu g.
7 7
8 # FIXME: Remove the WontFix keyword and have that be implied. That way, people w on't abuse 8 # FIXME: Remove the WontFix keyword and have that be implied. That way, people w on't abuse
9 # WontFix outside of this file. 9 # WontFix outside of this file.
10 10
11 # Perf tests are really slow in debug builds and there are few benefits in runni ng them. 11 # Perf tests are really slow in debug builds and there are few benefits in runni ng them.
12 [ Debug ] perf [ WontFix ]
13 [ Debug ] http/tests/perf [ WontFix ] 12 [ Debug ] http/tests/perf [ WontFix ]
14 13
15 # This test verifies that a mismatch reftest will fail if both results are the 14 # This test verifies that a mismatch reftest will fail if both results are the
16 # same. Because the whole point is that this test should fail when run, it's 15 # same. Because the whole point is that this test should fail when run, it's
17 # not SKIP, just WONTFIX. 16 # not SKIP, just WONTFIX.
18 fast/harness/sample-fail-mismatch-reftest.html [ WontFix ] 17 fast/harness/sample-fail-mismatch-reftest.html [ WontFix ]
19 virtual/slimmingpaint/fast/harness/sample-fail-mismatch-reftest.html [ WontFix ] 18 virtual/slimmingpaint/fast/harness/sample-fail-mismatch-reftest.html [ WontFix ]
20 19
21 # Platform specific virtual test suites. 20 # Platform specific virtual test suites.
22 [ Win Mac Android ] virtual/linux-subpixel [ WontFix ] 21 [ Win Mac Android ] virtual/linux-subpixel [ WontFix ]
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 # Reftests failing due to invisible differences caused by rounding. 203 # Reftests failing due to invisible differences caused by rounding.
205 # Will remove when we enable slimming paint by default. 204 # Will remove when we enable slimming paint by default.
206 virtual/slimmingpaint/fast/sub-pixel/sub-pixel-transparency-layer.html [ WontFix ] 205 virtual/slimmingpaint/fast/sub-pixel/sub-pixel-transparency-layer.html [ WontFix ]
207 virtual/slimmingpaint/fast/repaint/absolute-position-and-opacity-changed.html [ WontFix ] 206 virtual/slimmingpaint/fast/repaint/absolute-position-and-opacity-changed.html [ WontFix ]
208 virtual/slimmingpaint/css3/filters/effect-all-on-background.html [ WontFix ] 207 virtual/slimmingpaint/css3/filters/effect-all-on-background.html [ WontFix ]
209 virtual/slimmingpaint/fast/multicol/border-radius-clipped-layer-second-column.ht ml [ WontFix ] 208 virtual/slimmingpaint/fast/multicol/border-radius-clipped-layer-second-column.ht ml [ WontFix ]
210 virtual/slimmingpaint/fast/multicol/border-radius-clipped-layer.html [ WontFix ] 209 virtual/slimmingpaint/fast/multicol/border-radius-clipped-layer.html [ WontFix ]
211 210
212 # This test only fails with an ASSERT in Debug build. 211 # This test only fails with an ASSERT in Debug build.
213 [ Release ] editing/input/orphan-set-selection-range.html [ WontFix ] 212 [ Release ] editing/input/orphan-set-selection-range.html [ WontFix ]
OLDNEW
« no previous file with comments | « LayoutTests/FlakyTests ('k') | LayoutTests/SlowTests » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698