mirror of
https://github.com/denoland/deno.git
synced 2025-12-23 08:48:24 +00:00
|
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
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. |
||
|---|---|---|
| .. | ||
| bench_tests.rs | ||
| cache_tests.rs | ||
| check_tests.rs | ||
| compile_tests.rs | ||
| coverage_tests.rs | ||
| eval_tests.rs | ||
| flags_tests.rs | ||
| fmt_tests.rs | ||
| init_tests.rs | ||
| inspector_tests.rs | ||
| install_tests.rs | ||
| jsr_tests.rs | ||
| jupyter_tests.rs | ||
| lsp_tests.rs | ||
| mod.rs | ||
| npm_tests.rs | ||
| pm_tests.rs | ||
| publish_tests.rs | ||
| repl_tests.rs | ||
| run_tests.rs | ||
| serve_tests.rs | ||
| shared_library_tests.rs | ||
| task_tests.rs | ||
| test_tests.rs | ||
| upgrade_tests.rs | ||
| watcher_tests.rs | ||