Title: [227545] trunk/LayoutTests/imported/w3c
Revision
227545
Author
cdu...@apple.com
Date
2018-01-24 12:33:45 -0800 (Wed, 24 Jan 2018)

Log Message

Unreviewed, rebaseline flaky service worker test

* web-platform-tests/service-workers/service-worker/windowclient-navigate.https-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (227544 => 227545)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2018-01-24 20:25:59 UTC (rev 227544)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2018-01-24 20:33:45 UTC (rev 227545)
@@ -1,5 +1,11 @@
 2018-01-24  Chris Dumez  <cdu...@apple.com>
 
+        Unreviewed, rebaseline flaky service worker test
+
+        * web-platform-tests/service-workers/service-worker/windowclient-navigate.https-expected.txt:
+
+2018-01-24  Chris Dumez  <cdu...@apple.com>
+
         Unreviewed, unskip some service worker tests that no longer time out
 
         * web-platform-tests/service-workers/service-worker/clients-matchall-include-uncontrolled.https-expected.txt:

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/windowclient-navigate.https-expected.txt (227544 => 227545)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/windowclient-navigate.https-expected.txt	2018-01-24 20:25:59 UTC (rev 227544)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/windowclient-navigate.https-expected.txt	2018-01-24 20:33:45 UTC (rev 227545)
@@ -1,12 +1,12 @@
 
-FAIL normal promise_test: Unhandled rejection with value: object "NotSupportedError: Passing MessagePort objects to postMessage is not yet supported"
-FAIL blank url promise_test: Unhandled rejection with value: object "NotSupportedError: Passing MessagePort objects to postMessage is not yet supported"
-FAIL in scope but not controlled test on installing worker promise_test: Unhandled rejection with value: object "InvalidStateError: Service Worker state is redundant"
-FAIL in scope but not controlled test on active worker promise_test: Unhandled rejection with value: object "NotSupportedError: Passing MessagePort objects to postMessage is not yet supported"
-FAIL out of scope promise_test: Unhandled rejection with value: object "NotSupportedError: Passing MessagePort objects to postMessage is not yet supported"
-FAIL cross orgin url promise_test: Unhandled rejection with value: object "NotSupportedError: Passing MessagePort objects to postMessage is not yet supported"
-FAIL invalid url (http://[example.com]) promise_test: Unhandled rejection with value: object "NotSupportedError: Passing MessagePort objects to postMessage is not yet supported"
-FAIL invalid url (view-source://example.com) promise_test: Unhandled rejection with value: object "NotSupportedError: Passing MessagePort objects to postMessage is not yet supported"
-FAIL invalid url (file:///) promise_test: Unhandled rejection with value: object "NotSupportedError: Passing MessagePort objects to postMessage is not yet supported"
-FAIL invalid url (about:blank) promise_test: Unhandled rejection with value: object "NotSupportedError: Passing MessagePort objects to postMessage is not yet supported"
+FAIL normal assert_equals: expected "https://localhost:9443/service-workers/service-worker/resources/blank.html?navigate" but got "NotSupportedError"
+FAIL blank url assert_equals: expected "https://localhost:9443/service-workers/service-worker/resources/windowclient-navigate-worker.js" but got "NotSupportedError"
+FAIL in scope but not controlled test on installing worker assert_equals: expected "TypeError" but got "NotSupportedError"
+FAIL in scope but not controlled test on active worker assert_equals: expected "TypeError" but got "NotSupportedError"
+FAIL out of scope assert_equals: expected "TypeError" but got "NotSupportedError"
+FAIL cross orgin url assert_equals: expected (object) null but got (string) "NotSupportedError"
+FAIL invalid url (http://[example.com]) assert_equals: expected "TypeError" but got "NotSupportedError"
+FAIL invalid url (view-source://example.com) assert_equals: expected "TypeError" but got "NotSupportedError"
+FAIL invalid url (file:///) assert_equals: expected "TypeError" but got "NotSupportedError"
+FAIL invalid url (about:blank) assert_equals: expected "TypeError" but got "NotSupportedError"
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to