1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/cli/tests/unit_node
Jovi De Croock 4339a6c55d
fix(node/zlib): consistently return buffer (#21747)
This fixes point 3 of https://github.com/denoland/deno/issues/20516

This PR creates consistency between the sync and async versions of the
brotli compress where we will always return a buffer like Node.
2023-12-31 17:23:09 +05:30
..
_fs chore: update std to 0.208.0 (#21318) 2023-12-02 03:20:06 +01:00
crypto fix(ext/node): Implement aes-192-ecb and aes-256-ecb (#21710) 2023-12-27 17:24:52 +05:30
internal fix(node): add crypto.pseudoRandomBytes (#21649) 2023-12-20 07:54:55 +05:30
testdata fix(ext/node): sign with PEM private keys (#21287) 2023-12-03 09:58:13 +05:30
_test_utils.ts chore: update std to 0.208.0 (#21318) 2023-12-02 03:20:06 +01:00
assertion_error_test.ts chore: update std to 0.208.0 (#21318) 2023-12-02 03:20:06 +01:00
async_hooks_test.ts chore: update std to 0.208.0 (#21318) 2023-12-02 03:20:06 +01:00
buffer_test.ts chore: update std to 0.208.0 (#21318) 2023-12-02 03:20:06 +01:00
child_process_test.ts fix(node): child_process kill cancel pending IPC reads (#21647) 2023-12-20 07:55:09 +05:30
events_test.ts refactor: replace deferred() from std/async with Promise.withResolvers() (#21234) 2023-11-22 12:11:20 +01:00
fs_test.ts perf(node/fs): faster existsSync when not exists (#21458) 2023-12-04 21:05:40 +00:00
http2_test.ts chore: update std to 0.208.0 (#21318) 2023-12-02 03:20:06 +01:00
http_test.ts fix(ext/node): add ClientRequest#setNoDelay (#21694) 2023-12-25 08:58:51 +05:30
module_test.ts chore: update std to 0.208.0 (#21318) 2023-12-02 03:20:06 +01:00
net_test.ts chore: update std to 0.208.0 (#21318) 2023-12-02 03:20:06 +01:00
os_test.ts fix(node): Implement os.cpus() (#21697) 2023-12-28 09:08:50 +05:30
path_test.ts chore: update std to 0.208.0 (#21318) 2023-12-02 03:20:06 +01:00
perf_hooks_test.ts chore: update std to 0.208.0 (#21318) 2023-12-02 03:20:06 +01:00
process_test.ts fix(node): setting process.exitCode should change exit code of process (#21429) 2023-12-02 16:03:37 +00:00
querystring_test.ts chore: update std to 0.208.0 (#21318) 2023-12-02 03:20:06 +01:00
readline_test.ts chore: update std to 0.208.0 (#21318) 2023-12-02 03:20:06 +01:00
repl_test.ts chore: update std to 0.208.0 (#21318) 2023-12-02 03:20:06 +01:00
stream_test.ts chore: update std to 0.208.0 (#21318) 2023-12-02 03:20:06 +01:00
string_decoder_test.ts chore: update std to 0.208.0 (#21318) 2023-12-02 03:20:06 +01:00
timers_test.ts chore: update std to 0.208.0 (#21318) 2023-12-02 03:20:06 +01:00
tls_test.ts chore: update std to 0.208.0 (#21318) 2023-12-02 03:20:06 +01:00
tty_test.ts chore: update std to 0.208.0 (#21318) 2023-12-02 03:20:06 +01:00
util_test.ts chore: update std to 0.208.0 (#21318) 2023-12-02 03:20:06 +01:00
v8_test.ts chore: update std to 0.208.0 (#21318) 2023-12-02 03:20:06 +01:00
vm_test.ts fix(node): return false from vm.isContext (#21568) 2023-12-14 10:19:50 +00:00
worker_threads_test.ts chore: update std to 0.208.0 (#21318) 2023-12-02 03:20:06 +01:00
zlib_test.ts fix(node/zlib): consistently return buffer (#21747) 2023-12-31 17:23:09 +05:30