Title: [225364] trunk/LayoutTests
Revision
225364
Author
cdu...@apple.com
Date
2017-11-30 15:50:15 -0800 (Thu, 30 Nov 2017)

Log Message

Unreviewed, unskip service worker test that no longer times out after r225346.

LayoutTests/imported/w3c:

* web-platform-tests/service-workers/service-worker/skip-waiting-using-registration.https-expected.txt:
* web-platform-tests/service-workers/service-worker/skip-waiting-without-client.https-expected.txt:

LayoutTests:

* TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (225363 => 225364)


--- trunk/LayoutTests/ChangeLog	2017-11-30 23:47:35 UTC (rev 225363)
+++ trunk/LayoutTests/ChangeLog	2017-11-30 23:50:15 UTC (rev 225364)
@@ -1,3 +1,9 @@
+2017-11-30  Chris Dumez  <cdu...@apple.com>
+
+        Unreviewed, unskip service worker test that no longer times out after r225346.
+
+        * TestExpectations:
+
 2017-11-30  Dean Jackson  <d...@apple.com>
 
         Skip WebGL on iOS while working out what ANGLE has broken.

Modified: trunk/LayoutTests/TestExpectations (225363 => 225364)


--- trunk/LayoutTests/TestExpectations	2017-11-30 23:47:35 UTC (rev 225363)
+++ trunk/LayoutTests/TestExpectations	2017-11-30 23:50:15 UTC (rev 225364)
@@ -176,7 +176,6 @@
 imported/w3c/web-platform-tests/service-workers/service-worker/respond-with-body-accessed-response.https.html [ Skip ]
 imported/w3c/web-platform-tests/service-workers/service-worker/serviceworker-message-event-historical.https.html [ Skip ]
 imported/w3c/web-platform-tests/service-workers/service-worker/skip-waiting-using-registration.https.html [ Skip ]
-imported/w3c/web-platform-tests/service-workers/service-worker/skip-waiting-without-client.https.html [ Skip ]
 imported/w3c/web-platform-tests/service-workers/service-worker/update-after-navigation-fetch-event.https.html [ Skip ]
 imported/w3c/web-platform-tests/service-workers/service-worker/update-after-oneday.https.html [ Skip ]
 imported/w3c/web-platform-tests/service-workers/service-worker/update-recovery.https.html [ Skip ]

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (225363 => 225364)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2017-11-30 23:47:35 UTC (rev 225363)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2017-11-30 23:50:15 UTC (rev 225364)
@@ -1,5 +1,12 @@
 2017-11-30  Chris Dumez  <cdu...@apple.com>
 
+        Unreviewed, unskip service worker test that no longer times out after r225346.
+
+        * web-platform-tests/service-workers/service-worker/skip-waiting-using-registration.https-expected.txt:
+        * web-platform-tests/service-workers/service-worker/skip-waiting-without-client.https-expected.txt:
+
+2017-11-30  Chris Dumez  <cdu...@apple.com>
+
         ServiceWorkerGlobalScope::skipWaiting() should resolve its promise
         https://bugs.webkit.org/show_bug.cgi?id=180204
 

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/skip-waiting-using-registration.https-expected.txt (225363 => 225364)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/skip-waiting-using-registration.https-expected.txt	2017-11-30 23:47:35 UTC (rev 225363)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/skip-waiting-using-registration.https-expected.txt	2017-11-30 23:50:15 UTC (rev 225364)
@@ -2,5 +2,4 @@
 Harness Error (TIMEOUT), message = null
 
 PASS Test skipWaiting while a client is using the registration 
-TIMEOUT skipWaiting Test timed out
 

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/skip-waiting-without-client.https-expected.txt (225363 => 225364)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/skip-waiting-without-client.https-expected.txt	2017-11-30 23:47:35 UTC (rev 225363)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/skip-waiting-without-client.https-expected.txt	2017-11-30 23:50:15 UTC (rev 225364)
@@ -1,6 +1,4 @@
 
-Harness Error (TIMEOUT), message = null
-
 PASS Test single skipWaiting() when no client attached 
-TIMEOUT skipWaiting Test timed out
+FAIL skipWaiting promise_test: Unhandled rejection with value: object "NotSupportedError: self.skipWaiting() is not yet supported"
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to