Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Streams: fix IDL tests #24267

Merged

Conversation

MattiasBuelens
Copy link
Contributor

The new IDL harness tests for Streams (#22982) did not correctly instantiate all tested interfaces. This PR fixes them.

Copy link
Contributor

@ricea ricea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this!

streams/idlharness.any.js Outdated Show resolved Hide resolved
Copy link
Contributor

@ricea ricea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@MattiasBuelens
Copy link
Contributor Author

Dangit, a linter error. I'm on it. 👷

I also opened yet another PR to get ReadableStreamBYOBRequest.view to type-check correctly: #24298

@MattiasBuelens
Copy link
Contributor Author

Huh, it doesn't look like there's actually a linter error, but rather a problem with the task itself:

INFO: Downloading https://community-tc.services.mozilla.com/api/queue/v1/task/MCDyAHzrSzC4ab5eZ50trA Try 1/5
git rev-parse task_head
git ls-remote origin refs/pull/24267/head
CRITICAL: task_head points at 61e032472d1f34b69ff03a396e243bae34d4db1a, expected None. This may be because the branch was updated
[taskcluster 2020-06-22 19:24:09.150Z] === Task Finished ===
[taskcluster 2020-06-22 19:24:09.234Z] Unsuccessful task run with exit code: 1 completed in 32.431 seconds

Perhaps this is caused by the on-going GitHub incident? For me, I was temporarily unable to access github.com, maybe the CI encountered a similar problem.

I'd suggest we re-run this once GitHub has calmed down a bit. 😅

@domenic domenic closed this Jun 23, 2020
@domenic domenic reopened this Jun 23, 2020
@domenic domenic merged commit e32f3a1 into web-platform-tests:master Jun 23, 2020
@MattiasBuelens MattiasBuelens deleted the streams-fix-idl-tests branch October 12, 2020 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants