0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-09 21:57:40 -04:00
deno/tests
Florian Schwalm 24af5a2c4c fix(ext/web): Prevent (De-)CompressionStream resource leak on stream cancellation (#21199)
Based on #21074 and #20741 I was looking for further potential use cases
of `TransformStream` `cancel()` method, so here go `CompressionStream`
and `DecompressionStream`.

Fixes #14212
2024-02-15 10:32:21 +05:30
..
config chore: move test_util/std to tests/util/std (#22402) 2024-02-15 10:32:21 +05:30
ffi chore: move test_ffi and test_nap to tests/ [WIP] (#22394) 2024-02-15 10:32:21 +05:30
integration chore: continue tests/ re-org (#22396) 2024-02-15 10:32:21 +05:30
napi chore: move test_ffi and test_nap to tests/ [WIP] (#22394) 2024-02-15 10:32:21 +05:30
node_compat chore: move test_util/std to tests/util/std (#22402) 2024-02-15 10:32:21 +05:30
testdata chore: move test_util/std to tests/util/std (#22402) 2024-02-15 10:32:21 +05:30
unit fix(ext/web): Prevent (De-)CompressionStream resource leak on stream cancellation (#21199) 2024-02-15 10:32:21 +05:30
unit_node chore: use @std import instead of @test_util/std (#22398) 2024-02-15 10:32:21 +05:30
util chore: move test_util/std to tests/util/std (#22402) 2024-02-15 10:32:21 +05:30
Cargo.toml chore: continue tests/ re-org (#22396) 2024-02-15 10:32:21 +05:30
lib.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
README.md chore: continue tests/ re-org (#22396) 2024-02-15 10:32:21 +05:30

Deno Integration Tests