1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests
Divy Srivastava 402d59eea9
fix(ext/node): promise rejection in VM contexts (#23305)
Fixes https://github.com/denoland/deno/issues/23297

`docusaurus build` works!

```
$ deno run -A repro.js 
fish: Job 1, 'deno run -A ../../littledivy/fs…' terminated by signal SIGSEGV (Address
 boundary error)
$ denod run -A repro.js
error: Uncaught (in promise) Error: rejected
```

Depends on https://github.com/denoland/deno_core/pull/693
2024-04-13 17:02:07 +05:30
..
config chore: move test_util/std to tests/util/std (#22402) 2024-02-13 09:22:49 -07:00
ffi chore: move test_ffi and test_nap to tests/ [WIP] (#22394) 2024-02-12 13:46:50 -07:00
integration test(compile): dynamic JSR imports are working correctly (#23306) 2024-04-12 12:27:34 +02:00
napi chore: update to Rust 1.77.2 (#23262) 2024-04-10 22:08:23 +00:00
node_compat fix(ext/node): Support returning tokens and option defaults in node:util.parseArgs (#23192) 2024-04-02 16:20:48 -07:00
specs chore(test): use file_test_runner for spec tests (#23348) 2024-04-12 17:58:40 -04:00
testdata chore: upgrade deno_core to 0.274.0 (#23344) 2024-04-12 21:45:38 +02:00
unit Revert "refactor(ext/net): extract TLS key and certificate from inter… (#23325) 2024-04-11 20:31:11 +00:00
unit_node fix(ext/node): promise rejection in VM contexts (#23305) 2024-04-13 17:02:07 +05:30
util fix(npm): local nodeModulesDir was sometimes resolving duplicates of same package (#23320) 2024-04-11 13:18:19 -04:00
wpt chore: update WPT (#23111) 2024-04-08 20:46:53 +02:00
Cargo.toml chore(test): use file_test_runner for spec tests (#23348) 2024-04-12 17:58:40 -04:00
lib.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
README.md chore: continue tests/ re-org (#22396) 2024-02-12 17:13:14 -07:00

Deno Integration Tests