mirror of
https://github.com/denoland/deno.git
synced 2025-12-23 08:48:24 +00:00
This PR reorganizes the node compat test CI check. Now we don't copy (or modify) tests from the vendored dir (`tests/node_compat/runner/suite`), instead run them directly. There seem currently 1.4K test cases which pass without modification in all OSes. The list of such test files are now stored in `tests/node_compat/config.toml`, and `tests/node_compat/test.ts` run them as `Deno.test` cases. (Note: `config.toml` is created by this script: https://github.com/denoland/node_test_viewer/blob/main/get_consistently_passing_test_names_as_toml.ts. It checks the daily node compat test runs for the last 10 days, and retrieves consistently passing test cases.) closes #29857 |
||
|---|---|---|
| .. | ||
| suite@8846b5392f | ||
| deno.json | ||