| 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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 [ Snowleopard Debug ] inspector/sources/debugger/async-callstack.html [ WontFix
] | 135 [ Snowleopard Debug ] inspector/sources/debugger/async-callstack.html [ WontFix
] |
| 136 [ Snowleopard Debug ] inspector/sources/debugger/async-callstack-scopes.html [ W
ontFix ] | 136 [ Snowleopard Debug ] inspector/sources/debugger/async-callstack-scopes.html [ W
ontFix ] |
| 137 [ Snowleopard Debug ] inspector/console/console-format.html [ WontFix ] | 137 [ Snowleopard Debug ] inspector/console/console-format.html [ WontFix ] |
| 138 [ Snowleopard Debug ] inspector/elements/styles/pseudo-elements.html [ WontFix ] | 138 [ Snowleopard Debug ] inspector/elements/styles/pseudo-elements.html [ WontFix ] |
| 139 [ Snowleopard Debug ] inspector/sources/debugger/dom-breakpoints.html [ WontFix
] | 139 [ Snowleopard Debug ] inspector/sources/debugger/dom-breakpoints.html [ WontFix
] |
| 140 [ Snowleopard Debug ] inspector/sources/debugger/event-listener-breakpoints.html
[ WontFix ] | 140 [ Snowleopard Debug ] inspector/sources/debugger/event-listener-breakpoints.html
[ WontFix ] |
| 141 | 141 |
| 142 # Subpixel font scaling requires DirectWrite on windows (which isn't supported | 142 # Subpixel font scaling requires DirectWrite on windows (which isn't supported |
| 143 # on XP) and antialiasing on mac (which isn't enabled tests). | 143 # on XP) and antialiasing on mac (which isn't enabled tests). |
| 144 [ XP Mac ] fast/text/sub-pixel/text-scaling-ltr.html [ WontFix ] | 144 [ XP Mac ] fast/text/sub-pixel/text-scaling-ltr.html [ WontFix ] |
| 145 [ XP Mac ] virtual/textblob/fast/text/sub-pixel/text-scaling-ltr.html [ WontFix
] |
| 145 [ XP Mac ] fast/text/sub-pixel/text-scaling-pixel.html [ WontFix ] | 146 [ XP Mac ] fast/text/sub-pixel/text-scaling-pixel.html [ WontFix ] |
| 146 [ XP Mac ] virtual/textblob/fast/text/sub-pixel/text-scaling-pixel.html [ WontFi
x ] | 147 [ XP Mac ] virtual/textblob/fast/text/sub-pixel/text-scaling-pixel.html [ WontFi
x ] |
| 147 [ XP Mac ] fast/text/sub-pixel/text-scaling-rtl.html [ WontFix ] | 148 [ XP Mac ] fast/text/sub-pixel/text-scaling-rtl.html [ WontFix ] |
| 149 [ XP Mac ] virtual/textblob/fast/text/sub-pixel/text-scaling-rtl.html [ WontFix
] |
| 148 [ XP Mac ] fast/text/sub-pixel/text-scaling-vertical.html [ WontFix ] | 150 [ XP Mac ] fast/text/sub-pixel/text-scaling-vertical.html [ WontFix ] |
| 149 [ XP Mac ] virtual/textblob/fast/text/sub-pixel/text-scaling-vertical.html [ Won
tFix ] | 151 [ XP Mac ] virtual/textblob/fast/text/sub-pixel/text-scaling-vertical.html [ Won
tFix ] |
| 150 [ XP Mac ] fast/text/sub-pixel/text-scaling-webfont.html [ WontFix ] | 152 [ XP Mac ] fast/text/sub-pixel/text-scaling-webfont.html [ WontFix ] |
| 153 [ XP Mac ] virtual/textblob/fast/text/sub-pixel/text-scaling-webfont.html [ Wont
Fix ] |
| 151 [ Mac ] fast/text/mixed-direction-bidi-wrap.html [ WontFix ] | 154 [ Mac ] fast/text/mixed-direction-bidi-wrap.html [ WontFix ] |
| 152 | 155 |
| 153 # We don't have full plane2 support on XP. | 156 # We don't have full plane2 support on XP. |
| 154 [ XP ] fast/text/international/plane2.html [ WontFix ] | 157 [ XP ] fast/text/international/plane2.html [ WontFix ] |
| 155 [ XP ] virtual/textblob/fast/text/international/plane2.html [ WontFix ] | 158 [ XP ] virtual/textblob/fast/text/international/plane2.html [ WontFix ] |
| 156 | 159 |
| 157 # These two printing tests fail with the threaded compositor but they | 160 # These two printing tests fail with the threaded compositor but they |
| 158 # aren't critical to run in this mode. | 161 # aren't critical to run in this mode. |
| 159 virtual/threaded/printing/setPrinting.html [ WontFix ] | 162 virtual/threaded/printing/setPrinting.html [ WontFix ] |
| 160 virtual/threaded/printing/width-overflow.html [ WontFix ] | 163 virtual/threaded/printing/width-overflow.html [ WontFix ] |
| OLD | NEW |