deno/tests
Marvin Hagemeister e02d0faedc
fix(node): wrong worker_threads.terminate() return value (#23803)
<!--
Before submitting a PR, please read
https://docs.deno.com/runtime/manual/references/contributing

1. Give the PR a descriptive title.

  Examples of good title:
    - fix(std/http): Fix race condition in server
    - docs(console): Update docstrings
    - feat(doc): Handle nested reexports

  Examples of bad title:
    - fix #7123
    - update docs
    - fix bugs

2. Ensure there is a related issue and it is referenced in the PR text.
3. Ensure there are tests that cover the changes.
4. Ensure `cargo test` passes.
5. Ensure `./tools/format.js` passes without changing files.
6. Ensure `./tools/lint.js` passes.
7. Open as a draft PR if your work is still in progress. The CI won't
run
   all steps, but you can add '[ci]' to a commit message to force it to.
8. If you would like to run the benchmarks on the CI, add the 'ci-bench'
label.
-->

Fixes https://github.com/denoland/deno/issues/23801

---------

Signed-off-by: Marvin Hagemeister <marvinhagemeister50@gmail.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-05-15 17:08:25 +02:00
..
config chore: move test_util/std to tests/util/std (#22402) 2024-02-13 09:22:49 -07:00
ffi chore: enable clippy::print_stdout and clippy::print_stderr (#23732) 2024-05-08 22:45:06 -04:00
integration perf(lsp): Cache semantic tokens for open documents (#23799) 2024-05-15 01:51:48 +00:00
napi chore: enable clippy::print_stdout and clippy::print_stderr (#23732) 2024-05-08 22:45:06 -04:00
node_compat test: fix node_compat_test (#23446) 2024-04-19 01:42:18 +02:00
registry fix(node): better cjs re-export handling (#23760) 2024-05-10 09:55:20 -04:00
specs chore: fix flaky rejection_handled_web_process (#23817) 2024-05-14 23:51:51 +00:00
testdata chore: fix flaky rejection_handled_web_process (#23817) 2024-05-14 23:51:51 +00:00
unit fix: Add missing "junction" type for SymlinkOptions.types (#23756) 2024-05-14 15:06:21 +02:00
unit_node fix(node): wrong worker_threads.terminate() return value (#23803) 2024-05-15 17:08:25 +02:00
util perf(lsp): Cache semantic tokens for open documents (#23799) 2024-05-15 01:51:48 +00:00
wpt fix(ext/web): update ongoing promise in async iterator return() method (#23642) 2024-05-13 23:34:25 +00:00
Cargo.toml chore(task): various small refactorings (#23793) 2024-05-13 22:55:14 +00: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