Bug 194366 - Unable to sign in leetcode
Summary: Unable to sign in leetcode
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-02-06 16:06 PST by youenn fablet
Modified: 2019-02-07 12:16 PST (History)
10 users (show)

See Also:


Attachments
Patch (7.40 KB, patch)
2019-02-06 16:12 PST, youenn fablet
no flags Details | Formatted Diff | Diff
Patch (7.38 KB, patch)
2019-02-06 16:23 PST, youenn fablet
no flags Details | Formatted Diff | Diff
Patch (7.48 KB, patch)
2019-02-06 16:56 PST, youenn fablet
no flags Details | Formatted Diff | Diff
Archive of layout-test-results from ews101 for mac-highsierra (2.45 MB, application/zip)
2019-02-06 18:01 PST, EWS Watchlist
no flags Details
Archive of layout-test-results from ews104 for mac-highsierra-wk2 (2.80 MB, application/zip)
2019-02-06 18:02 PST, EWS Watchlist
no flags Details
Patch (7.85 KB, patch)
2019-02-06 18:23 PST, youenn fablet
no flags Details | Formatted Diff | Diff
Archive of layout-test-results from ews123 for ios-simulator-wk2 (2.40 MB, application/zip)
2019-02-06 20:07 PST, EWS Watchlist
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description youenn fablet 2019-02-06 16:06:56 PST
Test that Request constructor throws if FetchRequestInit.signal is not undefined, null or an AbortSignal object
Comment 1 youenn fablet 2019-02-06 16:12:17 PST
Created attachment 361343 [details]
Patch
Comment 2 youenn fablet 2019-02-06 16:23:04 PST
Created attachment 361344 [details]
Patch
Comment 3 youenn fablet 2019-02-06 16:56:15 PST
Created attachment 361346 [details]
Patch
Comment 4 EWS Watchlist 2019-02-06 18:01:32 PST
Comment on attachment 361346 [details]
Patch

Attachment 361346 [details] did not pass mac-ews (mac):
Output: https://webkit-queues.webkit.org/results/11059517

New failing tests:
imported/w3c/web-platform-tests/fetch/api/abort/general.any.html
imported/w3c/web-platform-tests/fetch/api/abort/general.any.worker.html
Comment 5 EWS Watchlist 2019-02-06 18:01:34 PST
Created attachment 361355 [details]
Archive of layout-test-results from ews101 for mac-highsierra

The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: ews101  Port: mac-highsierra  Platform: Mac OS X 10.13.6
Comment 6 EWS Watchlist 2019-02-06 18:02:36 PST
Comment on attachment 361346 [details]
Patch

Attachment 361346 [details] did not pass mac-wk2-ews (mac-wk2):
Output: https://webkit-queues.webkit.org/results/11059496

New failing tests:
imported/w3c/web-platform-tests/fetch/api/abort/general.any.html
imported/w3c/web-platform-tests/fetch/api/abort/general.any.worker.html
Comment 7 EWS Watchlist 2019-02-06 18:02:38 PST
Created attachment 361356 [details]
Archive of layout-test-results from ews104 for mac-highsierra-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews104  Port: mac-highsierra-wk2  Platform: Mac OS X 10.13.6
Comment 8 youenn fablet 2019-02-06 18:23:49 PST
Created attachment 361359 [details]
Patch
Comment 9 EWS Watchlist 2019-02-06 20:07:20 PST
Comment on attachment 361359 [details]
Patch

Attachment 361359 [details] did not pass ios-sim-ews (ios-simulator-wk2):
Output: https://webkit-queues.webkit.org/results/11060506

New failing tests:
fast/viewport/ios/device-width-viewport-after-changing-view-scale.html
Comment 10 EWS Watchlist 2019-02-06 20:07:22 PST
Created attachment 361372 [details]
Archive of layout-test-results from ews123 for ios-simulator-wk2

The attached test failures were seen while running run-webkit-tests on the ios-sim-ews.
Bot: ews123  Port: ios-simulator-wk2  Platform: Mac OS X 10.13.6
Comment 11 Chris Dumez 2019-02-07 11:43:11 PST
Comment on attachment 361359 [details]
Patch

r=me
Comment 12 Alex Christensen 2019-02-07 11:46:27 PST
Comment on attachment 361359 [details]
Patch

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

r=me
Should we propose a loosening change to the fetch spec, or should we indicate that we intend to change this back once the web has updated their polyfills?

> LayoutTests/http/wpt/fetch/request-abort-expected.txt:5
> +FAIL Request from URL with signal assert_throws: function "() => { new Request("/", {signal: "my signal"}) }" did not throw
> +FAIL Request from request with signal assert_throws: function "() => { new Request(request, {signal: "my signal"}) }" did not throw

These tests should probably not print "FAIL" which indicates that there is something yet to fix.
Comment 13 youenn fablet 2019-02-07 11:49:48 PST
Thanks for the reviews.

(In reply to Alex Christensen from comment #12)
> Comment on attachment 361359 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=361359&action=review
> 
> r=me
> Should we propose a loosening change to the fetch spec, or should we
> indicate that we intend to change this back once the web has updated their
> polyfills?

We intend to revert these changes whenever possible.
I'll file a Bugzilla accordingly.

> > LayoutTests/http/wpt/fetch/request-abort-expected.txt:5
> > +FAIL Request from URL with signal assert_throws: function "() => { new Request("/", {signal: "my signal"}) }" did not throw
> > +FAIL Request from request with signal assert_throws: function "() => { new Request(request, {signal: "my signal"}) }" did not throw
> 
> These tests should probably not print "FAIL" which indicates that there is
> something yet to fix.

The idea is to keep the test as is and rebase the test expectation once the C++ changes are reverted.
Comment 14 WebKit Commit Bot 2019-02-07 12:15:03 PST
Comment on attachment 361359 [details]
Patch

Clearing flags on attachment: 361359

Committed r241137: <https://trac.webkit.org/changeset/241137>
Comment 15 WebKit Commit Bot 2019-02-07 12:15:05 PST
All reviewed patches have been landed.  Closing bug.
Comment 16 Radar WebKit Bug Importer 2019-02-07 12:16:30 PST
<rdar://problem/47892805>