summaryrefslogtreecommitdiff
path: root/cli/tests
AgeCommit message (Expand)Author
2023-03-28feat(ext/node): add `crypto.checkPrime` API (#18465)Divy Srivastava
2023-03-28chore(ext/node): port pbkdf2 to Rust (#18470)Divy Srivastava
2023-03-28chore: add test for Linux shared libraries (#18461)Andrew Nester
2023-03-27feat(core): initialize SQLite off-main-thread (#18401)Matt Mastracci
2023-03-27fix(ext/node): add missing _preloadModules hook (#18447)Marvin Hagemeister
2023-03-26feat(bench): add `--no-run` flag (#18433)Geert-Jan Zwiers
2023-03-26test(ext/node): Port crypto tests from std/node (#18382)Max Dahlgren
2023-03-26fix(cli): don't store blob and data urls in the module cache (#18261)Nayeem Rahman
2023-03-25feat(test): print pending tests on sigint (#18246)Nayeem Rahman
2023-03-25chore(tests): enable `single_compile_with_reload` again (#18196)Geert-Jan Zwiers
2023-03-25chore(ext/kv): add limits (#18415)Heyang Zhou
2023-03-25fix(ext/node): add aes-128-ecb algorithm support (#18412)Yoshiya Hinosawa
2023-03-24feat(ext/node): implement crypto.createSecretKey (#18413)Divy Srivastava
2023-03-24fix(ext/node): make cipher/decipher transform stream (#18408)Yoshiya Hinosawa
2023-03-24fix(ext/kv): add missing `getMany` method (#18410)Heyang Zhou
2023-03-23fix(cli): restore `deno run -` to handle stdin as typescript (#18391)Cre3per
2023-03-23fix(inspect): ensure non-compact output when object literal has newline in en...David Sherret
2023-03-23refactor(ext/node): Use Deno.inspect (#17960)Ryan Dahl
2023-03-23fix(lsp): ensure `enablePaths` works when clients do not provide a trailing s...David Sherret
2023-03-22fix(ext/kv): reverse mapping between `AnyValue::Bool` and `KeyPart::Bool` (#1...Heyang Zhou
2023-03-22chore(ext/kv): disable ci tests on darwin (#18364)Heyang Zhou
2023-03-22Revert "refactor: rename Deno.openKv() to Deno.kv() (#18349)" (#18362)Ryan Dahl
2023-03-22test: ignore flaky node:child_process tests (#18360)Bartek Iwańczuk
2023-03-22chore(cli): measure performance against wall-clock (#18357)Matt Mastracci
2023-03-22chore(cli): ensure no signal on test exit (#18354)Matt Mastracci
2023-03-22chore(cli): disable flash_test as it is causing SIGSEGV (#18358)Matt Mastracci
2023-03-22test: ignore fetchWithInvalidContentLength and fetchConnectionError on Window...Bartek Iwańczuk
2023-03-22feat(cli): --ext parameter for run, compile, and bundle (#17172)Cre3per
2023-03-22refactor: rename Deno.openKv() to Deno.kv() (#18349)Ryan Dahl
2023-03-22chore: upgrade rusty_v8 to 0.66.0 (#18339)Bartek Iwańczuk
2023-03-22test: mark two unit tests as flaky (#18344)Bartek Iwańczuk
2023-03-22fix(ext/kv): don't request permissions for ":memory:" (#18346)Nayeem Rahman
2023-03-22feat(ext/kv): key-value store (#18232)Heyang Zhou
2023-03-21test: disable macos_shared_libraries test (#18342)Bartek Iwańczuk
2023-03-21feat: TypeScript 5.0.2 (except decorators) (#18294)David Sherret
2023-03-21chore(tools): restore node compat test setup script (#18290)Yoshiya Hinosawa
2023-03-21chore(ext/console): inspect anonymous function as `[Function (anonymous)]` (#...Yoshiya Hinosawa
2023-03-20feat(ext/net): Add multicasting APIs to DatagramConn (#10706) (#17811)Sam Gwilym
2023-03-20refactor(ext/node): untangle dependencies between js files (#18284)Bartek Iwańczuk
2023-03-19feat(compile): Add support for web workers in standalone mode (#17657)Andreu Botella
2023-03-20test(ext/node): port _fs tests from std/node (#18262)Max Dahlgren
2023-03-19test(ext/node): add querystring_test.ts and readline_test.ts (#18256)Sanskar Gauchan
2023-03-19test(ext/node): add _fs_access_test.ts and _fs_watch_test.ts (#18249)Sanskar Gauchan
2023-03-19fix(runtime): Extract error code for all OS error variants (#17958)Kamil Ogórek
2023-03-19feat(compile): Enable multiple roots for a standalone module graph (#17663)Andreu Botella
2023-03-18chore(cli/tests): move macos_shared_libraries test to macos_test.rs (#18268)Divy Srivastava
2023-03-18fix(ext/node): add createDecipheriv (#18245)Yoshiya Hinosawa
2023-03-17chore: add tests for node:async_hooks (#18004)Bartek Iwańczuk
2023-03-17fix(cli/integration): clippy lints (#18248)Farsen976
2023-03-17chore: add test for macOS shared libraries (#18244)Divy Srivastava