| 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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 [ XP ] virtual/slimmingpaint/fast/text/international/plane2.html [ WontFix ] | 204 [ XP ] virtual/slimmingpaint/fast/text/international/plane2.html [ WontFix ] |
| 205 | 205 |
| 206 # These two printing tests fail with the threaded compositor but they | 206 # These two printing tests fail with the threaded compositor but they |
| 207 # aren't critical to run in this mode. | 207 # aren't critical to run in this mode. |
| 208 virtual/threaded/printing/setPrinting.html [ WontFix ] | 208 virtual/threaded/printing/setPrinting.html [ WontFix ] |
| 209 virtual/threaded/printing/width-overflow.html [ WontFix ] | 209 virtual/threaded/printing/width-overflow.html [ WontFix ] |
| 210 | 210 |
| 211 # Reftests failing due to invisible differences caused by rounding. | 211 # Reftests failing due to invisible differences caused by rounding. |
| 212 # Will remove when we enable slimming paint by default. | 212 # Will remove when we enable slimming paint by default. |
| 213 virtual/slimmingpaint/fast/sub-pixel/sub-pixel-transparency-layer.html [ WontFix
] | 213 virtual/slimmingpaint/fast/sub-pixel/sub-pixel-transparency-layer.html [ WontFix
] |
| 214 virtual/slimmingpaint/fast/repaint/absolute-position-and-opacity-changed.html [
WontFix ] | |
| 215 virtual/slimmingpaint/css3/filters/effect-all-on-background.html [ WontFix ] | 214 virtual/slimmingpaint/css3/filters/effect-all-on-background.html [ WontFix ] |
| 216 virtual/slimmingpaint/fast/multicol/border-radius-clipped-layer-second-column.ht
ml [ WontFix ] | 215 virtual/slimmingpaint/fast/multicol/border-radius-clipped-layer-second-column.ht
ml [ WontFix ] |
| 217 virtual/slimmingpaint/fast/multicol/border-radius-clipped-layer.html [ WontFix ] | 216 virtual/slimmingpaint/fast/multicol/border-radius-clipped-layer.html [ WontFix ] |
| 218 | 217 |
| 219 # This test only fails with an ASSERT in Debug build. | 218 # This test only fails with an ASSERT in Debug build. |
| 220 [ Release ] editing/input/orphan-set-selection-range.html [ WontFix ] | 219 [ Release ] editing/input/orphan-set-selection-range.html [ WontFix ] |
| OLD | NEW |