Open kflansburg opened 1 month ago
@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
Completed in https://github.com/cloudflare/workerd/pull/3157
Additional issue: @npaun If a test is in expected_failures
but if it doesn't fail, we should also throw an error.
Completed in https://github.com/cloudflare/workerd/pull/3157
Yep that's an excellent idea.
-test.js
file so that we don't miss out on new WPT cases as they're added. Config intest-config.js
.