Bug 171530 - [iOS Simulator] LayoutTest/http/tests/xmlhttprequest/methods-async.html is flaky timeout
Summary: [iOS Simulator] LayoutTest/http/tests/xmlhttprequest/methods-async.html is fl...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Matt Lewis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-01 18:08 PDT by Matt Lewis
Modified: 2017-05-03 17:18 PDT (History)
4 users (show)

See Also:


Attachments
Mark test as flaky (1.74 KB, patch)
2017-05-01 18:13 PDT, Matt Lewis
no flags Details | Formatted Diff | Diff
Mark test as flaky (1.35 KB, patch)
2017-05-02 09:45 PDT, Matt Lewis
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Matt Lewis 2017-05-01 18:13:30 PDT
Created attachment 308795 [details]
Mark test as flaky
Comment 2 Ryan Haddad 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?
Comment 3 Matt Lewis 2017-05-02 09:45:55 PDT
Created attachment 308826 [details]
Mark test as flaky
Comment 4 Ryan Haddad 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>
Comment 5 Alexey Proskuryakov 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