Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Side by Side Diff: third_party/WebKit/LayoutTests/NeverFixTests

Issue 2964563002: Removing --disable/enable-threaded-compositing cmdline switches.
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # This file should only include tests that we never want to run. 1 # This file should only include tests that we never want to run.
2 # There should only be the following categories of tests here: 2 # There should only be the following categories of tests here:
3 # 1. Tests of the test harness (run-webkit-tests) itself. 3 # 1. Tests of the test harness (run-webkit-tests) itself.
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 # 5. Tests that crash due to resource limitations on some platforms or in Debu g. 7 # 5. Tests that crash due to resource limitations on some platforms or in Debu g.
8 # 6. Tests that fail due to Debug rendering variations from Release behavior. 8 # 6. Tests that fail due to Debug rendering variations from Release behavior.
9 # 7. Tests that are not meant to be run automatically (manual tests). 9 # 7. Tests that are not meant to be run automatically (manual tests).
10 # 8. Tests that are automatically imported but not intended to be run. 10 # 8. Tests that are automatically imported but not intended to be run.
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 # Subpixel font scaling requires antialiasing on mac (which isn't enabled tests) . 118 # Subpixel font scaling requires antialiasing on mac (which isn't enabled tests) .
119 [ Mac ] fast/text/sub-pixel/text-scaling-ltr.html [ WontFix ] 119 [ Mac ] fast/text/sub-pixel/text-scaling-ltr.html [ WontFix ]
120 [ Mac ] fast/text/sub-pixel/text-scaling-pixel.html [ WontFix ] 120 [ Mac ] fast/text/sub-pixel/text-scaling-pixel.html [ WontFix ]
121 [ Mac ] fast/text/sub-pixel/text-scaling-rtl.html [ WontFix ] 121 [ Mac ] fast/text/sub-pixel/text-scaling-rtl.html [ WontFix ]
122 [ Mac ] fast/text/sub-pixel/text-scaling-vertical.html [ WontFix ] 122 [ Mac ] fast/text/sub-pixel/text-scaling-vertical.html [ WontFix ]
123 [ Mac ] fast/text/sub-pixel/text-scaling-webfont.html [ WontFix ] 123 [ Mac ] fast/text/sub-pixel/text-scaling-webfont.html [ WontFix ]
124 [ Mac ] fast/text/mixed-direction-bidi-wrap.html [ WontFix ] 124 [ Mac ] fast/text/mixed-direction-bidi-wrap.html [ WontFix ]
125 125
126 # These two printing tests fail with the threaded compositor but they 126 # These two printing tests fail with the threaded compositor but they
127 # aren't critical to run in this mode. 127 # aren't critical to run in this mode.
128 virtual/threaded/printing/setPrinting.html [ WontFix ] 128 printing/setPrinting.html [ WontFix ]
129 virtual/threaded/printing/width-overflow.html [ WontFix ] 129 printing/width-overflow.html [ WontFix ]
130 130
131 # These tests are flaky/fail when threaded and add little value (they're just 131 # These tests are flaky/fail when threaded and add little value (they're just
132 # reading back Blink's current animation value). 132 # reading back Blink's current animation value).
133 animations/transition-and-animation-1.html [ WontFix ]
134 animations/transition-and-animation-2.html [ WontFix ]
133 virtual/threaded/animations/transition-and-animation-1.html [ WontFix ] 135 virtual/threaded/animations/transition-and-animation-1.html [ WontFix ]
134 virtual/threaded/animations/transition-and-animation-2.html [ WontFix ] 136 virtual/threaded/animations/transition-and-animation-2.html [ WontFix ]
135 virtual/threaded/transitions/transition-end-event-multiple-04.html [ WontFix ] 137 transitions/transition-end-event-multiple-04.html [ WontFix ]
136 138
137 # See crbug.com/522326 139 # See crbug.com/522326
138 external/wpt/html/obsolete/requirements-for-implementations/the-marquee-element- 0/marquee-events.html [ WontFix ] 140 external/wpt/html/obsolete/requirements-for-implementations/the-marquee-element- 0/marquee-events.html [ WontFix ]
139 # We don't allow to access external hosts in layout tests. 141 # We don't allow to access external hosts in layout tests.
140 external/wpt/html/the-xhtml-syntax/parsing-xhtml-documents/xhtml-mathml-dtd-enti ty-support.htm [ WontFix ] 142 external/wpt/html/the-xhtml-syntax/parsing-xhtml-documents/xhtml-mathml-dtd-enti ty-support.htm [ WontFix ]
141 143
142 # CSS2 tests that rely on undefined behaviors (height of line-height: normal). 144 # CSS2 tests that rely on undefined behaviors (height of line-height: normal).
143 external/wpt/css/CSS2/linebox/inline-formatting-context-002.xht [ WontFix ] 145 external/wpt/css/CSS2/linebox/inline-formatting-context-002.xht [ WontFix ]
144 [ Linux Win ] external/wpt/css/CSS2/linebox/inline-formatting-context-003.xht [ WontFix ] 146 [ Linux Win ] external/wpt/css/CSS2/linebox/inline-formatting-context-003.xht [ WontFix ]
145 [ Linux Win ] external/wpt/css/CSS2/linebox/inline-formatting-context-004.xht [ WontFix ] 147 [ Linux Win ] external/wpt/css/CSS2/linebox/inline-formatting-context-004.xht [ WontFix ]
(...skipping 738 matching lines...) Expand 10 before | Expand all | Expand 10 after
884 886
885 # These directories have manual tests that don't have to run with 887 # These directories have manual tests that don't have to run with
886 # run-webkit-tests; see https://crbug.com/359838. 888 # run-webkit-tests; see https://crbug.com/359838.
887 http/tests/ManualTests/ [ WontFix ] 889 http/tests/ManualTests/ [ WontFix ]
888 virtual/mojo-loading/http/tests/ManualTests/ [ WontFix ] 890 virtual/mojo-loading/http/tests/ManualTests/ [ WontFix ]
889 891
890 # These test produce invisible different pixels on Win7 Debug. 892 # These test produce invisible different pixels on Win7 Debug.
891 [ Win7 Debug ] fast/table/backgr_border-table-column-group-collapsed-border.html [ WontFix ] 893 [ Win7 Debug ] fast/table/backgr_border-table-column-group-collapsed-border.html [ WontFix ]
892 [ Win7 Debug ] virtual/mojo-loading/fast/table/backgr_border-table-column-group- collapsed-border.html [ WontFix ] 894 [ Win7 Debug ] virtual/mojo-loading/fast/table/backgr_border-table-column-group- collapsed-border.html [ WontFix ]
893 895
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/FlagExpectations/root-layer-scrolls ('k') | third_party/WebKit/LayoutTests/SlowTests » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698