index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tools
/
test
/
mod.rs
Age
Commit message (
Expand
)
Author
2024-04-19
refactor: move redirect handling into deno_graph (#23444)
David Sherret
2024-04-16
fix(cli): TestEventSender should be !Clone (#23405)
Matt Mastracci
2024-04-15
fix(ext/io): Fix NUL termination error in windows named pipes (#23379)
Matt Mastracci
2024-04-15
refactor: move lifecycle events dispatch to Rust (#23358)
Bartek Iwańczuk
2024-03-27
fix: less aggressive vendor folder ignoring (#23100)
David Sherret
2024-03-26
fix(cli): output more detailed information for steps when using JUnit reporte...
Yusuke Tanaka
2024-03-14
fix(cli): sanitizer should ignore count of ops started before tests begin (#2...
Matt Mastracci
2024-03-13
fix(cli): show asserts before leaks (#22904)
Matt Mastracci
2024-03-11
chore: enable clippy unused_async rule (#22834)
David Sherret
2024-03-11
fix(cli): use Instant for test times (#22853)
Matt Mastracci
2024-03-07
fix(publish): make include and exclude work (#22720)
David Sherret
2024-03-07
fix(cli): limit test parallelism on Windows to avoid pipe error (#22776)
Matt Mastracci
2024-03-07
fix(publish): properly display graph validation errors (#22775)
David Sherret
2024-03-04
chore: fix typos (#22677)
cui fliter
2024-03-01
fix(cli): force flush output after test unloads (#22660)
Matt Mastracci
2024-03-01
perf(cli): use new deno_core timers (#22569)
Matt Mastracci
2024-02-28
fix(cli): ensure that pre- and post-test output is flushed at the appropriate...
Matt Mastracci
2024-02-28
chore(cli): rename `--trace-ops` to `--trace-leaks` (#22598)
Matt Mastracci
2024-02-27
perf(cli): reduce overhead in test registration (#22552)
Matt Mastracci
2024-02-27
chore: bump deno_core (#22596)
Matt Mastracci
2024-02-23
refactor(cli): clean up test runner channels (#22422)
Matt Mastracci
2024-02-20
perf(jsr): fast check cache and lazy fast check graph (#22485)
David Sherret
2024-02-16
refactor(cli): move op sanitizer to Rust (#22413)
Matt Mastracci
2024-02-10
fix: cache bust jsr deps on constraint failure (#22372)
David Sherret
2024-02-09
fix: upgrade to deno_ast 0.33 (#22341)
David Sherret
2024-02-07
chore: upgrade deno_core to 0.259.0 (#22311)
Bartek Iwańczuk
2024-02-05
Reland refactor(cli): use new sanitizer for resources (#22226)
Matt Mastracci
2024-02-05
refactor(cli): Add TestFailureDescription (#22267)
Matt Mastracci
2024-02-01
refactor: load bytes in deno_graph (#22212)
David Sherret
2024-01-27
Revert "refactor(cli): use new sanitizer for resources (#22125)" (#22153)
Bartek Iwańczuk
2024-01-26
refactor(cli): use new sanitizer for resources (#22125)
Matt Mastracci
2024-01-15
refactor: use globbing from deno_config (#21925)
David Sherret
2024-01-08
perf: skip expanding exclude globs (#21817)
David Sherret
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-13
refactor(cli): update to new deno_core promise/call methods (#21519)
Matt Mastracci
2023-12-08
feat(lsp): provide quick fixes for specifiers that could be resolved sloppily...
David Sherret
2023-12-07
feat: add suggestions to module not found error messages for file urls (#21498)
David Sherret
2023-12-05
refactor(cli): refactor bench/test for future module changes (#21460)
Matt Mastracci
2023-11-22
fix: 'Promise was collected' error in REPL/jupyter (#21272)
Bartek Iwańczuk
2023-10-31
feat: deno run --unstable-hmr (#20876)
Bartek Iwańczuk
2023-10-19
refactor: add WatcherCommunicator helper struct (#20927)
Bartek Iwańczuk
2023-10-05
feat(jupyter): support Deno.test() (#20778)
Nayeem Rahman
2023-10-05
refactor(test): support custom writer in PrettyTestReporter (#20783)
Nayeem Rahman
2023-09-27
fix(cli): panic with __runtime_js_sources (#20704)
Luca Casonato
2023-09-17
fix(lsp): include JSON modules in local import completions (#20536)
Nayeem Rahman
2023-09-15
fix(test): share fail fast tracker between threads (#20515)
Nayeem Rahman
2023-09-14
fix: output traces for op sanitizer in more cases (#20494)
Luca Casonato
2023-09-08
fix: empty include in config file excludes all (#20404)
Nayeem Rahman
2023-09-06
fix(test): apply filter before checking for "only" (#20389)
Nayeem Rahman
2023-09-06
fix: don't show filtered test suites as running (#20385)
Marvin Hagemeister
[next]