WebKit Bugzilla
Attachment 345815 Details for
Bug 188034
: [Curl] Test gardening
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
PATCH
188034.diff (text/plain), 2.25 KB, created by
Basuke Suzuki
on 2018-07-25 19:55:50 PDT
(
hide
)
Description:
PATCH
Filename:
MIME Type:
Creator:
Basuke Suzuki
Created:
2018-07-25 19:55:50 PDT
Size:
2.25 KB
patch
obsolete
>diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog >index bf8abd8da11..02bbbb24f98 100644 >--- a/LayoutTests/ChangeLog >+++ b/LayoutTests/ChangeLog >@@ -1,3 +1,13 @@ >+2018-07-25 Basuke Suzuki <Basuke.Suzuki@sony.com> >+ >+ [Curl] Test gardening >+ https://bugs.webkit.org/show_bug.cgi?id=188034 >+ >+ Unreviewed WinCairo gardening. >+ >+ * httpxmlhttprequest/simple-sync.html: Added. >+ * platform/wincairo/TestExpectations: >+ > 2018-07-24 Chris Dumez <cdumez@apple.com> > > REGRESSION (r219757): Accessing response getter of XHR instance from IFRAME sets constructor to Object from the IFRAME >diff --git a/LayoutTests/http/tests/xmlhttprequest/simple-sync.html b/LayoutTests/http/tests/xmlhttprequest/simple-sync.html >new file mode 100644 >index 00000000000..db99f71be51 >--- /dev/null >+++ b/LayoutTests/http/tests/xmlhttprequest/simple-sync.html >@@ -0,0 +1,19 @@ >+<body> >+ <p>Test for <a href="http://bugs.webkit.org/show_bug.cgi?id=188033">bug 188033</a>: >+ Syncronous XMLHTTPRequest crashes on WinCairo.</p> >+ >+ <div id=result>result: </div> >+ >+ <script> >+ if (window.testRunner) >+ testRunner.dumpAsText(); >+ >+ req = new XMLHttpRequest; >+ req.open("GET", "resources/print-referer.cgi", false); >+ req.send(null); >+ if (req.responseText == document.URL) >+ document.getElementById("result").firstChild.data += "OK"; >+ else >+ document.getElementById("result").firstChild.data += req.responseText; >+ </script> >+</body> >diff --git a/LayoutTests/platform/wincairo/TestExpectations b/LayoutTests/platform/wincairo/TestExpectations >index fa209ab5f50..0e01d291267 100644 >--- a/LayoutTests/platform/wincairo/TestExpectations >+++ b/LayoutTests/platform/wincairo/TestExpectations >@@ -859,6 +859,9 @@ http/tests/websocket/tests/hybi/websocket-cookie-overwrite-behavior.html [ Failu > > http/tests/websocket/tests/hybi/contentextensions/block-cookies.php [ Timeout ] > >+# XMLHTTPRequest (sync) >+http/tests/xmlhttprequest/simple-sync.html [ Crash ] >+ > #/////////////////////////////////////////////////////////////////////////////// > # Issue categories below are shared with other platforms (primarily AppleWin) > #///////////////////////////////////////////////////////////////////////////////
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 188034
:
345814
| 345815 |
345822
|
345828
|
345831
|
345833