| Summary: | REGRESSION (268605?): [ Mojave+ wk2 ] 4 wpt/service-workers tests are flaky failures | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Rackler <rackler> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | cdumez, jiewen_tan, webkit-bot-watchers-bugzilla, webkit-bug-importer, youennf |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Karl Rackler
2020-10-19 18:56:39 PDT
I have marked these tests as failing while this issue is investigated. https://trac.webkit.org/changeset/268707/webkit 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" |