Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-22 | chore(cli): ensure no signal on test exit (#18354) | Matt Mastracci | |
If deno crashes on exit, we get a failure on the exit code (None instead of Some(0) but we never see the signal. | |||
2023-03-22 | chore(cli): disable flash_test as it is causing SIGSEGV (#18358) | Matt Mastracci | |
2023-01-13 | tests: move integration tests to a single module (#17380) | Bartek IwaĆczuk | |
Effectively reverts changes done in https://github.com/denoland/deno/pull/16816 |