| 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 |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 [ Mac Win ] virtual/android [ WontFix ] | 105 [ Mac Win ] virtual/android [ WontFix ] |
| 106 | 106 |
| 107 # We only run it through the virtual stable test suite. | 107 # We only run it through the virtual stable test suite. |
| 108 webexposed/stableOnly [ WontFix ] | 108 webexposed/stableOnly [ WontFix ] |
| 109 | 109 |
| 110 # We only run it through the virtual linux-subpixel test suite. | 110 # We only run it through the virtual linux-subpixel test suite. |
| 111 platform/linux/fast/text/subpixel/chromium-linux-text-subpixel-positioning.html
[ WontFix ] | 111 platform/linux/fast/text/subpixel/chromium-linux-text-subpixel-positioning.html
[ WontFix ] |
| 112 | 112 |
| 113 # We only run it through the virtual gpu test suite. | 113 # We only run it through the virtual gpu test suite. |
| 114 fast/canvas/canvas-lost-gpu-context.html [ WontFix ] | 114 fast/canvas/canvas-lost-gpu-context.html [ WontFix ] |
| 115 |
| 116 # FIXME: Move all these expected crash tests into the same directory and make a
virtual test suite out of them |
| 117 # so they're run by themselves. |
| 118 # We expect V8 to crash in an orderly fashion instead of throwing a JavaScript o
ut-of-memory error. |
| 119 webkit.org/b/103348 fast/js/string-replacement-outofmemory.html [ Crash ] |
| 120 # Crashes due to an OOM error on V8. |
| 121 crbug.com/108832 fast/js/array-splice.html [ Crash ] |
| OLD | NEW |