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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 [ Snowleopard Debug ] inspector/sources/debugger/dom-breakpoints.html [ WontFix
] | 132 [ Snowleopard Debug ] inspector/sources/debugger/dom-breakpoints.html [ WontFix
] |
133 [ Snowleopard Debug ] inspector/sources/debugger/event-listener-breakpoints.html
[ WontFix ] | 133 [ Snowleopard Debug ] inspector/sources/debugger/event-listener-breakpoints.html
[ WontFix ] |
134 | 134 |
135 # Subpixel font scaling requires DirectWrite on windows (which isn't supported | 135 # Subpixel font scaling requires DirectWrite on windows (which isn't supported |
136 # on XP) and antialiasing on mac (which isn't enabled tests). | 136 # on XP) and antialiasing on mac (which isn't enabled tests). |
137 [ XP Mac ] fast/text/sub-pixel/text-scaling-ltr.html [ WontFix ] | 137 [ XP Mac ] fast/text/sub-pixel/text-scaling-ltr.html [ WontFix ] |
138 [ XP Mac ] fast/text/sub-pixel/text-scaling-pixel.html [ WontFix ] | 138 [ XP Mac ] fast/text/sub-pixel/text-scaling-pixel.html [ WontFix ] |
139 [ XP Mac ] fast/text/sub-pixel/text-scaling-rtl.html [ WontFix ] | 139 [ XP Mac ] fast/text/sub-pixel/text-scaling-rtl.html [ WontFix ] |
140 [ XP Mac ] fast/text/sub-pixel/text-scaling-vertical.html [ WontFix ] | 140 [ XP Mac ] fast/text/sub-pixel/text-scaling-vertical.html [ WontFix ] |
141 [ XP Mac ] fast/text/sub-pixel/text-scaling-webfont.html [ WontFix ] | 141 [ XP Mac ] fast/text/sub-pixel/text-scaling-webfont.html [ WontFix ] |
| 142 [ Mac ] fast/text/mixed-direction-bidi-wrap.html [ WontFix ] |
142 | 143 |
143 # We don't have full plane2 support on XP. | 144 # We don't have full plane2 support on XP. |
144 [ XP ] fast/text/international/plane2.html [ WontFix ] | 145 [ XP ] fast/text/international/plane2.html [ WontFix ] |
145 | 146 |
146 # These two printing tests fail with the threaded compositor but they | 147 # These two printing tests fail with the threaded compositor but they |
147 # aren't critical to run in this mode. | 148 # aren't critical to run in this mode. |
148 virtual/threaded/printing/setPrinting.html [ WontFix ] | 149 virtual/threaded/printing/setPrinting.html [ WontFix ] |
149 virtual/threaded/printing/width-overflow.html [ WontFix ] | 150 virtual/threaded/printing/width-overflow.html [ WontFix ] |
OLD | NEW |