Matt Mastracci
|
9c0446567b
|
fix(cli): Identify and fix a test deadlock (#23411)
If a worker tried to flush large amounts of data right as the test was
ending, it could cause the flush sync marker to get lost.
|
2024-04-16 15:14:59 -06:00 |
|
Bartek Iwańczuk
|
d043dd86f7
|
fix: don't panic in test and bench if ops not available (#23055)
Fixes regression introduced in
https://github.com/denoland/deno/pull/22112 that
removed checks if `Deno.test` or `Deno.bench` are not used in respective
subcommands.
Closes https://github.com/denoland/deno/issues/23041
|
2024-03-24 16:16:45 -07:00 |
|
David Sherret
|
392579b5a6
|
chore(specs): use jsonc for metadata file (#22946)
Avoids the comment diagnostic that vscode gives. Also, automatically
renames .json to .jsonc for the time being.
|
2024-03-15 17:27:52 +00:00 |
|
Matt Mastracci
|
dae162f738
|
fix(cli): sanitizer should ignore count of ops started before tests begin (#22932)
|
2024-03-14 18:19:07 -06:00 |
|
Matt Mastracci
|
1f3c4c9763
|
fix(cli): show asserts before leaks (#22904)
Fixes #22837
|
2024-03-13 20:49:54 -06:00 |
|