Changeset 167373 in webkit
- Timestamp:
- Apr 16, 2014, 12:00:55 PM (11 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 91 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r167372 r167373 1 2014-04-16 David Kilzer <ddkilzer@apple.com> 2 3 Remove test results that match top-level results 4 5 Found using this shell script: 6 7 $ for F in `find LayoutTests/platform/ios-sim -name \*-expected.txt`; do \ 8 T=`echo $F | sed -e 's#platform/ios-sim/##'`; \ 9 M=`echo $F | sed -e 's#platform/ios-sim/#platform/mac/#'`; \ 10 ML=`echo $F | sed -e 's#platform/ios-sim/#platform/mac-mountainlion/#'`; \ 11 if [ ! -f $M -a ! -f $ML -a -f $T -a -z "`diff -u $F $T 2> /dev/null`" ]; then echo $F; fi; \ 12 done 13 14 * platform/ios-sim/compositing/layer-creation/no-compositing-for-sticky-expected.txt: Removed. 15 * platform/ios-sim/editing/inserting/insert-3786362-fix-expected.txt: Removed. 16 * platform/ios-sim/editing/inserting/insert-3907422-fix-expected.txt: Removed. 17 * platform/ios-sim/editing/unsupported-content/table-delete-001-expected.txt: Removed. 18 * platform/ios-sim/editing/unsupported-content/table-delete-003-expected.txt: Removed. 19 * platform/ios-sim/fast/block/positioning/move-with-auto-width-expected.txt: Removed. 20 * platform/ios-sim/fast/canvas/2d.backingStorePixelRatio-expected.txt: Removed. 21 * platform/ios-sim/fast/canvas/2d.imageDataHD-expected.txt: Removed. 22 * platform/ios-sim/fast/canvas/canvas-fillPath-shadow-expected.txt: Removed. 23 * platform/ios-sim/fast/canvas/webgl/texture-npot-expected.txt: Removed. 24 * platform/ios-sim/fast/css/MarqueeLayoutTest-expected.txt: Removed. 25 * platform/ios-sim/fast/css/color-leakage-expected.txt: Removed. 26 * platform/ios-sim/fast/css/font-face-multiple-remote-sources-expected.txt: Removed. 27 * platform/ios-sim/fast/css/font-face-remote-expected.txt: Removed. 28 * platform/ios-sim/fast/css/getComputedStyle/computed-style-expected.txt: Removed. 29 * platform/ios-sim/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed. 30 * platform/ios-sim/fast/css/nested-layers-with-hover-expected.txt: Removed. 31 * platform/ios-sim/fast/dom/HTMLFormElement/associated-elements-after-index-assertion-fail1-expected.txt: Removed. 32 * platform/ios-sim/fast/dom/Window/window-postmessage-arrays-expected.txt: Removed. 33 * platform/ios-sim/fast/dom/constructed-objects-prototypes-expected.txt: Removed. 34 * platform/ios-sim/fast/dom/gc-10-expected.txt: Removed. 35 * platform/ios-sim/fast/dom/tabindex-clamp-expected.txt: Removed. 36 * platform/ios-sim/fast/dynamic/dirty-float-in-clean-line-expected.txt: Removed. 37 * platform/ios-sim/fast/events/pageshow-pagehide-on-back-cached-with-frames-expected.txt: Removed. 38 * platform/ios-sim/fast/forms/mailto/advanced-get-expected.txt: Removed. 39 * platform/ios-sim/fast/forms/mailto/advanced-put-expected.txt: Removed. 40 * platform/ios-sim/fast/forms/radio/indeterminate-radio-expected.txt: Removed. 41 * platform/ios-sim/fast/forms/select-script-onchange-expected.txt: Removed. 42 * platform/ios-sim/fast/forms/suggested-value-expected.txt: Removed. 43 * platform/ios-sim/fast/history/timed-refresh-in-cached-frame-expected.txt: Removed. 44 * platform/ios-sim/fast/lists/inline-before-content-after-list-marker-expected.txt: Removed. 45 * platform/ios-sim/fast/media/media-query-list-07-expected.txt: Removed. 46 * platform/ios-sim/fast/media/print-restores-previous-mediatype-expected.txt: Removed. 47 * platform/ios-sim/fast/multicol/span/before-child-anonymous-column-block-expected.txt: Removed. 48 * platform/ios-sim/fast/overflow/horizontal-scroll-after-back-expected.txt: Removed. 49 * platform/ios-sim/fast/overflow/scrollbar-restored-expected.txt: Removed. 50 * platform/ios-sim/fast/repaint/table-hover-on-link-expected.txt: Removed. 51 * platform/ios-sim/fast/repaint/table-section-repaint-expected.txt: Removed. 52 * platform/ios-sim/fast/ruby/floating-ruby-text-expected.txt: Removed. 53 * platform/ios-sim/fast/ruby/overhang-horizontal-expected.txt: Removed. 54 * platform/ios-sim/fast/ruby/overhang-horizontal-no-overlap1-expected.txt: Removed. 55 * platform/ios-sim/fast/ruby/overhang-horizontal-no-overlap2-expected.txt: Removed. 56 * platform/ios-sim/fast/ruby/positioned-ruby-text-expected.txt: Removed. 57 * platform/ios-sim/fast/ruby/ruby-text-before-child-split-expected.txt: Removed. 58 * platform/ios-sim/fast/table/empty-row-crash-expected.txt: Removed. 59 * platform/ios-sim/fast/table/empty-section-crash-expected.txt: Removed. 60 * platform/ios-sim/fast/table/inline-form-assert-expected.txt: Removed. 61 * platform/ios-sim/fast/table/max-width-integer-overflow-expected.txt: Removed. 62 * platform/ios-sim/fast/table/table-row-split2-expected.txt: Removed. 63 * platform/ios-sim/fast/table/table-section-split2-expected.txt: Removed. 64 * platform/ios-sim/fast/table/table-split-expected.txt: Removed. 65 * platform/ios-sim/fast/table/table-split2-expected.txt: Removed. 66 * platform/ios-sim/fast/text/apply-start-width-after-skipped-text-expected.txt: Removed. 67 * platform/ios-sim/fast/text/justify-padding-distribution-expected.txt: Removed. 68 * platform/ios-sim/fast/text/selection-painted-separately-expected.txt: Removed. 69 * platform/ios-sim/fast/text/setData-dirty-lines-expected.txt: Removed. 70 * platform/ios-sim/fast/text/soft-hyphen-2-expected.txt: Removed. 71 * platform/ios-sim/fast/text/splitText-dirty-lines-expected.txt: Removed. 72 * platform/ios-sim/fast/transforms/shadows-expected.txt: Removed. 73 * platform/ios-sim/fast/workers/worker-close-more-expected.txt: Removed. 74 * platform/ios-sim/fast/writing-mode/table-percent-width-quirk-expected.txt: Removed. 75 * platform/ios-sim/fast/xmlhttprequest/xmlhttprequest-recursive-sync-event-expected.txt: Removed. 76 * platform/ios-sim/http/tests/appcache/abort-cache-onchecking-manifest-404-expected.txt: Removed. 77 * platform/ios-sim/http/tests/cookies/simple-cookies-expired-expected.txt: Removed. 78 * platform/ios-sim/http/tests/cookies/simple-cookies-max-age-expected.txt: Removed. 79 * platform/ios-sim/http/tests/cookies/single-quoted-value-expected.txt: Removed. 80 * platform/ios-sim/http/tests/misc/empty-urls-expected.txt: Removed. 81 * platform/ios-sim/http/tests/multipart/load-last-non-html-frame-expected.txt: Removed. 82 * platform/ios-sim/http/tests/navigation/post-goback1-expected.txt: Removed. 83 * platform/ios-sim/http/tests/security/contentSecurityPolicy/connect-src-websocket-blocked-expected.txt: Removed. 84 * platform/ios-sim/http/tests/security/contentSecurityPolicy/media-src-blocked-expected.txt: Removed. 85 * platform/ios-sim/http/tests/security/local-video-poster-from-remote-expected.txt: Removed. 86 * platform/ios-sim/http/tests/security/sandboxed-iframe-modify-self-expected.txt: Removed. 87 * platform/ios-sim/http/tests/security/video-poster-cross-origin-crash-expected.txt: Removed. 88 * platform/ios-sim/http/tests/xmlhttprequest/chunked-progress-event-expectedLength-expected.txt: Removed. 89 * platform/ios-sim/http/tests/xmlhttprequest/request-encoding2-expected.txt: Removed. 90 * platform/ios-sim/http/tests/xmlhttprequest/upload-onloadend-event-after-load-expected.txt: Removed. 91 * platform/ios-sim/http/tests/xmlhttprequest/upload-onprogress-event-expected.txt: Removed. 92 * platform/ios-sim/http/tests/xmlhttprequest/upload-progress-events-expected.txt: Removed. 93 * platform/ios-sim/media/csp-blocks-video-expected.txt: Removed. 94 * platform/ios-sim/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Removed. 95 * platform/ios-sim/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Removed. 96 * platform/ios-sim/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Removed. 97 * platform/ios-sim/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Removed. 98 * platform/ios-sim/svg/as-image/image-respects-pageScaleFactor-change-expected.txt: Removed. 99 * platform/ios-sim/svg/css/getComputedStyle-basic-expected.txt: Removed. 100 * platform/ios-sim/svg/custom/baseval-animval-equality-expected.txt: Removed. 101 * platform/ios-sim/svg/custom/dasharrayOrigin-expected.txt: Removed. 102 * platform/ios-sim/svg/custom/getSubStringLength-expected.txt: Removed. 103 * platform/ios-sim/svg/custom/pattern-scaling-expected.txt: Removed. 104 * platform/ios-sim/svg/custom/svg-features-expected.txt: Removed. 105 * platform/ios-sim/svg/dom/altGlyph-dom-expected.txt: Removed. 106 * platform/ios-sim/svg/foreignObject/fO-parent-display-none-expected.txt: Removed. 107 * platform/ios-sim/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt: Removed. 108 * platform/ios-sim/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt: Removed. 109 * platform/ios-sim/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt: Removed. 110 * platform/ios-sim/svg/hittest/svg-ellipse-non-scale-stroke-expected.txt: Removed. 111 1 112 2014-04-16 David Kilzer <ddkilzer@apple.com> 2 113
Note:
See TracChangeset
for help on using the changeset viewer.