deno/tests/integration
David Sherret 67ad37af78
Some checks are pending
ci / pre-build (push) Waiting to run
ci / test debug linux-aarch64 (push) Blocked by required conditions
ci / test release linux-aarch64 (push) Blocked by required conditions
ci / test debug macos-aarch64 (push) Blocked by required conditions
ci / test release macos-aarch64 (push) Blocked by required conditions
ci / bench release linux-x86_64 (push) Blocked by required conditions
ci / test debug linux-x86_64 (push) Blocked by required conditions
ci / test release linux-x86_64 (push) Blocked by required conditions
ci / test debug macos-x86_64 (push) Blocked by required conditions
ci / test release macos-x86_64 (push) Blocked by required conditions
ci / test debug windows-x86_64 (push) Blocked by required conditions
ci / test release windows-x86_64 (push) Blocked by required conditions
ci / lint debug linux-x86_64 (push) Blocked by required conditions
ci / lint debug macos-x86_64 (push) Blocked by required conditions
ci / lint debug windows-x86_64 (push) Blocked by required conditions
ci / build libs (push) Blocked by required conditions
ci / publish canary (push) Blocked by required conditions
ci: attempt to improve test stability (#31563)
1. Moves `unit` and `unit_node` tests to use file_test_runner.
1. Marks all spec, unit, and node_unit tests as flaky on the CI and
outputs when they're flaky so we can track it.
1. Reduces CI concurrency to 1 on 3 flaky test failures (for now...
would be more ideal to lower it slowly maybe, which is easily possible
with this pr)
1. Adds a 100ms delay between flaky test failures.
2025-12-11 11:42:47 -05:00
..
bench_tests.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
cache_tests.rs feat: TypeScript 5.7 (#27857) 2025-01-31 16:07:42 -05:00
check_tests.rs feat(cli): print working dir in grey in stack traces, relative paths in check + compile output (#31194) 2025-11-06 20:38:25 +00:00
compile_tests.rs test: disable more tests on Mac Intel (#31541) 2025-12-09 19:41:15 +00:00
coverage_tests.rs fix(coverage): collect coverage data for workers (#30807) 2025-09-23 00:33:53 +02:00
eval_tests.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
flags_tests.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
fmt_tests.rs ci: mark all pty tests as flaky (#31278) 2025-11-13 11:13:39 -05:00
init_tests.rs test: disable more tests on Mac Intel (#31541) 2025-12-09 19:41:15 +00:00
inspector_tests.rs refactor: adjust to latest inspector changes in deno_core (#30775) 2025-09-20 19:14:26 +02:00
install_tests.rs feat(BREAKING/install): require -- for script arg in deno install -g and support installing multiple packages (#31292) 2025-11-20 11:37:35 -05:00
jsr_tests.rs feat(cli): print working dir in grey in stack traces, relative paths in check + compile output (#31194) 2025-11-06 20:38:25 +00:00
jupyter_tests.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
lsp_tests.rs feat: include @types/node type declarations out of the box (#31502) 2025-12-09 11:58:00 +01:00
mod.rs ci: attempt to improve test stability (#31563) 2025-12-11 11:42:47 -05:00
npm_tests.rs fix(install): report installed npm packages when not using node_modules, fix double counting (#31536) 2025-12-09 12:20:03 +00:00
pm_tests.rs fix: change errors message suggesting to run approve-scripts (#31493) 2025-12-05 21:19:29 +00:00
publish_tests.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
repl_tests.rs ci: mark all pty tests as flaky (#31278) 2025-11-13 11:13:39 -05:00
run_tests.rs ci: mark all pty tests as flaky (#31278) 2025-11-13 11:13:39 -05:00
serve_tests.rs refactor(permissions): push down special file checking to permissions container (#30005) 2025-07-09 20:50:26 +00:00
shared_library_tests.rs feat(unstable): tunnelling (#30022) 2025-07-08 02:44:50 +02:00
task_tests.rs chore: mark deno task pty tests as flaky (#29711) 2025-06-11 21:44:56 +00:00
test_tests.rs ci: mark all pty tests as flaky (#31278) 2025-11-13 11:13:39 -05:00
upgrade_tests.rs ci: mark all pty tests as flaky (#31278) 2025-11-13 11:13:39 -05:00
watcher_tests.rs feat(cli): print working dir in grey in stack traces, relative paths in check + compile output (#31194) 2025-11-06 20:38:25 +00:00