roc/crates/cli/tests
Anton-4 49b4d9318d
fixed serial deadlock
Some tests used to require multiple locks and one test acquired lock A but failed to acquire lock B, another test was holding lock B and required lock A. That way you get stuck! I've turned those multiple locks into a bigger shared one, deadlock proof.
2023-04-11 12:11:04 +02:00
..
fixtures standardize on decref instead of deinit for name 2023-03-13 14:08:23 -07:00
known_bad Use false interpreter in type mismatch test 2022-11-26 19:04:35 -05:00
cli_run.rs fixed serial deadlock 2023-04-11 12:11:04 +02:00
editor.rs clippy 2023-03-14 19:17:36 +01:00