WebKit Bugzilla
Attachment 347294 Details for
Bug 188675
: [Curl] Test gardening
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
PATCH
188675.diff (text/plain), 8.70 KB, created by
Basuke Suzuki
on 2018-08-16 13:29:01 PDT
(
hide
)
Description:
PATCH
Filename:
MIME Type:
Creator:
Basuke Suzuki
Created:
2018-08-16 13:29:01 PDT
Size:
8.70 KB
patch
obsolete
>diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog >index 106a93485c3..e2fbd4d198d 100644 >--- a/LayoutTests/ChangeLog >+++ b/LayoutTests/ChangeLog >@@ -1,3 +1,18 @@ >+2018-08-16 Basuke Suzuki <Basuke.Suzuki@sony.com> >+ >+ [Curl] Test gardening >+ https://bugs.webkit.org/show_bug.cgi?id=188675 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Fix expectations to match after r234892 landed. >+ >+ * platform/wincairo/TestExpectations: >+ * platform/wincairo/http/tests/xmlhttprequest/methods-async-expected.txt: Added >+ * platform/wincairo/http/tests/xmlhttprequest/methods-expected.txt: >+ * platform/wincairo/http/tests/xmlhttprequest/workers/methods-async-expected.txt: Added >+ * platform/wincairo/http/tests/xmlhttprequest/workers/methods-expected.txt: Added >+ > 2018-08-15 Jer Noble <jer.noble@apple.com> > > Add Experimental Feature support for SourceBuffer.changeType() >diff --git a/LayoutTests/platform/wincairo/TestExpectations b/LayoutTests/platform/wincairo/TestExpectations >index 22dc3f280ca..4f21276bfe7 100644 >--- a/LayoutTests/platform/wincairo/TestExpectations >+++ b/LayoutTests/platform/wincairo/TestExpectations >@@ -940,8 +940,6 @@ http/tests/xmlhttprequest/cross-origin-authorization.html [ Failure ] > http/tests/xmlhttprequest/cross-origin-cookie-storage.html [ Failure ] > http/tests/xmlhttprequest/cross-origin-no-authorization.html [ Failure ] > http/tests/xmlhttprequest/logout.html [ Failure ] >-http/tests/xmlhttprequest/methods-async.html [ Failure ] >-http/tests/xmlhttprequest/methods.html [ Failure ] > http/tests/xmlhttprequest/null-auth.php [ Failure ] > http/tests/xmlhttprequest/re-login-async.html [ Failure ] > http/tests/xmlhttprequest/re-login.html [ Failure ] >@@ -956,8 +954,6 @@ http/tests/xmlhttprequest/upload-onload-event.html [ Failure ] > http/tests/xmlhttprequest/upload-onloadend-event-after-load.html [ Failure ] > http/tests/xmlhttprequest/upload-onprogress-event.html [ Failure ] > http/tests/xmlhttprequest/upload-progress-events.html [ Failure ] >-http/tests/xmlhttprequest/workers/methods-async.html [ Failure ] >-http/tests/xmlhttprequest/workers/methods.html [ Failure ] > > http/tests/xmlhttprequest/upload-onabort-progressevent-attributes.html [ Timeout ] > http/tests/xmlhttprequest/upload-onload-progressevent-attributes.html [ Timeout ] >diff --git a/LayoutTests/platform/wincairo/http/tests/xmlhttprequest/methods-async-expected.txt b/LayoutTests/platform/wincairo/http/tests/xmlhttprequest/methods-async-expected.txt >new file mode 100644 >index 00000000000..1108cbfcaa7 >--- /dev/null >+++ b/LayoutTests/platform/wincairo/http/tests/xmlhttprequest/methods-async-expected.txt >@@ -0,0 +1,23 @@ >+Tests for bug 3812 - GET and POST should not be the only HTTP methods implemented in XMLHttpRequest. >+ >+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(null bytes), Content-Type: null >+HEAD(null): HEAD(null bytes), Content-Type: null >+HEAD("123"): HEAD(null 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 >diff --git a/LayoutTests/platform/wincairo/http/tests/xmlhttprequest/methods-expected.txt b/LayoutTests/platform/wincairo/http/tests/xmlhttprequest/methods-expected.txt >index b135a160ce6..1108cbfcaa7 100644 >--- a/LayoutTests/platform/wincairo/http/tests/xmlhttprequest/methods-expected.txt >+++ b/LayoutTests/platform/wincairo/http/tests/xmlhttprequest/methods-expected.txt >@@ -10,14 +10,14 @@ 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(null bytes), Content-Type: null >+DELETE(null): DELETE(0 bytes), Content-Type: null > DELETE("123"): DELETE(3 bytes), Content-Type: text/plain;charset=UTF-8 > HEAD(""): HEAD(null bytes), Content-Type: null > HEAD(null): HEAD(null bytes), Content-Type: null > HEAD("123"): HEAD(null bytes), Content-Type: null > WKFOOBAR(""): WKFOOBAR(0 bytes), Content-Type: text/plain;charset=UTF-8 >-WKFOOBAR(null): WKFOOBAR(null bytes), Content-Type: null >+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(null bytes), Content-Type: null >+SEARCH(null): SEARCH(0 bytes), Content-Type: null > SEARCH("123"): SEARCH(3 bytes), Content-Type: text/plain;charset=UTF-8 >diff --git a/LayoutTests/platform/wincairo/http/tests/xmlhttprequest/workers/methods-async-expected.txt b/LayoutTests/platform/wincairo/http/tests/xmlhttprequest/workers/methods-async-expected.txt >new file mode 100644 >index 00000000000..e57cca50bcb >--- /dev/null >+++ b/LayoutTests/platform/wincairo/http/tests/xmlhttprequest/workers/methods-async-expected.txt >@@ -0,0 +1,24 @@ >+GET and POST should not be the only HTTP methods implemented in XMLHttpRequest for Workers. >+ >+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(null bytes), Content-Type: null >+HEAD(null): HEAD(null bytes), Content-Type: null >+HEAD("123"): HEAD(null 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 >+DONE >diff --git a/LayoutTests/platform/wincairo/http/tests/xmlhttprequest/workers/methods-expected.txt b/LayoutTests/platform/wincairo/http/tests/xmlhttprequest/workers/methods-expected.txt >new file mode 100644 >index 00000000000..e57cca50bcb >--- /dev/null >+++ b/LayoutTests/platform/wincairo/http/tests/xmlhttprequest/workers/methods-expected.txt >@@ -0,0 +1,24 @@ >+GET and POST should not be the only HTTP methods implemented in XMLHttpRequest for Workers. >+ >+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(null bytes), Content-Type: null >+HEAD(null): HEAD(null bytes), Content-Type: null >+HEAD("123"): HEAD(null 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 >+DONE
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 188675
:
347294
|
347295