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