Bug 179088

Summary: Fix a couple of service worker tests and unskip them
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: Tools / TestsAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: beidson, commit-queue, ggaren, lforschler, sam, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
URL: https://github.com/w3c/web-platform-tests/pull/8019#issuecomment-340915312
Attachments:
Description Flags
Patch none

Description Chris Dumez 2017-10-31 16:28:55 PDT
Fix a couple of service worker tests and unskip them.

See https://github.com/w3c/web-platform-tests/pull/8019#issuecomment-340915312
Comment 1 Chris Dumez 2017-10-31 16:30:04 PDT
Created attachment 325521 [details]
Patch
Comment 2 Alexey Proskuryakov 2017-10-31 18:26:44 PDT
Comment on attachment 325521 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=325521&action=review

> LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/fetch-event-network-error.https-expected.txt:2
> +FAIL Rejecting the fetch event or using preventDefault() causes a network error assert_equals: expected "PASS" but got "FAIL: no controller"

These don't seem fixed?
Comment 3 Chris Dumez 2017-10-31 20:08:04 PDT
(In reply to Alexey Proskuryakov from comment #2)
> Comment on attachment 325521 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=325521&action=review
> 
> > LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/fetch-event-network-error.https-expected.txt:2
> > +FAIL Rejecting the fetch event or using preventDefault() causes a network error assert_equals: expected "PASS" but got "FAIL: no controller"
> 
> These don't seem fixed?

The tests are fixed. We still do not pass them, which is expected since service workers is still being implemented.
Comment 4 WebKit Commit Bot 2017-10-31 20:26:45 PDT
Comment on attachment 325521 [details]
Patch

Clearing flags on attachment: 325521

Committed r224271: <https://trac.webkit.org/changeset/224271>
Comment 5 WebKit Commit Bot 2017-10-31 20:26:47 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Radar WebKit Bug Importer 2017-11-15 12:29:09 PST
<rdar://problem/35567627>