WritableStream: fix TIMEOUT of response-stream-with-broken-then.any.worker · Issue #35421 · servo/servo · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that pipeTo is not implemented yet, so there is a unhandled rejection with a type erro of pipeTo is not a function. But this is the same in a window event-loop, so I don't understand what causes a timeout for workers.
The text was updated successfully, but these errors were encountered:
Follow-up to #34844
The suite of the following tests is now TIMEOUT for workers only:
servo/tests/wpt/tests/fetch/api/response/response-stream-with-broken-then.any.js
Line 4 in cb588ba
The last test indeed uses a
WritableStream
:servo/tests/wpt/tests/fetch/api/response/response-stream-with-broken-then.any.js
Line 116 in cb588ba
It's not clear to me what causes the timeout, especially not since it's only for the worker event-loop.
I've tried commenting out the below line:
servo/tests/wpt/tests/fetch/api/response/response-stream-with-broken-then.any.js
Line 113 in cb588ba
and this indeed removes the timeout.
Note that
pipeTo
is not implemented yet, so there is a unhandled rejection with a type erro ofpipeTo
is not a function. But this is the same in a window event-loop, so I don't understand what causes a timeout for workers.The text was updated successfully, but these errors were encountered: