RESOLVED FIXED 235560
Streams tests try to call ReadableStream.prototype.pipeThrough.call generically
https://bugs.webkit.org/show_bug.cgi?id=235560
Summary Streams tests try to call ReadableStream.prototype.pipeThrough.call generically
Kimmo Kinnunen
Reported 2022-01-24 23:57:06 PST
Streams tests try to call ReadableStream.prototype.pipeThrough.call generically ReadableStream methods are nowadays defined to accept only ReadableStream instances. Tests sometimes assert that an exception is thrown. However, the exception being actually thrown is different. Future testharness.js will check the exception and the test will fail.
Attachments
Patch (15.09 KB, patch)
2022-01-25 00:00 PST, Kimmo Kinnunen
no flags
Kimmo Kinnunen
Comment 1 2022-01-25 00:00:06 PST
youenn fablet
Comment 2 2022-01-25 00:45:12 PST
Comment on attachment 449901 [details] Patch r=me, all these tests are older versions of tests that we run in LayoutTests/imported/w3c/web-platform-tests/streams folder/subfolders
EWS
Comment 3 2022-01-26 01:48:19 PST
Committed r288611 (246430@main): <https://commits.webkit.org/246430@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 449901 [details].
Radar WebKit Bug Importer
Comment 4 2022-01-26 01:49:17 PST
Note You need to log in before you can comment on or make changes to this bug.