Changeset 218139 in webkit
- Timestamp:
- Jun 12, 2017, 2:35:25 PM (8 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 1 deleted
- 6 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r218127 r218139 1 2017-06-12 Jonathan Bedard <jbedard@apple.com> 2 3 Garden tests for on-device testing 4 5 Unreviewed test gardening. 6 7 The tests gardened here have not been investigated. https://bugs.webkit.org/show_bug.cgi?id=173275 8 tracks the investigation of the tests marked as failing, crashing or skipped because they timeout 9 when running layout tests on-device in this revision. 10 11 * platform/ios-device/TestExpectations: Initial gardening of expectations for on-device testing. 12 * platform/ios-simulator-wk2/TestExpectations: Moved simulator specific expectations from platfrom/ios-wk2. 13 * platform/ios-simulator/TestExpectations: Moved simulator specific expectations from platfrom/ios. 14 * platform/ios-simulator/compositing: Removed. 15 * platform/ios-wk2/TestExpectations: Moved simulator specific expectation to platform/ios-simulator-wk2. 16 * platform/ios/TestExpectations: Moved simulator specific expectation to platform/ios. 17 * platform/ios/compositing/iframes/compositing-for-scrollable-iframe-expected.txt: Copied from 18 LayoutTests/platform/ios-simulator/compositing/iframes/compositing-for-scrollable-iframe-expected.txt. 19 1 20 2017-06-12 Antoine Quint <graouts@apple.com> 2 21 -
trunk/LayoutTests/platform/ios-device/TestExpectations
r216462 r218139 4 4 # 5 5 6 # https://bugs.webkit.org/show_bug.cgi?id=170772 7 compositing/geometry/clipped-out-perspective.html [ ImageOnlyFailure ] 8 compositing/hidpi-subpixel-transform-origin.html [ ImageOnlyFailure ] 9 compositing/regions/position-layer-inside-region-overflow-hidden.html [ ImageOnlyFailure ] 10 compositing/regions/position-layers-inside-region-overflow-hidden.html [ ImageOnlyFailure ] 11 compositing/regions/position-layers-inside-regions-overflow-hidden.html [ ImageOnlyFailure ] 6 canvas/philip/tests/toDataURL.png.complexcolours.html 12 7 8 compositing/canvas/accelerated-canvas-compositing-size-limit.html [ Failure ] 9 compositing/canvas/accelerated-canvas-compositing.html [ Failure ] 10 compositing/backgrounds/fixed-backgrounds.html [ ImageOnlyFailure ] 11 compositing/contents-scale/non-decomposable-matrix.html [ ImageOnlyFailure ] 12 compositing/hidpi-compositing-vs-non-compositing-check-on-testing-framework.html [ ImageOnlyFailure ] 13 compositing/regions/move-layer-from-one-region-to-another.html [ ImageOnlyFailure ] 14 15 css3/filters/backdrop/backdrop-filter-with-reflection-add-backdrop.html [ ImageOnlyFailure ] 16 css3/filters/backdrop/backdrop-filter-with-reflection-value-change.html [ ImageOnlyFailure ] 17 css3/filters/backdrop/backdrop-filter-with-reflection.html [ ImageOnlyFailure ] 18 19 fast/canvas/canvas-alphaImageData-behavior.html [ Failure ] 20 fast/canvas/canvas-crash.html [ Failure ] 21 fast/canvas/canvas-createPattern-fillRect-shadow.html [ Failure ] 22 fast/canvas/canvas-draw-canvas-on-canvas-shadow.html [ Failure ] 23 fast/canvas/canvas-drawImage-shadow.html [ Failure ] 24 fast/canvas/canvas-fillRect-gradient-shadow.html [ Failure ] 25 fast/canvas/canvas-getImageData.html [ Failure ] 26 fast/canvas/canvas-render-layer.html [ Failure ] 27 fast/canvas/canvas-scale-shadowBlur.html [ Failure ] 28 fast/canvas/canvas-scale-strokePath-shadow.html [ Failure ] 29 fast/canvas/rgba-parsing.html [ Failure ] 30 fast/canvas/set-colors.html [ Failure ] 31 fast/dom/Window/window-postmessage-clone-deep-array.html [ Failure ] 32 fast/forms/input-text-word-wrap.html [ Failure ] 33 fast/forms/search-rtl.html [ Failure ] 34 fast/forms/search-vertical-alignment.html [ Failure ] 35 fast/forms/searchfield-heights.html [ Failure ] 36 fast/forms/visual-hebrew-text-field.html [ Failure ] 37 fast/harness/perftests/perf-runner-compute-statistics.html [ Failure ] 38 fast/harness/perftests/runs-per-second-iterations.html [ Failure ] 39 fast/harness/perftests/runs-per-second-log.html [ Failure ] 40 fast/scrolling/ios/touch-scroll-pointer-events-none.html [ Failure ] 41 fast/scrolling/ios/touch-scroll-visibility-hidden.html [ Failure ] 42 fast/scrolling/scrolling-tree-includes-frame.html [ Failure ] 43 fast/viewport/ios/ipad/width-is-device-width.html [ Failure ] 44 45 fast/css/object-fit/object-fit-canvas.html [ ImageOnlyFailure ] 46 fast/filter-image/filter-image-blur.html [ ImageOnlyFailure ] 47 fast/multicol/flexbox-rows.html [ ImageOnlyFailure ] 48 49 fast/mediacapturefromelement/CanvasCaptureMediaStream-2d-events.html [ Crash ] 50 fast/mediacapturefromelement/CanvasCaptureMediaStream-webgl-events.html [ Crash ] 51 fast/multicol/newmulticol/multicol-inside-multicol.html [ Crash ] 52 53 http/tests/cache/partitioned-cache.html [ Failure ] 54 http/tests/loading/server-redirect-for-provisional-load-caching.html [ Failure ] 55 http/tests/misc/authentication-redirect-4/authentication-sent-to-redirect-same-origin-url.html [ Failure ] 56 http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients.html [ Failure ] 57 http/tests/security/cross-frame-access-callback-explicit-domain-ALLOW.html [ Failure ] 58 59 http/tests/fetch/redirectmode-and-preload.html [ Skip ] 60 http/tests/incremental/frame-focus-before-load.html [ Skip ] 61 http/tests/preload/download_resources.html [ Skip ] 62 http/tests/preload/onerror_event.html [ Skip ] 63 http/tests/preload/onload_event.html [ Skip ] 64 http/tests/websocket/tests/hybi/multiple-connections.html [ Skip ] 65 66 imported/blink/storage/indexeddb/blob-delete-objectstore-db.html [ Failure ] 67 imported/blink/storage/indexeddb/blob-valid-after-deletion.html [ Failure ] 68 imported/blink/storage/indexeddb/blob-valid-before-commit.html [ Failure ] 69 imported/w3c/web-platform-tests/IndexedDB/keygenerator-explicit.html [ Failure ] 70 imported/w3c/web-platform-tests/IndexedDB/keypath-special-identifiers.htm [ Failure ] 71 imported/w3c/web-platform-tests/cssom-view/Screen-pixelDepth-Screen-colorDepth001.html [ Failure ] 72 imported/w3c/web-platform-tests/cssom-view/scrolling-quirks-vs-nonquirks.html [ Failure ] 73 imported/w3c/web-platform-tests/dom/events/EventTarget-dispatchEvent.html [ Failure ] 74 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toDataURL.png.complexcolours.html [ Failure ] 75 76 imported/blink/compositing/child-transform-layer-with-foreground-layer.html [ ImageOnlyFailure ] 77 imported/blink/fast/canvas/canvas-unbalanced-save.html [ ImageOnlyFailure ] 78 79 imported/w3c/web-platform-tests/IndexedDB/idbcursor-update-exception-order.htm [ Skip ] 80 imported/w3c/web-platform-tests/XMLHttpRequest/send-redirect-bogus-sync.htm [ Skip ] 81 imported/w3c/web-platform-tests/XMLHttpRequest/send-send.htm [ Skip ] 82 imported/w3c/web-platform-tests/cssom/ttwf-cssom-document-extension.html [ Skip ] 83 imported/w3c/web-platform-tests/dom/nodes/Element-childElement-null-xhtml.xhtml [ Skip ] 84 imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-06.htm [ Skip ] 85 imported/w3c/web-platform-tests/html/dom/elements/global-attributes/id-name-specialcase.html [ Skip ] 86 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/fallback.multiple.html [ Skip ] 87 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.empty.html [ Skip ] 88 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toBlob.null.html [ Skip ] 89 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toDataURL.zerosize.html [ Skip ] 90 imported/w3c/web-platform-tests/html/semantics/forms/attributes-common-to-form-controls/disabled-elements-01.html [ Skip ] 91 imported/w3c/web-platform-tests/html/semantics/forms/the-option-element/option-text-spaces.html [ Skip ] 92 imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/dir.html [ Skip ] 93 imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/indeterminate.html [ Skip ] 94 imported/w3c/web-platform-tests/html/syntax/parsing/template/clearing-the-stack-back-to-a-given-context/clearing-stack-back-to-a-table-body-context.html [ Skip ] 95 imported/w3c/web-platform-tests/html/syntax/parsing/template/clearing-the-stack-back-to-a-given-context/clearing-stack-back-to-a-table-row-context.html [ Skip ] 96 imported/w3c/web-platform-tests/html/webappapis/scripting/events/event-handler-processing-algorithm.html [ Skip ] 97 imported/w3c/web-platform-tests/html/webappapis/scripting/events/onerroreventhandler.html [ Skip ] 98 imported/w3c/web-platform-tests/html/webappapis/scripting/processing-model-2/compile-error-data-url.html [ Skip ] 99 imported/w3c/web-platform-tests/html/webappapis/scripting/processing-model-2/window-onerror-with-cross-frame-event-listeners-1.html [ Skip ] 100 imported/w3c/web-platform-tests/shadow-dom/Extensions-to-Event-Interface.html [ Skip ] 101 imported/w3c/web-platform-tests/streams/byte-length-queuing-strategy.html [ Skip ] 102 imported/w3c/web-platform-tests/streams/piping/close-propagation-forward.serviceworker.https.html [ Skip ] 103 imported/w3c/web-platform-tests/streams/readable-streams/garbage-collection.serviceworker.https.html [ Skip ] 104 imported/w3c/web-platform-tests/user-timing/idlharness.html [ Skip ] 105 106 js/dom/deep-recursion-test.html [ Failure ] 107 108 js/stringimpl-to-jsstring-on-large-strings-2.html [ Crash ] 109 js/stringimpl-to-jsstring-on-large-strings-3.html [ Crash ] 110 111 loader/go-back-to-different-window-size.html [ Crash ] 112 113 media/audio-controls-rendering.html [ Failure ] 114 media/audio-controls-timeline-in-media-document.html [ Failure ] 115 media/audio-repaint.html [ Failure ] 116 media/track/track-cue-overlap-snap-to-lines-not-set.html [ Failure ] 117 media/video-canvas-createPattern.html [ Failure ] 118 media/video-canvas-drawing-output.html [ Failure ] 119 media/video-load-preload-metadata.html [ Failure ] 120 media/video-played-collapse.html [ Failure ] 121 media/video-played-reset.html [ Failure ] 122 123 media/track/track-cues-pause-on-exit.html [ Skip ] 124 media/video-played-ranges-1.html [ Skip ] 125 126 media/invalid-media-url-crash.html [ Crash ] 127 128 svg/custom/pattern-reference.svg [ Crash ] 129 130 tiled-drawing/ios/iphone7/compositing-layers-deep-color.html [ Failure ] 131 132 quicklook/numbers.html [ ImageOnlyFailure ] 133 134 scrollbars/overflow-scrollbar-combinations.html [ Timeout ] 135 136 security/contentSecurityPolicy/video-with-data-url-allowed-by-media-src-star.html [ ImageOnlyFailure ] 137 138 security/contentSecurityPolicy/video-with-data-url-allowed-by-media-src-star.html [ ImageOnlyFailure ] 139 140 workers/bomb.html [ Skip ] 141 142 # <rdar://problem/30353797> need to differentiated between device types 143 tiled-drawing/ios/iphone7 144 145 # <rdar://problem/32575766>, need to handle media sandbox correctly 146 webrtc -
trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations
r218018 r218139 4 4 # 5 5 6 editing/inserting/insert-paragraph-selection-outside-contenteditable.html [ Failure ] 6 7 compositing/regions/composited-content-fixed-region-scrolled.html [ Failure ] 7 8 fast/events/offsetX-offsetY.html [ Failure ] 9 fast/hidpi/image-srcset-invalid-descriptor.html [ Failure ] 10 fast/regions/repaint/fixed-in-named-flow-scroll.html [ Failure ] 11 http/tests/cookies/js-get-and-set-http-only-cookie.html [ Failure ] 12 http/tests/security/cross-origin-worker-indexeddb-allowed.html [ Failure ] 13 http/tests/security/cross-origin-worker-indexeddb.html [ Failure ] 8 14 9 15 fast/events/scroll-to-anchor-vertical-lr-writing-mode.html [ ImageOnlyFailure ] 10 16 fast/events/scroll-to-anchor-vertical-writing-mode.html [ ImageOnlyFailure ] 17 fast/sub-pixel/sub-pixel-composited-layers.html [ ImageOnlyFailure ] 11 18 12 19 webkit.org/b/152439 compositing/overflow/dynamic-composited-scrolling-status.html [ Failure ] 13 20 14 21 webkit.org/b/173178 [ Release ] svg/animations/svglength-element-removed-crash.svg [ Skip ] 22 23 # iOS simulator doesn’t support dashboard. 24 mathml/mathml-in-dashboard.html [ Failure ] 25 svg/custom/embedded-svg-allowed-in-dashboard.xml [ Failure ] 26 svg/custom/manually-parsed-embedded-svg-allowed-in-dashboard.html [ Failure ] 27 svg/custom/manually-parsed-svg-allowed-in-dashboard.html [ Failure ] 28 svg/custom/svg-allowed-in-dashboard-object.html [ Failure ] 29 http/tests/xmlhttprequest/svg-created-by-xhr-allowed-in-dashboard.html [ Failure ] -
trunk/LayoutTests/platform/ios-simulator/TestExpectations
r218127 r218139 4 4 # 5 5 6 css3/font-variant-small-caps-synthesis-coverage.html [ ImageOnlyFailure ] 7 fast/frames/flattening/scrolling-in-object.html [ ImageOnlyFailure ] 8 fast/frames/sandboxed-iframe-close-top-noclose.html [ Failure ] 6 9 fast/multicol/flexbox-rows.html [ Skip ] 7 10 workers/wasm-mem-post-message.html [ Failure ] … … 53 56 fast/css/sticky/sticky-top.html [ ImageOnlyFailure ] 54 57 fast/css/sticky/sticky-writing-mode-horizontal-bt.html [ ImageOnlyFailure ] 58 ietestcenter/css3/namespaces/syntax-021.xml [ ImageOnlyFailure ] 59 60 media/track/track-in-band-legacy-api.html [ Failure ] 61 media/track/video-track-alternate-groups.html [ Failure ] 62 63 svg/filters/filter-hidden-content.svg [ Failure ] 64 65 transforms/hittest-translated-content-off-to-infinity-and-back.html [ Pass ImageOnlyFailure ] 55 66 56 67 # The modern-media-controls tests are disabled due to past flakiness and some major code changes. … … 97 108 98 109 webkit.org/b/156718 storage/websql/alter-to-info-table.html [ Failure ] 110 111 # This test relies on Arial being used to draw Arabic. However, on iOS, 112 # we explicitly disallow this because this font is too slow. 113 fast/text/initial-advance-in-intermediate-run-complex.html [ ImageOnlyFailure ] -
trunk/LayoutTests/platform/ios-wk2/TestExpectations
r217868 r218139 105 105 scrollbars/scrolling-by-page-on-keyboard-spacebar.html [ Failure ] 106 106 scrollbars/scrollbars-on-positioned-content.html [ Failure ] 107 108 # iOS doesn’t support dashboard.109 mathml/mathml-in-dashboard.html [ Failure ]110 svg/custom/embedded-svg-allowed-in-dashboard.xml [ Failure ]111 svg/custom/manually-parsed-embedded-svg-allowed-in-dashboard.html [ Failure ]112 svg/custom/manually-parsed-svg-allowed-in-dashboard.html [ Failure ]113 svg/custom/svg-allowed-in-dashboard-object.html [ Failure ]114 http/tests/xmlhttprequest/svg-created-by-xhr-allowed-in-dashboard.html [ Failure ]115 107 116 108 # SVG tests that time out (these require EventSender) … … 336 328 # HTTP tests that fail: 337 329 http/tests/appcache/load-from-appcache-defer-resume-crash.html [ Failure ] 338 http/tests/cookies/js-get-and-set-http-only-cookie.html [ Failure ]339 330 http/tests/download/inherited-encoding-form-submission-result.html [ Failure ] 340 331 http/tests/globalhistory/history-delegate-basic-refresh-redirect.html [ Failure ] … … 359 350 http/tests/navigation/success200-subframeload.html [ Failure ] 360 351 http/tests/navigation/timerredirect-subframeload.html [ Failure ] 361 http/tests/security/cross-origin-worker-indexeddb-allowed.html [ Failure ]362 http/tests/security/cross-origin-worker-indexeddb.html [ Failure ]363 352 http/tests/security/drag-drop-local-file.html [ Failure ] 364 353 http/tests/security/drag-drop-same-unique-origin.html [ Failure ] … … 541 530 fast/regions/hover-on-child-parent-different-regions.html [ Failure ] 542 531 fast/regions/overflow/overflow-3dtransformed-region.html [ Failure ] 543 fast/regions/repaint/fixed-in-named-flow-scroll.html [ Failure ]544 532 fast/regions/repaint/repaint-absolute-pushed-to-next-region.html [ Failure ] 545 533 fast/replaced/image-map-2.html [ Failure ] … … 633 621 fast/shadow-dom/focus-navigation-across-slots.html [ Failure ] 634 622 fast/shadow-dom/negative-tabindex-on-shadow-host.html [ Failure ] 635 fast/sub-pixel/sub-pixel-composited-layers.html [ ImageOnlyFailure ]636 623 fast/text/word-space-between-inlines.html [ ImageOnlyFailure ] 637 624 fast/css/beforeSelectorOnCodeElement.html [ Failure ] … … 649 636 fast/forms/targeted-frame-submission.html [ Failure ] 650 637 fast/frames/onlyCommentInIFrame.html [ Failure ] 651 fast/hidpi/image-srcset-invalid-descriptor.html [ Failure ]652 638 fast/html/listing.html [ Failure ] 653 639 fast/invalid/junk-data.xml [ Failure ] … … 872 858 # CSS transform tests that fail: 873 859 transforms/2d/transform-fixed-container.html [ Failure ] 874 transforms/hittest-translated-content-off-to-infinity-and-back.html [ ImageOnlyFailure ]875 860 876 861 # Editing tests that fail: … … 961 946 editing/inserting/insert-div-007.html [ Failure ] 962 947 editing/inserting/insert-div-008.html [ Failure ] 963 editing/inserting/insert-paragraph-selection-outside-contenteditable.html [ Failure ]964 948 editing/inserting/insert-space-in-empty-doc.html [ Failure ] 965 949 editing/inserting/insert-tab-001.html [ Failure ] -
trunk/LayoutTests/platform/ios/TestExpectations
r217937 r218139 728 728 ietestcenter/css3/multicolumn/column-width-applies-to-012.htm [ ImageOnlyFailure ] 729 729 ietestcenter/css3/multicolumn/column-width-applies-to-015.htm [ ImageOnlyFailure ] 730 ietestcenter/css3/namespaces/syntax-021.xml [ ImageOnlyFailure ]731 730 ietestcenter/css3/valuesandunits/units-000.htm [ ImageOnlyFailure ] 732 731 … … 888 887 svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox.svg [ Failure ] 889 888 svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse.svg [ Failure ] 890 svg/filters/filter-hidden-content.svg [ Failure ]891 889 svg/filters/filter-on-filter-for-text.svg [ Failure ] 892 890 svg/filters/filter-on-tspan.svg [ Failure ] … … 1456 1454 fast/frames/content-opacity-2.html [ Failure ] 1457 1455 fast/frames/flattening/frameset-flattening-subframesets.html [ Failure ] 1458 fast/frames/flattening/scrolling-in-object.html [ ImageOnlyFailure ]1459 1456 fast/frames/frame-set-rotation-hit.html [ Failure ] 1460 1457 fast/frames/frame-set-scaling-hit.html [ Failure ] … … 1466 1463 fast/frames/paint-iframe-background.html [ Failure ] 1467 1464 fast/frames/sandboxed-iframe-about-blank.html [ Failure ] 1468 fast/frames/sandboxed-iframe-close-top-noclose.html [ Failure ]1469 1465 fast/frames/sandboxed-iframe-navigation-allowed.html [ Failure ] 1470 1466 fast/frames/valid.html [ Failure ] … … 2472 2468 2473 2469 # Uncategorized reftest failures, uncovered once we made reftests work. Needs triage. 2474 css3/font-variant-small-caps-synthesis-coverage.html [ ImageOnlyFailure ]2475 2470 fast/backgrounds/background-image-large-float-intrinsic-ratio.html [ ImageOnlyFailure ] 2476 2471 fast/block/positioning/fixed-container-with-relative-parent.html [ ImageOnlyFailure ] … … 2667 2662 media/video-volume.html [ Failure ] 2668 2663 2669 media/track/track-in-band-legacy-api.html [ Failure ]2670 media/track/video-track-alternate-groups.html [ Failure ]2671 2672 2664 media/W3C/audio/canPlayType/canPlayType_supported_but_no_codecs_parameter_1.html [ Failure ] 2673 2665 … … 2747 2739 fast/visual-viewport/client-coordinates-relative-to-layout-viewport.html [ Skip ] 2748 2740 2749 # This test relies on Arial being used to draw Arabic. However, on iOS,2750 # we explicitly disallow this because this font is too slow.2751 fast/text/initial-advance-in-intermediate-run-complex.html [ ImageOnlyFailure ]2752 2753 2741 # On iOS we do not visually highlight a programmatic selection 2754 2742 fast/selectors/040.html
Note:
See TracChangeset
for help on using the changeset viewer.