script: implement ReadableByteStreamController#35410
Conversation
16ea2f9 to
f704098
Compare
gterzian
left a comment
There was a problem hiding this comment.
Looks good, with a few comments and questions.
7b411e6 to
8f7a130
Compare
|
🔨 Triggering try run (#13396547352) for Linux (WPT) |
|
|
|
🔨 Triggering try run (#13410367448) for Linux (WPT) |
|
|
6e7455d to
76c7942
Compare
gterzian
left a comment
There was a problem hiding this comment.
LGTM on the buffer source use of new js functions: I've compared their use with that of Gecko in https://searchfox.org/mozilla-central/source/dom/streams/ReadableByteStreamController.cpp and they are the same.
|
🔨 Triggering try run (#13422686696) for Linux (WPT) |
|
Test results for linux-wpt-layout-2020 from try job (#13422686696): Flaky unexpected result (22)
Stable unexpected results that are known to be intermittent (16)
|
|
✨ Try run (#13422686696) succeeded. |
|
🔨 Triggering try run (#13437586384) for Linux (WPT) |
Signed-off-by: Taym Haddadi <[email protected]>
Signed-off-by: Taym Haddadi <[email protected]>
|
Test results for linux-wpt-layout-2020 from try job (#13708650290): Flaky unexpected result (13)
Stable unexpected results that are known to be intermittent (13)
|
|
✨ Try run (#13708650290) succeeded. |
Signed-off-by: Taym Haddadi <[email protected]>
Signed-off-by: Taym Haddadi <[email protected]>
|
🤖 Opened new upstream WPT pull request (web-platform-tests/wpt#51210) with upstreamable changes. |
|
This looks like some sort of rebasing mistake: https://github.com/web-platform-tests/wpt/pull/51210/files |
gterzian
left a comment
There was a problem hiding this comment.
Lgtm, thanks for addressing my earlier comment about how the spec does early returns.
There are two tests that seem like they should pass?
Also it seems like some rebasing error with a css test slipped through.
| [templated.any.html] | ||
| [ReadableStream with byte source (empty): instances have the correct methods and properties] |
There was a problem hiding this comment.
This one and the one above seems like something that should pass?
There was a problem hiding this comment.
Ah yes, don't knew why was not picked up when running test!
There was a problem hiding this comment.
This still needed, check:
There was a problem hiding this comment.
So those actually should fail: "assert_equals: has a pipeThrough method expected "function" but got "undefined""
There was a problem hiding this comment.
Yes tests failing because pipeThrough is not implemented
|
🔨 Triggering try run (#13766454248) for Linux (WPT) |
|
📝 Transplanted new upstreamable changes to existing upstream WPT pull request (web-platform-tests/wpt#51210). |
|
Test results for linux-wpt-layout-2020 from try job (#13766454248): Flaky unexpected result (19)
Stable unexpected results that are known to be intermittent (15)
Stable unexpected results (2)
|
|
|
Signed-off-by: Taym Haddadi <[email protected]>
d804dbf to
d3af3b3
Compare
|
📝 Transplanted new upstreamable changes to existing upstream WPT pull request (web-platform-tests/wpt#51210). |
|
@jdm do you still want to review this one? |
|
I'm recovering from an illness right now so it does not make sense to wait on me. |
Got it. Hope you feel better soon! I'll proceed without waiting on your review. |
|
⛔ Failed to properly merge the upstream pull request (web-platform-tests/wpt#51210). Please address any CI issues and try to merge manually. |
Part of #34676
./mach build -ddoes not report any errors./mach test-tidydoes not report any errors