-
Notifications
You must be signed in to change notification settings - Fork 67
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
ShadowRealms WPT Failures #396
Labels
Comments
49 tasks
We should resolve this one once we get setTimeout & co inside the shadow realm. |
ptomato
added a commit
to ptomato/wpt
that referenced
this issue
Oct 16, 2024
…video-frame.any.js VideoFrame is not exposed in ShadowRealm, so there's no point in running this test there. See: tc39/proposal-shadowrealm#396
ptomato
added a commit
to ptomato/wpt
that referenced
this issue
Oct 16, 2024
In order for tests using this resource to run properly in a ShadowRealm, we need to make a fake setInterval()/clearInterval() if both are not present on the global object. See: tc39/proposal-shadowrealm#396
ptomato
added a commit
to ptomato/wpt
that referenced
this issue
Oct 17, 2024
In order for tests using this resource to run properly in a ShadowRealm, we need to make a fake setInterval()/clearInterval() if both are not present on the global object. See: tc39/proposal-shadowrealm#396
ptomato
added a commit
to ptomato/wpt
that referenced
this issue
Oct 18, 2024
…video-frame.any.js VideoFrame is not exposed in ShadowRealm, so there's no point in running this test there. See: tc39/proposal-shadowrealm#396
ptomato
added a commit
to ptomato/wpt
that referenced
this issue
Oct 18, 2024
In order for tests using this resource to run properly in a ShadowRealm, we need to make a fake setInterval()/clearInterval() if both are not present on the global object. tc39/proposal-shadowrealm#396
ptomato
added a commit
to web-platform-tests/wpt
that referenced
this issue
Oct 21, 2024
…video-frame.any.js VideoFrame is not exposed in ShadowRealm, so there's no point in running this test there. See: tc39/proposal-shadowrealm#396
ptomato
added a commit
to web-platform-tests/wpt
that referenced
this issue
Oct 21, 2024
In order for tests using this resource to run properly in a ShadowRealm, we need to make a fake setInterval()/clearInterval() if both are not present on the global object. See: tc39/proposal-shadowrealm#396
Resolved by web-platform-tests/wpt#48653. Feel free to open more issues or ping me if you discover more such failures. |
moz-v2v-gh
pushed a commit
to mozilla/gecko-dev
that referenced
this issue
Oct 23, 2024
…r ShadowRealm, a=testonly Automatic update from web-platform-tests Disable shadowrealm testing for streams/readable-streams/owning-type-video-frame.any.js VideoFrame is not exposed in ShadowRealm, so there's no point in running this test there. See: tc39/proposal-shadowrealm#396 -- Add fake setInterval to streams/resources/rs-utils.js In order for tests using this resource to run properly in a ShadowRealm, we need to make a fake setInterval()/clearInterval() if both are not present on the global object. See: tc39/proposal-shadowrealm#396 -- wpt-commits: 4ba09d0a817c770ee14d4170a2a3f3ba579f16bc, 17cb5f2c57b75f0d2d5665db9a10c046d9e53900 wpt-pr: 48653
ErichDonGubler
pushed a commit
to erichdongubler-mozilla/firefox
that referenced
this issue
Oct 23, 2024
…r ShadowRealm, a=testonly Automatic update from web-platform-tests Disable shadowrealm testing for streams/readable-streams/owning-type-video-frame.any.js VideoFrame is not exposed in ShadowRealm, so there's no point in running this test there. See: tc39/proposal-shadowrealm#396 -- Add fake setInterval to streams/resources/rs-utils.js In order for tests using this resource to run properly in a ShadowRealm, we need to make a fake setInterval()/clearInterval() if both are not present on the global object. See: tc39/proposal-shadowrealm#396 -- wpt-commits: 4ba09d0a817c770ee14d4170a2a3f3ba579f16bc, 17cb5f2c57b75f0d2d5665db9a10c046d9e53900 wpt-pr: 48653
i3roly
pushed a commit
to i3roly/firefox-dynasty
that referenced
this issue
Oct 24, 2024
…r ShadowRealm, a=testonly Automatic update from web-platform-tests Disable shadowrealm testing for streams/readable-streams/owning-type-video-frame.any.js VideoFrame is not exposed in ShadowRealm, so there's no point in running this test there. See: tc39/proposal-shadowrealm#396 -- Add fake setInterval to streams/resources/rs-utils.js In order for tests using this resource to run properly in a ShadowRealm, we need to make a fake setInterval()/clearInterval() if both are not present on the global object. See: tc39/proposal-shadowrealm#396 -- wpt-commits: 4ba09d0a817c770ee14d4170a2a3f3ba579f16bc, 17cb5f2c57b75f0d2d5665db9a10c046d9e53900 wpt-pr: 48653
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Really appreciate the work that's happened to get web interfaces inside a ShadowRealm properly tested. I wanted to highlight some failures that I don't think are implementation specific, but rather test integration specific:
setInterval
.The text was updated successfully, but these errors were encountered: