summaryrefslogtreecommitdiff
path: root/cli/tools/test
AgeCommit message (Expand)Author
2024-08-20feat(cli/tools): add a subcommand `--hide-stacktraces` for test (#24095)Hajime-san
2024-07-29chore: upgrade to rust 1.80 (#24778)Satya Rohith
2024-07-23fix(upgrade): do not error if config in cwd invalid (#24689)David Sherret
2024-07-18Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#2...Bartek Iwańczuk
2024-07-13Revert "refactor(fetch): reimplement fetch with hyper instead of reqwest (#24...Ryan Dahl
2024-07-13refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237)Sean McArthur
2024-07-08feat: add `__tests__` to test file detection defaults (#24443)Marvin Hagemeister
2024-07-05refactor: move `FileCollector` to deno_config (#24433)David Sherret
2024-07-04feat: npm workspace and better Deno workspace support (#24334)David Sherret
2024-06-14chore: upgrade to rust 1.79 (#24207)Satya Rohith
2024-06-06refactor: remove `PermissionsContainer` in deno_runtime (#24119)David Sherret
2024-06-05fix: better handling of npm resolution occurring on workers (#24094)David Sherret
2024-06-03refactor: don't share `reqwest::HttpClient` across tokio runtimes (#24092)David Sherret
2024-05-28fix(cli/test): decoding percent-encoding(non-ASCII) file path correctly (#23200)Hajime-san
2024-05-23feat(ext/fs): stabilize `Deno.FsFile.unlock[Sync]()` and `Deno.FsFile.lock[Sy...Asher Gomez
2024-05-22feat(ext/fs): stabilize `Deno.FsFile.syncData[Sync]()` and `Deno.FsFile.sync[...Asher Gomez
2024-05-22feat(cli): Add slow test warning (#23874)Matt Mastracci
2024-05-16fix(node): seperate worker module cache (#23634)Divy Srivastava
2024-05-08chore: enable clippy::print_stdout and clippy::print_stderr (#23732)David Sherret
2024-05-06fix(compile): relative permissions should be retained as relative (#23719)David Sherret
2024-05-02fix(test): proper type checking for files with doc tests (#23654)Leo Kettmeir
2024-04-24feat: Add `deno serve` subcommand (#23511)Matt Mastracci
2024-04-19refactor: move redirect handling into deno_graph (#23444)David Sherret
2024-04-16fix(cli): Identify and fix a test deadlock (#23411)Matt Mastracci
2024-04-16fix(cli): TestEventSender should be !Clone (#23405)Matt Mastracci
2024-04-15fix(ext/io): Fix NUL termination error in windows named pipes (#23379)Matt Mastracci
2024-04-15refactor: move lifecycle events dispatch to Rust (#23358)Bartek Iwańczuk
2024-04-10fix(ext/fs): account for all ops in leak checks (#23300)Asher Gomez
2024-04-04fix(cli): fix deadlock in test writer when test pipe is full (#23210)Matt Mastracci
2024-03-27fix: less aggressive vendor folder ignoring (#23100)David Sherret
2024-03-26fix(cli): output more detailed information for steps when using JUnit reporte...Yusuke Tanaka
2024-03-14fix(cli): sanitizer should ignore count of ops started before tests begin (#2...Matt Mastracci
2024-03-13fix(cli): show asserts before leaks (#22904)Matt Mastracci
2024-03-11chore: enable clippy unused_async rule (#22834)David Sherret
2024-03-11fix(cli): use Instant for test times (#22853)Matt Mastracci
2024-03-07fix(publish): make include and exclude work (#22720)David Sherret
2024-03-07fix(cli): limit test parallelism on Windows to avoid pipe error (#22776)Matt Mastracci
2024-03-07fix(publish): properly display graph validation errors (#22775)David Sherret
2024-03-04fix(cli): remove possible deadlock in test channel (#22662)Matt Mastracci
2024-03-04chore: fix typos (#22677)cui fliter
2024-03-01fix(cli): force flush output after test unloads (#22660)Matt Mastracci
2024-03-01perf(cli): use new deno_core timers (#22569)Matt Mastracci
2024-02-29fix(publish): disable provenance if not in GHA (#22638)Bartek Iwańczuk
2024-02-28fix(cli): ensure that pre- and post-test output is flushed at the appropriate...Matt Mastracci
2024-02-28chore(cli): rename `--trace-ops` to `--trace-leaks` (#22598)Matt Mastracci
2024-02-27perf(cli): reduce overhead in test registration (#22552)Matt Mastracci
2024-02-27chore: bump deno_core (#22596)Matt Mastracci
2024-02-23refactor(cli): clean up test runner channels (#22422)Matt Mastracci
2024-02-20perf(jsr): fast check cache and lazy fast check graph (#22485)David Sherret
2024-02-19chore(fs): rename `op_fs_file_stat_{async/sync}` ops (#22476)Asher Gomez