RESOLVED FIXED 212555
Add debug alerts to xhr tests
https://bugs.webkit.org/show_bug.cgi?id=212555
Summary Add debug alerts to xhr tests
Alex Christensen
Reported 2020-05-29 17:03:08 PDT
Add debug alerts to xhr tests
Attachments
Patch (7.38 KB, patch)
2020-05-29 17:04 PDT, Alex Christensen
no flags
Patch (9.27 KB, patch)
2020-05-29 20:24 PDT, Alex Christensen
no flags
Alex Christensen
Comment 1 2020-05-29 17:04:03 PDT
EWS Watchlist
Comment 2 2020-05-29 17:05:28 PDT
This patch modifies the imported WPT tests. Please ensure that any changes on the tests are exported to WPT. Please see https://trac.webkit.org/wiki/WPTExportProcess
Alexey Proskuryakov
Comment 3 2020-05-29 17:26:04 PDT
Comment on attachment 400636 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=400636&action=review I would suggest console.log. alert() has interesting runloop scheduling consequences even in DRT/WKTR where it's short circuited. > LayoutTests/imported/w3c/web-platform-tests/xhr/event-error-order.sub.html:1 > -<!DOCTYPE html> > +<!DOCTYPE html> Curious. I don't think that we are supposed to remove BOM from imported tests? Can revert it all together later, I guess.
Alex Christensen
Comment 4 2020-05-29 20:24:51 PDT
Alex Christensen
Comment 5 2020-05-29 20:30:56 PDT
Xcode removed the BOM. It doesn't matter with this test, but this latest patch leaves it unchanged. We're also not supposed to put random alerts in these tests, but we're doing it in our copy anyway.
EWS
Comment 6 2020-05-29 23:28:43 PDT
Committed r262339: <https://trac.webkit.org/changeset/262339> All reviewed patches have been landed. Closing bug and clearing flags on attachment 400648 [details].
Radar WebKit Bug Importer
Comment 7 2020-05-29 23:29:17 PDT
Note You need to log in before you can comment on or make changes to this bug.