Changeset 243655 in webkit
- Timestamp:
- Mar 29, 2019, 1:00:58 PM (6 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r243654 r243655 1 2019-03-29 Alex Christensen <achristensen@webkit.org> 2 3 Unreviewed test gardening for imported/w3c/web-platform-tests/xhr/send-redirect-post-upload.htm 4 https://bugs.webkit.org/show_bug.cgi?id=159724 5 <rdar://problem/48116418> 6 7 * TestExpectations: 8 * platform/ios-wk1/TestExpectations: 9 * platform/ios-wk2/TestExpectations: 10 * platform/mac-wk1/TestExpectations: 11 * platform/mac/TestExpectations: 12 * platform/wpe/TestExpectations: 13 This test asserts on Cocoa WebKitLegacy platforms. A patch I uploaded to https://bugs.webkit.org/show_bug.cgi?id=159724 shows why we do not intend to fix this. 14 This test crashes on iOS12 and Mojave because of rdar://problem/28233746 15 This test should not crash anywhere else, but it is flaky in WebKit and Gecko. This is being taken care of in https://github.com/w3c/web-platform-tests/issues/8191 16 Updated test expectations to reflect the sad state of things. 17 1 18 2019-03-29 Takashi Komori <Takashi.Komori@sony.com> 2 19 -
trunk/LayoutTests/TestExpectations
r243601 r243655 3064 3064 [ Debug ] fast/css/first-letter-and-float-crash.html [ Skip ] 3065 3065 3066 webkit.org/b/196274 imported/w3c/web-platform-tests/xhr/send-redirect-post-upload.htm [ Pass CrashFailure ]3066 webkit.org/b/196274 imported/w3c/web-platform-tests/xhr/send-redirect-post-upload.htm [ Pass Failure ] -
trunk/LayoutTests/platform/ios-wk1/TestExpectations
r242809 r243655 2002 2002 # WK1 Inspector cannot leverage InspectorAdditions runtime enabled features 2003 2003 inspector/canvas/recording-html-2d.html 2004 2005 webkit.org/b/159724 [ Debug ] imported/w3c/web-platform-tests/xhr/send-redirect-post-upload.htm [ Skip ] -
trunk/LayoutTests/platform/ios-wk2/TestExpectations
r243517 r243655 1322 1322 webkit.org/b/196269 http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js-with-link-query-from-prevalent-resource.html [ Pass Timeout ] 1323 1323 webkit.org/b/196269 http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js-without-link-decoration-from-prevalent-resource.html [ Pass Timeout ] 1324 1325 # <rdar://problem/28233746> 1326 webkit.org/b/196274 imported/w3c/web-platform-tests/xhr/send-redirect-post-upload.htm [ Skip ] -
trunk/LayoutTests/platform/mac-wk1/TestExpectations
r243361 r243655 696 696 webkit.org/b/195098 pointerevents/mouse/pointer-capture.html [ Failure ] 697 697 webkit.org/b/195098 pointerevents/mouse/pointer-events-before-mouse-events.html [ Failure ] 698 699 webkit.org/b/159724 [ Debug ] imported/w3c/web-platform-tests/xhr/send-redirect-post-upload.htm [ Skip ] -
trunk/LayoutTests/platform/mac/TestExpectations
r243566 r243655 1115 1115 webkit.org/b/150806 imported/w3c/web-platform-tests/xhr/send-timeout-events.htm [ Pass Failure ] 1116 1116 webkit.org/b/150823 imported/w3c/web-platform-tests/xhr/getresponseheader-chunked-trailer.htm [ Pass Failure ] 1117 webkit.org/b/159724 [ Debug ] imported/w3c/web-platform-tests/xhr/send-redirect-post-upload.htm [ Skip ]1118 1117 1119 1118 webkit.org/b/162668 fast/text/woff2-totalsfntsize.html [ ImageOnlyFailure ] … … 1800 1799 webkit.org/b/153588 imported/w3c/web-platform-tests/media-source/mediasource-correct-frames-after-reappend.html [ Skip ] 1801 1800 1802 webkit.org/b/196274 imported/w3c/web-platform-tests/xhr/send-redirect-post-upload.htm [ Pass Crash Failure ] 1801 # <rdar://problem/28233746> 1802 webkit.org/b/196274 [ Mojave ] imported/w3c/web-platform-tests/xhr/send-redirect-post-upload.htm [ Skip ] 1803 1803 1804 1804 webkit.org/b/196112 imported/w3c/web-platform-tests/mathml/relations/css-styling/mathvariant-bold.html [ Pass ImageOnlyFailure ] -
trunk/LayoutTests/platform/wpe/TestExpectations
r243594 r243655 730 730 webkit.org/b/179607 imported/w3c/web-platform-tests/xhr/access-control-and-redirects-async.htm [ Pass Failure ] 731 731 webkit.org/b/179607 imported/w3c/web-platform-tests/xhr/access-control-and-redirects-async-same-origin.htm [ Pass Failure ] 732 webkit.org/b/159724 imported/w3c/web-platform-tests/xhr/send-redirect-post-upload.htm [ Pass Failure ]733 732 734 733 Bug(WPE) fast/doctypes/xhtml-with-xhtmlmp-doctype.xhtml [ Pass Failure ]
Note:
See TracChangeset
for help on using the changeset viewer.