[Webkit-unassigned] [Bug 217938] REGRESSION (268605?): [ Mojave+ wk2 ] 4 wpt/service-workers tests are flaky failures

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 19 19:22:18 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=217938

--- Comment #3 from Karl Rackler <rackler at apple.com> ---
Diff Log

http/wpt/service-workers/fetchEvent.https.html

--- /Volumes/Data/slave/catalina-release-tests-wk2/build/layout-test-results/http/wpt/service-workers/fetchEvent.https-expected.txt
+++ /Volumes/Data/slave/catalina-release-tests-wk2/build/layout-test-results/http/wpt/service-workers/fetchEvent.https-actual.txt
@@ -1,10 +1,10 @@

 PASS Setup worker
-PASS FetchEvent respondWith should throw if called twice
+FAIL FetchEvent respondWith should throw if called twice assert_equals: expected "PASS" but got "Exception: undefined is not an object (evaluating 'self.internals.createBeingDispatchedFetchEvent')"
 PASS FetchEvent request is SameObject
-PASS FetchEvent should be in error if responding with undefined
-PASS FetchEvent should be in error if not responding with a Response
-PASS FetchEvent should be in error if responding with a Promise that does not resolve to a Response
-PASS FetchEvent should be in error if responding with a Promise that rejects
-PASS FetchEvent should resolve when responding with a Response
+FAIL FetchEvent should be in error if responding with undefined assert_equals: expected "PASS" but got "Exception: Can't find variable: internals"
+FAIL FetchEvent should be in error if not responding with a Response assert_equals: expected "PASS" but got "Exception: Can't find variable: internals"
+FAIL FetchEvent should be in error if responding with a Promise that does not resolve to a Response assert_equals: expected "PASS" but got "Exception: Can't find variable: internals"
+FAIL FetchEvent should be in error if responding with a Promise that rejects assert_equals: expected "PASS" but got "Exception: Can't find variable: internals"
+FAIL FetchEvent should resolve when responding with a Response assert_equals: expected "PASS" but got "Exception: Can't find variable: internals"

http/wpt/service-workers/Mac/throttleable.https.html

--- /Volumes/Data/slave/catalina-release-tests-wk2/build/layout-test-results/http/wpt/service-workers/mac/throttleable.https-expected.txt
+++ /Volumes/Data/slave/catalina-release-tests-wk2/build/layout-test-results/http/wpt/service-workers/mac/throttleable.https-actual.txt
@@ -1,5 +1,5 @@

 PASS Setup worker
-PASS Service worker should not be throttleable
-PASS Service worker should be throttleable
+FAIL Service worker should not be throttleable assert_false: expected false got "needs internals"
+FAIL Service worker should be throttleable assert_true: expected true got "needs internals"

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201020/dcd06e5a/attachment.htm>


More information about the webkit-unassigned mailing list