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

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

Issue 2781713003: Enable module scripts in ScriptLoader (Closed)
Patch Set: Update TestExpectations Created 3 years, 7 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 # Intentional failures to test the layout test system. 1 # Intentional failures to test the layout test system.
2 Bug(intentional) harness-tests/crash.html [ Crash ] 2 Bug(intentional) harness-tests/crash.html [ Crash ]
3 Bug(intentional) harness-tests/timeout.html [ Timeout ] 3 Bug(intentional) harness-tests/timeout.html [ Timeout ]
4 4
5 # TODO(qyearsley): Remove these lines and uncomment other test expectation 5 # TODO(qyearsley): Remove these lines and uncomment other test expectation
6 # lines related to CSS tests (crbug.com/706118). 6 # lines related to CSS tests (crbug.com/706118).
7 crbug.com/706118 external/wpt/css/css-scoping-1 [ Skip ] 7 crbug.com/706118 external/wpt/css/css-scoping-1 [ Skip ]
8 crbug.com/706118 external/wpt/css/css-shapes-1 [ Skip ] 8 crbug.com/706118 external/wpt/css/css-shapes-1 [ Skip ]
9 crbug.com/706118 external/wpt/css/css-text-3 [ Skip ] 9 crbug.com/706118 external/wpt/css/css-text-3 [ Skip ]
10 crbug.com/706118 external/wpt/css/css-text-decor-3 [ Skip ] 10 crbug.com/706118 external/wpt/css/css-text-decor-3 [ Skip ]
(...skipping 2397 matching lines...) Expand 10 before | Expand all | Expand 10 after
2408 # This test breaks when the feature introduced in the bug is enabled. We keep 2408 # This test breaks when the feature introduced in the bug is enabled. We keep
2409 # this tested without the feature by using the virtual test. See 2409 # this tested without the feature by using the virtual test. See
2410 # virtual/stable/http/tests/sendbeacon/beacon-cross-origin-redirect-blob-expecte d.txt 2410 # virtual/stable/http/tests/sendbeacon/beacon-cross-origin-redirect-blob-expecte d.txt
2411 crbug.com/490015 http/tests/sendbeacon/beacon-cross-origin-redirect-blob.html [ Skip ] 2411 crbug.com/490015 http/tests/sendbeacon/beacon-cross-origin-redirect-blob.html [ Skip ]
2412 crbug.com/490015 virtual/mojo-loading/http/tests/sendbeacon/beacon-cross-origin- redirect-blob.html [ Skip ] 2412 crbug.com/490015 virtual/mojo-loading/http/tests/sendbeacon/beacon-cross-origin- redirect-blob.html [ Skip ]
2413 # This test doesn't need to be run with the stable release mode. 2413 # This test doesn't need to be run with the stable release mode.
2414 crbug.com/490015 virtual/stable/http/tests/sendbeacon/beacon-blob-with-non-simpl e-type.html [ Skip ] 2414 crbug.com/490015 virtual/stable/http/tests/sendbeacon/beacon-blob-with-non-simpl e-type.html [ Skip ]
2415 # This test fails with the stable release mode. 2415 # This test fails with the stable release mode.
2416 crbug.com/694958 virtual/stable/http/tests/navigation/same-and-different-back.ht ml [ Skip ] 2416 crbug.com/694958 virtual/stable/http/tests/navigation/same-and-different-back.ht ml [ Skip ]
2417 2417
2418 # These tests have console error messages whose order is not deterministic. 2418 # Failing because of module-related implementation/test issues and
2419 crbug.com/679742 external/wpt/html/semantics/scripting-1/the-script-element/modu le/crossorigin.html [ Pass Failure ] 2419 # lack of inline module script support.
2420 crbug.com/679742 external/wpt/html/semantics/scripting-1/the-script-element/modu le/errorhandling.html [ Pass Failure ] 2420 crbug.com/594639 external/wpt/html/semantics/scripting-1/the-script-element/modu le/crossorigin.html [ Failure ]
2421 crbug.com/594639 external/wpt/html/semantics/scripting-1/the-script-element/modu le/errorhandling.html [ Failure ]
2422 crbug.com/594639 external/wpt/html/semantics/scripting-1/the-script-element/modu le/imports.html [ Failure Crash ]
2423 crbug.com/594639 external/wpt/html/semantics/scripting-1/the-script-element/modu le/execorder.html [ Failure Timeout ]
2424 crbug.com/594639 external/wpt/html/semantics/scripting-1/the-script-element/modu le/instantiation-error-1.html [ Failure Crash ]
2425
2426 # Inline module scripts are not yet supported.
2427 crbug.com/715369 external/wpt/html/semantics/scripting-1/the-script-element/nomo dule-set-on-inline-module-script.html [ Failure ]
2428 crbug.com/715369 fast/dom/HTMLScriptElement/module-script.html [ Failure ]
2429 crbug.com/715369 virtual/sharedarraybuffer/fast/dom/HTMLScriptElement/module-scr ipt.html [ Failure ]
2421 2430
2422 # This test has a failure console message with specific performance 2431 # This test has a failure console message with specific performance
2423 # numbers so a consistent baseline cannot be added. This test could be 2432 # numbers so a consistent baseline cannot be added. This test could be
2424 # imported if the test passed or if the results for testharness tests 2433 # imported if the test passed or if the results for testharness tests
2425 # were matched on pass/fail but not exact error messages. 2434 # were matched on pass/fail but not exact error messages.
2426 crbug.com/688854 external/wpt/hr-time/window-worker-time-origin.html [ Failure ] 2435 crbug.com/688854 external/wpt/hr-time/window-worker-time-origin.html [ Failure ]
2427 2436
2428 crbug.com/698077 inspector/sources/debugger/debugger-scripts.html [ NeedsManualR ebaseline ] 2437 crbug.com/698077 inspector/sources/debugger/debugger-scripts.html [ NeedsManualR ebaseline ]
2429 crbug.com/698077 inspector/sources/debugger/live-edit.html [ NeedsManualRebaseli ne ] 2438 crbug.com/698077 inspector/sources/debugger/live-edit.html [ NeedsManualRebaseli ne ]
2430 crbug.com/698077 inspector/sources/debugger/debug-inlined-scripts.html [ NeedsMa nualRebaseline ] 2439 crbug.com/698077 inspector/sources/debugger/debug-inlined-scripts.html [ NeedsMa nualRebaseline ]
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
2702 crbug.com/626703 external/wpt/html/infrastructure/urls/resolving-urls/query-enco ding/utf-16be.html [ Timeout ] 2711 crbug.com/626703 external/wpt/html/infrastructure/urls/resolving-urls/query-enco ding/utf-16be.html [ Timeout ]
2703 crbug.com/626703 external/wpt/html/infrastructure/urls/resolving-urls/query-enco ding/utf-16le.html [ Timeout ] 2712 crbug.com/626703 external/wpt/html/infrastructure/urls/resolving-urls/query-enco ding/utf-16le.html [ Timeout ]
2704 crbug.com/626703 external/wpt/html/infrastructure/urls/resolving-urls/query-enco ding/utf-8.html [ Timeout ] 2713 crbug.com/626703 external/wpt/html/infrastructure/urls/resolving-urls/query-enco ding/utf-8.html [ Timeout ]
2705 crbug.com/626703 external/wpt/html/infrastructure/urls/resolving-urls/query-enco ding/windows-1251.html [ Timeout ] 2714 crbug.com/626703 external/wpt/html/infrastructure/urls/resolving-urls/query-enco ding/windows-1251.html [ Timeout ]
2706 crbug.com/626703 external/wpt/html/infrastructure/urls/resolving-urls/query-enco ding/windows-1252.html [ Timeout ] 2715 crbug.com/626703 external/wpt/html/infrastructure/urls/resolving-urls/query-enco ding/windows-1252.html [ Timeout ]
2707 crbug.com/626703 [ Android Mac ] external/wpt/pointerevents/pointerevent_disable d_form_control-manual.html [ Timeout ] 2716 crbug.com/626703 [ Android Mac ] external/wpt/pointerevents/pointerevent_disable d_form_control-manual.html [ Timeout ]
2708 crbug.com/626703 external/wpt/mediacapture-streams/MediaStreamTrack-end-manual.h ttps.html [ Timeout ] 2717 crbug.com/626703 external/wpt/mediacapture-streams/MediaStreamTrack-end-manual.h ttps.html [ Timeout ]
2709 crbug.com/626703 external/wpt/webvtt/rendering/cues-with-video/processing-model/ selectors/cue_function/underline_object/underline_with_class_object_specific_sel ector.html [ Failure ] 2718 crbug.com/626703 external/wpt/webvtt/rendering/cues-with-video/processing-model/ selectors/cue_function/underline_object/underline_with_class_object_specific_sel ector.html [ Failure ]
2710 crbug.com/626703 external/wpt/webvtt/rendering/cues-with-video/processing-model/ selectors/default_styles/inherit_as_default_value_inherits_values_from_media_ele ment.html [ Failure ] 2719 crbug.com/626703 external/wpt/webvtt/rendering/cues-with-video/processing-model/ selectors/default_styles/inherit_as_default_value_inherits_values_from_media_ele ment.html [ Failure ]
2711 crbug.com/626703 external/wpt/pointerevents/pointerevent_click_during_capture-ma nual.html [ Timeout ] 2720 crbug.com/626703 external/wpt/pointerevents/pointerevent_click_during_capture-ma nual.html [ Timeout ]
2712 crbug.com/626703 [ Linux ] external/wpt/html/semantics/scripting-1/the-script-el ement/module/execorder.html [ Timeout ]
2713 crbug.com/626703 external/wpt/html/webappapis/scripting/processing-model-2/unhan dled-promise-rejections/allow-crossorigin.html [ Timeout ] 2721 crbug.com/626703 external/wpt/html/webappapis/scripting/processing-model-2/unhan dled-promise-rejections/allow-crossorigin.html [ Timeout ]
2714 crbug.com/626703 external/wpt/html/webappapis/scripting/processing-model-2/unhan dled-promise-rejections/disallow-crossorigin.html [ Timeout ] 2722 crbug.com/626703 external/wpt/html/webappapis/scripting/processing-model-2/unhan dled-promise-rejections/disallow-crossorigin.html [ Timeout ]
2715 crbug.com/626703 external/wpt/html/webappapis/idle-callbacks/cancel-invoked.html [ Timeout ] 2723 crbug.com/626703 external/wpt/html/webappapis/idle-callbacks/cancel-invoked.html [ Timeout ]
2716 crbug.com/626703 external/wpt/webvtt/rendering/cues-with-video/processing-model/ 2_cues_overlapping_completely_move_up.html [ Failure ] 2724 crbug.com/626703 external/wpt/webvtt/rendering/cues-with-video/processing-model/ 2_cues_overlapping_completely_move_up.html [ Failure ]
2717 crbug.com/626703 external/wpt/webvtt/rendering/cues-with-video/processing-model/ 2_cues_overlapping_partially_move_down.html [ Failure ] 2725 crbug.com/626703 external/wpt/webvtt/rendering/cues-with-video/processing-model/ 2_cues_overlapping_partially_move_down.html [ Failure ]
2718 crbug.com/626703 external/wpt/webvtt/rendering/cues-with-video/processing-model/ 2_cues_overlapping_partially_move_up.html [ Failure ] 2726 crbug.com/626703 external/wpt/webvtt/rendering/cues-with-video/processing-model/ 2_cues_overlapping_partially_move_up.html [ Failure ]
2719 crbug.com/626703 external/wpt/webvtt/rendering/cues-with-video/processing-model/ 2_tracks.html [ Failure ] 2727 crbug.com/626703 external/wpt/webvtt/rendering/cues-with-video/processing-model/ 2_tracks.html [ Failure ]
2720 crbug.com/626703 external/wpt/webvtt/rendering/cues-with-video/processing-model/ 3_tracks.html [ Failure ] 2728 crbug.com/626703 external/wpt/webvtt/rendering/cues-with-video/processing-model/ 3_tracks.html [ Failure ]
2721 crbug.com/626703 external/wpt/webvtt/rendering/cues-with-video/processing-model/ align_end.html [ Failure ] 2729 crbug.com/626703 external/wpt/webvtt/rendering/cues-with-video/processing-model/ align_end.html [ Failure ]
2722 crbug.com/626703 external/wpt/webvtt/rendering/cues-with-video/processing-model/ align_end_wrapped.html [ Failure ] 2730 crbug.com/626703 external/wpt/webvtt/rendering/cues-with-video/processing-model/ align_end_wrapped.html [ Failure ]
(...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after
3440 crbug.com/715405 [ Win Mac ] virtual/mojo-loading/http/tests/inspector/network/w aterfall-images.html [ Failure Pass ] 3448 crbug.com/715405 [ Win Mac ] virtual/mojo-loading/http/tests/inspector/network/w aterfall-images.html [ Failure Pass ]
3441 3449
3442 crbug.com/715718 external/wpt/media-source/mediasource-activesourcebuffers.html [ Failure Pass ] 3450 crbug.com/715718 external/wpt/media-source/mediasource-activesourcebuffers.html [ Failure Pass ]
3443 crbug.com/715718 external/wpt/media-source/mediasource-remove.html [ Failure Pas s ] 3451 crbug.com/715718 external/wpt/media-source/mediasource-remove.html [ Failure Pas s ]
3444 crbug.com/715718 [ Win ] external/wpt/XMLHttpRequest/FormData-append.html [ Fail ure Pass ] 3452 crbug.com/715718 [ Win ] external/wpt/XMLHttpRequest/FormData-append.html [ Fail ure Pass ]
3445 crbug.com/715718 [ Win ] external/wpt/XMLHttpRequest/timeout-multiple-fetches.ht ml [ Failure Pass ] 3453 crbug.com/715718 [ Win ] external/wpt/XMLHttpRequest/timeout-multiple-fetches.ht ml [ Failure Pass ]
3446 crbug.com/715718 [ Win ] external/wpt/css/css-flexbox-1/align-items-004.htm [ Fa ilure Pass ] 3454 crbug.com/715718 [ Win ] external/wpt/css/css-flexbox-1/align-items-004.htm [ Fa ilure Pass ]
3447 crbug.com/715718 [ Win ] external/wpt/css/css-flexbox-1/flex-minimum-width-flex- items-001.xht [ Failure Pass ] 3455 crbug.com/715718 [ Win ] external/wpt/css/css-flexbox-1/flex-minimum-width-flex- items-001.xht [ Failure Pass ]
3448 crbug.com/715718 [ Win ] external/wpt/css/css-flexbox-1/flex-minimum-width-flex- items-003.xht [ Failure Pass ] 3456 crbug.com/715718 [ Win ] external/wpt/css/css-flexbox-1/flex-minimum-width-flex- items-003.xht [ Failure Pass ]
3449 crbug.com/715718 [ Win ] external/wpt/css/css-flexbox-1/flexbox_flex-natural-mix ed-basis-auto.html [ Failure Pass ] 3457 crbug.com/715718 [ Win ] external/wpt/css/css-flexbox-1/flexbox_flex-natural-mix ed-basis-auto.html [ Failure Pass ]
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/html/semantics/scripting-1/the-script-element/module/execorder-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698