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

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

Issue 2293293003: Make CaretBase a DisplayItemClient. (Closed)
Patch Set: Fix unit test and disable failing test on SPv2. Created 4 years, 3 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 # ====== Oilpan-only failures from here ====== 1 # ====== Oilpan-only failures from here ======
2 # Most of these actually cause the tests to report success, rather than 2 # Most of these actually cause the tests to report success, rather than
3 # failure. Expected outputs will be adjusted for the better once Oilpan 3 # failure. Expected outputs will be adjusted for the better once Oilpan
4 # has been well and truly enabled always. 4 # has been well and truly enabled always.
5 5
6 crbug.com/420008 inspector/tracing/worker-js-frames.html [ Pass Timeout Failure ] 6 crbug.com/420008 inspector/tracing/worker-js-frames.html [ Pass Timeout Failure ]
7 crbug.com/420008 virtual/threaded/inspector/tracing/worker-js-frames.html [ Pass Timeout Failure ] 7 crbug.com/420008 virtual/threaded/inspector/tracing/worker-js-frames.html [ Pass Timeout Failure ]
8 crbug.com/597572 [ Debug ] http/tests/inspector/resource-tree/resource-tree-relo ad.html [ Pass Failure ] 8 crbug.com/597572 [ Debug ] http/tests/inspector/resource-tree/resource-tree-relo ad.html [ Pass Failure ]
9 9
10 crbug.com/569901 crbug.com/24182 [ Debug ] jquery/manipulation.html [ Timeout Pa ss ] 10 crbug.com/569901 crbug.com/24182 [ Debug ] jquery/manipulation.html [ Timeout Pa ss ]
(...skipping 793 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 crbug.com/498021 [ Linux ] fast/forms/month/month-appearance-l10n.html [ Failure ] 804 crbug.com/498021 [ Linux ] fast/forms/month/month-appearance-l10n.html [ Failure ]
805 crbug.com/498021 [ Linux ] fast/text/ellipsis-stroked.html [ Failure ] 805 crbug.com/498021 [ Linux ] fast/text/ellipsis-stroked.html [ Failure ]
806 crbug.com/498021 [ Linux ] fast/text/emphasis-complex.html [ Failure ] 806 crbug.com/498021 [ Linux ] fast/text/emphasis-complex.html [ Failure ]
807 crbug.com/498021 [ Linux ] fast/text/international/danda-space.html [ Failure ] 807 crbug.com/498021 [ Linux ] fast/text/international/danda-space.html [ Failure ]
808 crbug.com/498021 [ Linux ] fast/text/international/hindi-whitespace.html [ Failu re ] 808 crbug.com/498021 [ Linux ] fast/text/international/hindi-whitespace.html [ Failu re ]
809 crbug.com/498021 [ Linux ] fast/text/selection-multiple-runs.html [ Failure ] 809 crbug.com/498021 [ Linux ] fast/text/selection-multiple-runs.html [ Failure ]
810 crbug.com/498021 [ Linux ] fast/encoding/invalid-UTF-8.html [ Failure ] 810 crbug.com/498021 [ Linux ] fast/encoding/invalid-UTF-8.html [ Failure ]
811 crbug.com/498021 [ Linux ] fast/text/emoticons.html [ Failure ] 811 crbug.com/498021 [ Linux ] fast/text/emoticons.html [ Failure ]
812 crbug.com/498021 [ Linux ] fast/text/international/hindi-spacing.html [ Failure ] 812 crbug.com/498021 [ Linux ] fast/text/international/hindi-spacing.html [ Failure ]
813 813
814 crbug.com/634094 fast/repaint/4776765.html [ NeedsRebaseline ]
815 crbug.com/634094 fast/repaint/caret-invalidation-in-overflow-scroll.html [ Needs Rebaseline ]
816 crbug.com/634094 fast/repaint/caret-outside-block.html [ NeedsRebaseline ]
817 crbug.com/634094 fast/repaint/caret-with-transformation.html [ NeedsRebaseline ]
818 crbug.com/634094 fast/repaint/delete-into-nested-block.html [ NeedsRebaseline ]
819 crbug.com/634094 fast/repaint/inline-outline-repaint.html [ NeedsRebaseline ]
820 crbug.com/634094 fast/repaint/paint-caret-in-div-with-negative-indent.html [ Nee dsRebaseline ]
821 crbug.com/634094 fast/repaint/selection-after-delete.html [ NeedsRebaseline ]
822 crbug.com/634094 paint/invalidation/caret-with-composited-scroll.html [ NeedsReb aseline ]
823 crbug.com/634094 paint/invalidation/invalidate-caret-in-composited-scrolling-con tainer.html [ NeedsRebaseline ]
824 crbug.com/634094 paint/invalidation/invalidate-caret-in-non-composited-scrolling -container.html [ NeedsRebaseline ]
825 crbug.com/634094 paint/invalidation/textarea-caret.html [ NeedsRebaseline ]
826
814 # These are the failing tests because Chrome implements the changes proposed to the spec. 827 # These are the failing tests because Chrome implements the changes proposed to the spec.
815 crbug.com/630671 imported/wpt/pointerevents/pointerevent_capture_suppressing_mou se-manual.html [ Skip ] 828 crbug.com/630671 imported/wpt/pointerevents/pointerevent_capture_suppressing_mou se-manual.html [ Skip ]
816 crbug.com/630671 imported/wpt/pointerevents/pointerevent_releasepointercapture_e vents_to_original_target-manual.html [ Skip ] 829 crbug.com/630671 imported/wpt/pointerevents/pointerevent_releasepointercapture_e vents_to_original_target-manual.html [ Skip ]
817 crbug.com/630671 imported/wpt/pointerevents/pointerevent_setpointercapture_relat edtarget-manual.html [ Skip ] 830 crbug.com/630671 imported/wpt/pointerevents/pointerevent_setpointercapture_relat edtarget-manual.html [ Skip ]
818 831
819 # The commented lines here for Mac is due to the fact that there is a more 832 # The commented lines here for Mac is due to the fact that there is a more
820 # generic skip rule in the next block of rules. However, when they get fixed 833 # generic skip rule in the next block of rules. However, when they get fixed
821 # these should be uncommented as there is no touch support on Mac. 834 # these should be uncommented as there is no touch support on Mac.
822 crbug.com/613672 [ Mac ] imported/wpt/pointerevents/pointerevent_change-touch-ac tion-onpointerdown_touch-manual.html [ Skip ] 835 crbug.com/613672 [ Mac ] imported/wpt/pointerevents/pointerevent_change-touch-ac tion-onpointerdown_touch-manual.html [ Skip ]
823 crbug.com/613672 [ Mac ] imported/wpt/pointerevents/pointerevent_pointerenter_no hover-manual.html [ Skip ] 836 crbug.com/613672 [ Mac ] imported/wpt/pointerevents/pointerevent_pointerenter_no hover-manual.html [ Skip ]
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
1280 crbug.com/638618 inspector/editor/text-editor-search-switch-editor.html [ Skip ] 1293 crbug.com/638618 inspector/editor/text-editor-search-switch-editor.html [ Skip ]
1281 1294
1282 # This test breaks when the feature introduced in the bug is enabled. We keep 1295 # This test breaks when the feature introduced in the bug is enabled. We keep
1283 # this tested without the feature by using the virtual test. See 1296 # this tested without the feature by using the virtual test. See
1284 # virtual/stable/http/tests/navigation/beacon-cross-origin-redirect-blob-expecte d.txt 1297 # virtual/stable/http/tests/navigation/beacon-cross-origin-redirect-blob-expecte d.txt
1285 crbug.com/490015 http/tests/navigation/beacon-cross-origin-redirect-blob.html [ Skip ] 1298 crbug.com/490015 http/tests/navigation/beacon-cross-origin-redirect-blob.html [ Skip ]
1286 # This test doesn't need to be run with the stable release mode. 1299 # This test doesn't need to be run with the stable release mode.
1287 crbug.com/490015 virtual/stable/http/tests/navigation/beacon-blob-with-non-simpl e-type.html [ Skip ] 1300 crbug.com/490015 virtual/stable/http/tests/navigation/beacon-blob-with-non-simpl e-type.html [ Skip ]
1288 # This test fails with the stable release mode. 1301 # This test fails with the stable release mode.
1289 crbug.com/490015 virtual/stable/http/tests/navigation/same-and-different-back.ht ml [ Skip ] 1302 crbug.com/490015 virtual/stable/http/tests/navigation/same-and-different-back.ht ml [ Skip ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698