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. |
||
|---|---|---|
| .. | ||
| _fs | ||
| crypto | ||
| internal | ||
| testdata | ||
| _test_utils.ts | ||
| assert_test.ts | ||
| assertion_error_test.ts | ||
| async_hooks_test.ts | ||
| buffer_test.ts | ||
| child_process_test.ts | ||
| cluster_test.ts | ||
| console_test.ts | ||
| dgram_test.ts | ||
| dns_test.ts | ||
| domain_test.ts | ||
| events_test.ts | ||
| fetch_test.ts | ||
| fs_test.ts | ||
| http2_test.ts | ||
| http_no_cert_flag_test.ts | ||
| http_test.ts | ||
| https_test.ts | ||
| inspector_test.ts | ||
| mod.rs | ||
| module_test.ts | ||
| net_test.ts | ||
| os_test.ts | ||
| path_test.ts | ||
| perf_hooks_test.ts | ||
| process_test.ts | ||
| punycode_test.ts | ||
| querystring_test.ts | ||
| readline_test.ts | ||
| repl_test.ts | ||
| sqlite_test.ts | ||
| stream_test.ts | ||
| string_decoder_test.ts | ||
| timers_test.ts | ||
| tls_test.ts | ||
| tty_test.ts | ||
| url_test.ts | ||
| util_test.ts | ||
| v8_test.ts | ||
| vm_test.ts | ||
| wasi_test.ts | ||
| worker_threads_test.ts | ||
| zlib_test.ts | ||