summaryrefslogtreecommitdiff
path: root/tests/integration/run_tests.rs
AgeCommit message (Expand)Author
2024-05-14chore: 045_proxy output stdout & stderr on failure (#23810)David Sherret
2024-05-09refactor(ext/tls): Implement required functionality for later SNI support (#2...Matt Mastracci
2024-05-07chore: fix flaky net_listen_allow_localhost_4555 (#23726)David Sherret
2024-05-07chore(test): move npm registries to separate servers and to the `tests/regist...David Sherret
2024-05-03chore: move cert itests to spec tests (#23607)David Sherret
2024-04-29FUTURE: remove import assertions support for JavaScript (#23541)Kenta Moriuchi
2024-04-29chore: add tests for moduleGraph2 (#23603)David Sherret
2024-04-29chore: migrate bench, publish, and more itests to spec tests (#23584)David Sherret
2024-04-27fix(ext/node): support process.stdin.unref() (#22865)Yoshiya Hinosawa
2024-04-23fix(workspace): provide workspace members as 'imports' in import map (#23492)Bartek Iwańczuk
2024-04-22feat: add jsx precompile skip element option (#23457)Marvin Hagemeister
2024-04-19feat(runtime): Allow embedders to perform additional access checks on file op...Matt Mastracci
2024-04-19refactor: move redirect handling into deno_graph (#23444)David Sherret
2024-04-17perf: v8 code cache (#23081)Igor Zinkovsky
2024-04-02fix(cli): Enforce a human delay in prompt to fix paste problem (#23184)Matt Mastracci
2024-03-15fix: handle cache body file not existing when using etag (#22931)David Sherret
2024-03-13chore: rough first pass on spec tests (#22877)David Sherret
2024-03-08fix: respect unstable "temporal" configuration in config file (#22134)Bartek Iwańczuk
2024-02-28fix(cli): ensure that pre- and post-test output is flushed at the appropriate...Matt Mastracci
2024-02-21fix(publish): better no-slow-types type discovery (#22517)David Sherret
2024-02-21Revert "fix(console): support NO_COLOR and colors option in all scena… (#22...Bartek Iwańczuk
2024-02-19feat(core): highlight unprintable chars in permission prompts (#22468)Matt Mastracci
2024-02-18feat(fs): `Deno.FsFile.{isTerminal,setRaw}()` (#22234)Asher Gomez
2024-02-15feat(unstable): single checksum per JSR package in the lockfile (#22421)David Sherret
2024-02-15chore: add DENO_FUTURE env var (#22318)Divy Srivastava
2024-02-12chore: continue tests/ re-org (#22396)Matt Mastracci
2024-02-12fix(console): support NO_COLOR and colors option in all scenarios (#21910)Leo Kettmeir
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci