1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-28 10:09:20 -05:00
denoland-deno/ext
Nathan Whitaker 0632b4e44e fix(node): Run node compat tests listed in the ignore field (and fix the ones that fail) (#24631)
The intent is that those tests will be executed, but our check that the
files are up to date won't overwrite the contents of the tests. This is
useful when a test needs some manual edits to work.

It turns out we weren't actually running them.

---

This ended up turning into a couple of small bug fixes to get the tests
passing:

- We weren't canonicalizing the exec path properly (it sometimes still
had `..` or `.` in it)
- We weren't accepting strings in `process.exit`

There was one failure I couldn't figure out quickly, so I disabled the
test for now, and filed a follow up issue: #24694
2024-07-26 12:04:08 -04:00
..
broadcast_channel 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
cache 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
canvas 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
console 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
cron 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
crypto 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
fetch 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
ffi 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
fs refactor: update to use deno_package_json (#24688) 2024-07-26 12:04:07 -04:00
http 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
io 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
kv 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
napi Reland "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24692) 2024-07-26 12:04:08 -04:00
net 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
node fix(node): Run node compat tests listed in the ignore field (and fix the ones that fail) (#24631) 2024-07-26 12:04:08 -04:00
tls 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
url 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
web 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
webgpu 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
webidl 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
websocket 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
webstorage 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00