windows 18 & 20 consistently fail 80% of the way into the WPTs with The syntax of the command is incorrect.
the fix might be to replace the forward slashes for paths with \\, but then it won't work on other platforms.
|
"test:wpt": "node scripts/verifyVersion 18 || (node test/wpt/start-fetch.mjs && node test/wpt/start-FileAPI.mjs && node test/wpt/start-mimesniff.mjs && node test/wpt/start-xhr.mjs && node --no-warnings --expose-internals test/wpt/start-websockets.mjs)", |
windows 18 & 20 consistently fail 80% of the way into the WPTs with
The syntax of the command is incorrect.the fix might be to replace the forward slashes for paths with
\\, but then it won't work on other platforms.undici/package.json
Line 87 in 3ec35ee