Title: [225232] trunk/LayoutTests/imported/w3c
- Revision
- 225232
- Author
- [email protected]
- Date
- 2017-11-28 12:26:13 -0800 (Tue, 28 Nov 2017)
Log Message
Unreviewed, rebaseline a few skipped / flaky service worker tests
* web-platform-tests/service-workers/cache-storage/serviceworker/cache-match.https-expected.txt:
* web-platform-tests/service-workers/service-worker/fetch-request-redirect.https-expected.txt:
* web-platform-tests/service-workers/service-worker/register-same-scope-different-script-url.https-expected.txt:
* web-platform-tests/service-workers/service-worker/skip-waiting-using-registration.https-expected.txt:
Modified Paths
Diff
Modified: trunk/LayoutTests/imported/w3c/ChangeLog (225231 => 225232)
--- trunk/LayoutTests/imported/w3c/ChangeLog 2017-11-28 19:58:16 UTC (rev 225231)
+++ trunk/LayoutTests/imported/w3c/ChangeLog 2017-11-28 20:26:13 UTC (rev 225232)
@@ -1,3 +1,12 @@
+2017-11-28 Chris Dumez <[email protected]>
+
+ Unreviewed, rebaseline a few skipped / flaky service worker tests
+
+ * web-platform-tests/service-workers/cache-storage/serviceworker/cache-match.https-expected.txt:
+ * web-platform-tests/service-workers/service-worker/fetch-request-redirect.https-expected.txt:
+ * web-platform-tests/service-workers/service-worker/register-same-scope-different-script-url.https-expected.txt:
+ * web-platform-tests/service-workers/service-worker/skip-waiting-using-registration.https-expected.txt:
+
2017-11-25 Frederic Wang <[email protected]>
Import MathML WPT tests
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/cache-storage/serviceworker/cache-match.https-expected.txt (225231 => 225232)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/cache-storage/serviceworker/cache-match.https-expected.txt 2017-11-28 19:58:16 UTC (rev 225231)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/cache-storage/serviceworker/cache-match.https-expected.txt 2017-11-28 20:26:13 UTC (rev 225232)
@@ -15,7 +15,7 @@
PASS Cache.match with responses containing "Vary" header
PASS Cache.match with Request and Response objects with different URLs
PASS Cache.match invoked multiple times for the same Request/Response
-FAIL Cache.match blob should be sliceable assert_equals: A Response blob returned by Cache.match should be sliceable. expected (string) "simple" but got (object) null
+PASS Cache.match blob should be sliceable
PASS Cache.match with POST Request
PASS Cache.match with a non-2xx Response
PASS Cache.match with a network error Response
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/fetch-request-redirect.https-expected.txt (225231 => 225232)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/fetch-request-redirect.https-expected.txt 2017-11-28 19:58:16 UTC (rev 225231)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/fetch-request-redirect.https-expected.txt 2017-11-28 20:26:13 UTC (rev 225232)
@@ -1,6 +1,6 @@
-FAIL Verify redirect mode of Fetch API and ServiceWorker FetchEvent. promise_test: Unhandled rejection with value: object "Error: Normal audio resource should be loaded. - undefined"
+FAIL Verify redirect mode of Fetch API and ServiceWorker FetchEvent. promise_test: Unhandled rejection with value: object "Error: Redirected XHR with Request.redirect=manual should fail."
FAIL Verify redirected of Response(Fetch API) and ServiceWorker FetchEvent. promise_test: Unhandled rejection with value: object "Error: wait_for_state must be passed a ServiceWorker"
FAIL Verify redirected of Response(Fetch API), Cache API and ServiceWorker FetchEvent. promise_test: Unhandled rejection with value: object "Error: wait_for_state must be passed a ServiceWorker"
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/register-same-scope-different-script-url.https-expected.txt (225231 => 225232)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/register-same-scope-different-script-url.https-expected.txt 2017-11-28 19:58:16 UTC (rev 225231)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/register-same-scope-different-script-url.https-expected.txt 2017-11-28 20:26:13 UTC (rev 225232)
@@ -4,5 +4,5 @@
PASS Register then register new script URL
FAIL Register then register new script URL that 404s assert_unreached: unexpected rejection: assert_unreached: register should reject Reached unreachable code Reached unreachable code
FAIL Register then register new script that does not install assert_unreached: unexpected rejection: assert_equals: on redundant, installing should be null expected null but got object "[object ServiceWorker]" Reached unreachable code
-FAIL Register same-scope new script url effect on controller assert_unreached: unexpected rejection: assert_equals: the old version should control a new doc expected "https://localhost:9443/service-workers/service-worker/resources/empty-worker.js" but got "https://localhost:9443/service-workers/service-worker/resources/empty-worker.js?new" Reached unreachable code
+FAIL Register same-scope new script url effect on controller assert_unreached: unexpected rejection: assert_equals: the old version should control the old doc expected "https://localhost:9443/service-workers/service-worker/resources/empty-worker.js" but got "https://localhost:9443/service-workers/service-worker/resources/empty-worker.js?new" Reached unreachable code
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/skip-waiting-using-registration.https-expected.txt (225231 => 225232)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/skip-waiting-using-registration.https-expected.txt 2017-11-28 19:58:16 UTC (rev 225231)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/skip-waiting-using-registration.https-expected.txt 2017-11-28 20:26:13 UTC (rev 225232)
@@ -1,5 +1,6 @@
Harness Error (TIMEOUT), message = null
-TIMEOUT Test skipWaiting while a client is using the registration Test timed out
+PASS Test skipWaiting while a client is using the registration
+TIMEOUT skipWaiting Test timed out
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes