NEW 171530
[iOS Simulator] LayoutTest/http/tests/xmlhttprequest/methods-async.html is flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=171530
Summary [iOS Simulator] LayoutTest/http/tests/xmlhttprequest/methods-async.html is fl...
Attachments
Mark test as flaky (1.74 KB, patch)
2017-05-01 18:13 PDT, Matt Lewis
no flags
Mark test as flaky (1.35 KB, patch)
2017-05-02 09:45 PDT, Matt Lewis
no flags
Matt Lewis
Comment 1 2017-05-01 18:13:30 PDT
Created attachment 308795 [details] Mark test as flaky
Ryan Haddad
Comment 2 2017-05-02 09:24:46 PDT
Comment on attachment 308795 [details] Mark test as flaky It looks like you had another local change in your tree when you made this patch. Could you fix that and re-upload?
Matt Lewis
Comment 3 2017-05-02 09:45:55 PDT
Created attachment 308826 [details] Mark test as flaky
Ryan Haddad
Comment 4 2017-05-02 09:52:56 PDT
Comment on attachment 308826 [details] Mark test as flaky Clearing flags on attachment: 308826 Committed r216072: <http://trac.webkit.org/changeset/216072>
Alexey Proskuryakov
Comment 5 2017-05-03 17:18:15 PDT
This looks like it might be caused by preceding test. @@ -1,23 +1,5 @@ -Tests for bug 3812 - GET and POST should not be the only HTTP methods implemented in XMLHttpRequest. +#PID UNRESPONSIVE - com.apple.WebKit.WebContent.Development (pid 81975) +FAIL: Timed out waiting for notifyDone to be called -GET(""): GET(null bytes), Content-Type: null -GET(null): GET(null bytes), Content-Type: null -GET("123"): GET(null bytes), Content-Type: null -POST(""): POST(0 bytes), Content-Type: text/plain;charset=UTF-8 -POST(null): POST(0 bytes), Content-Type: null -POST("123"): POST(3 bytes), Content-Type: text/plain;charset=UTF-8 -PUT(""): PUT(0 bytes), Content-Type: text/plain;charset=UTF-8 -PUT(null): PUT(0 bytes), Content-Type: null -PUT("123"): PUT(3 bytes), Content-Type: text/plain;charset=UTF-8 -DELETE(""): DELETE(0 bytes), Content-Type: text/plain;charset=UTF-8 -DELETE(null): DELETE(0 bytes), Content-Type: null -DELETE("123"): DELETE(3 bytes), Content-Type: text/plain;charset=UTF-8 -HEAD(""): HEAD(0 bytes), Content-Type: null -HEAD(null): HEAD(0 bytes), Content-Type: null -HEAD("123"): HEAD(0 bytes), Content-Type: null -WKFOOBAR(""): WKFOOBAR(0 bytes), Content-Type: text/plain;charset=UTF-8 -WKFOOBAR(null): WKFOOBAR(0 bytes), Content-Type: null -WKFOOBAR("123"): WKFOOBAR(3 bytes), Content-Type: text/plain;charset=UTF-8 -SEARCH(""): SEARCH(0 bytes), Content-Type: text/plain;charset=UTF-8 -SEARCH(null): SEARCH(0 bytes), Content-Type: null -SEARCH("123"): SEARCH(3 bytes), Content-Type: text/plain;charset=UTF-8 +#EOF +#EOF
Note You need to log in before you can comment on or make changes to this bug.