Matt Mastracci
d809999c72
Reland refactor(cli): use new sanitizer for resources ( #22226 )
...
Originally in #22125
Reverted in #22153 because of #22148
Fixed in deno_core https://github.com/denoland/deno_core/pull/538
Test plan:
1. Check out: https://github.com/poolifier/poolifier-deno.git
2. `PATH=.../deno/target/release/:$PATH deno task test`
3. `ok | 13 passed (188 steps) | 0 failed (18s)`
2024-02-08 14:56:46 +05:30
Bartek Iwańczuk
8625a36e98
Revert "refactor(cli): use new sanitizer for resources ( #22125 )" ( #22153 )
2024-02-01 11:19:56 +05:30
Matt Mastracci
026fd49927
refactor(cli): use new sanitizer for resources ( #22125 )
...
Step 1 of the Rustification of sanitizers, which unblocks the faster
timers.
This replaces the resource sanitizer with a Rust one, using the new APIs
in deno_core.
2024-02-01 11:19:55 +05:30
Luca Casonato
568ba673a8
fix(testing): add op_spawn_wait mapping in resource sanitizer ( #22129 )
2024-01-26 16:47:58 +01:00
Matt Mastracci
2072fed1ee
chore(cli): split 40_testing ( #22112 )
...
No code changes -- just splitting 40_testing into three files and
removing a couple of unused lines of code.
2024-01-26 16:47:57 +01:00