deno/tests
Bartek Iwańczuk 6390c8a13b
test: add ability to mark Node compat tests as flaky (#30158)
This commit updates test harness for Node.js compat tests to
allow marking certain tests as flaky. 

This is done by adding `flaky = true` to dict entries in
the `tests/node_compat/config.toml` file.
2025-07-21 14:24:57 +00:00
..
config
ffi chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
integration fix(lsp): improve renaming a file with bytes or text imports (#30142) 2025-07-21 09:57:20 -04:00
napi chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
node_compat test: add ability to mark Node compat tests as flaky (#30158) 2025-07-21 14:24:57 +00:00
registry fix(bundle): resolve "sloppy imports" in npm packages when bundling (#29989) 2025-07-03 12:46:45 -07:00
specs test: de-flake 'wasm_unreachable' test (#30157) 2025-07-21 16:21:08 +02:00
sqlite_extension_test chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
testdata feat(unstable): support bytes and text imports in deno compile (#29924) 2025-06-28 12:24:07 -04:00
unit refactor(permissions): remove access check callback (#30050) 2025-07-10 21:40:20 -04:00
unit_node fix(ext/node): add process._rawDebug (#30141) 2025-07-18 19:29:31 +02:00
util chore: upgrade to rustls_tokio_stream 0.7 (#29898) 2025-07-10 20:27:04 +02:00
wpt chore: use aws_lc_rs (#28244) 2025-06-19 01:07:00 -07:00
Cargo.toml chore: move unsafe_use_unprotected_platform feature to cli dev dep (#29806) 2025-06-18 14:16:09 -04:00
lib.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
README.md

Deno Integration Tests