| OLD | NEW |
| 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 ] | 12 [ Debug ] perf [ WontFix ] |
| 13 [ Debug ] http/tests/perf [ WontFix ] |
| 13 | 14 |
| 14 # This test verifies that a mismatch reftest will fail if both results are the | 15 # This test verifies that a mismatch reftest will fail if both results are the |
| 15 # same. Because the whole point is that this test should fail when run, it's | 16 # same. Because the whole point is that this test should fail when run, it's |
| 16 # not SKIP, just WONTFIX. | 17 # not SKIP, just WONTFIX. |
| 17 fast/harness/sample-fail-mismatch-reftest.html [ WontFix ] | 18 fast/harness/sample-fail-mismatch-reftest.html [ WontFix ] |
| 18 | 19 |
| 19 # Platform specific virtual test suites. | 20 # Platform specific virtual test suites. |
| 20 [ Win Mac Android ] virtual/linux-subpixel [ WontFix ] | 21 [ Win Mac Android ] virtual/linux-subpixel [ WontFix ] |
| 21 [ Linux XP Android XP ] virtual/antialiasedtext [ WontFix ] | 22 [ Linux XP Android XP ] virtual/antialiasedtext [ WontFix ] |
| 22 | 23 |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 [ XP Mac ] fast/text/sub-pixel/text-scaling-webfont.html [ WontFix ] | 142 [ XP Mac ] fast/text/sub-pixel/text-scaling-webfont.html [ WontFix ] |
| 142 [ Mac ] fast/text/mixed-direction-bidi-wrap.html [ WontFix ] | 143 [ Mac ] fast/text/mixed-direction-bidi-wrap.html [ WontFix ] |
| 143 | 144 |
| 144 # We don't have full plane2 support on XP. | 145 # We don't have full plane2 support on XP. |
| 145 [ XP ] fast/text/international/plane2.html [ WontFix ] | 146 [ XP ] fast/text/international/plane2.html [ WontFix ] |
| 146 | 147 |
| 147 # These two printing tests fail with the threaded compositor but they | 148 # These two printing tests fail with the threaded compositor but they |
| 148 # aren't critical to run in this mode. | 149 # aren't critical to run in this mode. |
| 149 virtual/threaded/printing/setPrinting.html [ WontFix ] | 150 virtual/threaded/printing/setPrinting.html [ WontFix ] |
| 150 virtual/threaded/printing/width-overflow.html [ WontFix ] | 151 virtual/threaded/printing/width-overflow.html [ WontFix ] |
| OLD | NEW |