We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
-test.js
test-config.js
The text was updated successfully, but these errors were encountered:
@npaun It seems assert_throws_js implementation is wrong. Here's the Node.js implementation: https://github.com/nodejs/node/blob/8807549ed9f6eaf6842ae56b8ac55ab385951636/test/fixtures/wpt/resources/testharness.js#L2046
assert_throws_js
Completed in #3157
Sorry, something went wrong.
Additional issue: @npaun If a test is in expected_failures but if it doesn't fail, we should also throw an error.
expected_failures
Yep that's an excellent idea.
npaun
Successfully merging a pull request may close this issue.
-test.js
file so that we don't miss out on new WPT cases as they're added. Config intest-config.js
.The text was updated successfully, but these errors were encountered: