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
/
tests
/
testdata
/
test
Age
Commit message (
Expand
)
Author
2023-02-09
refactor: deno_graph 0.43 upgrade (#17692)
David Sherret
2023-02-05
refactor: rename `deno` specifiers to `internal` (#17655)
Leo Kettmeir
2023-01-24
refactor: remove Deno.core (#16881)
Bartek Iwańczuk
2023-01-24
feat: allow first arg in test step to be a function (#17096)
Leo Kettmeir
2023-01-15
chore: update std submodule and its imports (#17408)
Asher Gomez
2022-12-07
feat: upgrade to TypeScript 4.9.3 (#16973)
David Sherret
2022-12-06
fix(test): handle scenario where --trace-ops would cause an unhandled promise...
David Sherret
2022-12-02
chore: rewrite tests and utils to use Deno.Command API (#16895)
Bartek Iwańczuk
2022-11-28
feat(core): show unresolved promise origin (#16650)
Bartek Iwańczuk
2022-11-21
feat(core): Ability to create snapshots from existing snapshots (#16597)
Bartek Iwańczuk
2022-09-19
refactor: move out test files from root testdata directory into sub directori...
David Sherret
2022-09-02
refactor(test): grab runTests() and runBenchmarks() from __bootstrap (#15420)
Nayeem Rahman
2022-08-11
perf(ops): Monomorphic sync op calls (#15337)
Aapo Alasuutari
2022-08-04
fix(test): output parallel test results independently (#15399)
Nayeem Rahman
2022-08-02
fix(test): race condition for cancelled tests (#15233)
Nayeem Rahman
2022-07-21
fix(cli): unset jsxFragmentFactory & jsxFactory options (#15264)
Satya Rohith
2022-07-20
feat(test): add `--parallel` flag, soft deprecate `--jobs` (#15259)
David Sherret
2022-07-20
chore: use import.meta.resolve() in tests (#15256)
Bartek Iwańczuk
2022-07-18
feat(cli): support configuring the test tool in the config file (#15079)
Roj
2022-07-18
fix: revert changes to test output for uncaught errors (#15231)
Bartek Iwańczuk
2022-07-15
refactor: allocate IDs for tests (#14729)
Nayeem Rahman
2022-07-15
feat(cli/test): add `DENO_JOBS` env variable for `test` subcommand (#14929)
Mark Ladyshau
2022-07-13
chore: fix flaky `integration::test::meta` (#15192)
David Sherret
2022-06-14
feat(test): update test summary report (#14629)
Mark Ladyshau
2022-06-06
fix: Format non-error exceptions (#14604)
Nayeem Rahman
2022-05-17
feat: subcommands type-check only local files by default (#14623)
Bartek Iwańczuk
2022-05-11
chore: fix flaky integration::test::pass test (#14571)
David Sherret
2022-05-09
feat(test): repeat test name if there's user output (#14495)
Bartek Iwańczuk
2022-05-09
feat(test): Represent uncaught errors (#14513)
Nayeem Rahman
2022-05-09
feat(test): change "failures:" headers in test report (#14490)
Bartek Iwańczuk
2022-05-05
feat(test): Show Deno.test() call locations for failures (#14484)
Nayeem Rahman
2022-05-02
fix(test/bench): accept file protocol module specifier CLI args (#14429)
Adilson Schmitt Junior
2022-05-01
fix(test): actually capture stdout and stderr in workers (#14435)
David Sherret
2022-04-26
fix(test): capture worker stdout and stderr in test output (#14410)
David Sherret
2022-04-26
fix(test): capture inherited stdout and stderr for subprocesses in test outpu...
David Sherret
2022-04-18
feat: Add DENO_NO_PROMPT variable (#14209)
Nayeem Rahman
2022-04-18
feat(test): skip internal stack frames for errors (#14302)
Bartek Iwańczuk
2022-04-17
fix: panic when trying to pledge permissions before restoring previous pledge...
Bartek Iwańczuk
2022-04-16
fix(cli/tools/test): Prefix test module paths with "./" (#14301)
Nayeem Rahman
2022-04-16
feat(test): use structured data for JavaScript errors in tests (#14287)
Bartek Iwańczuk
2022-04-15
refactor: Move source map lookups to core (#14274)
Nayeem Rahman
2022-04-15
feat(test): format user code output (#14271)
Bartek Iwańczuk
2022-04-11
feat(test): Improve testing report output (#14255)
Bartek Iwańczuk
2022-03-23
fix(test): don't error on missing op details (#14074)
Bartek Iwańczuk
2022-03-20
fix: actually don't inherit runtime permissions (#14024)
Luca Casonato
2022-03-11
fix(test): skip typechecking for blocks inside HTML comments (#13889)
Geert-Jan Zwiers
2022-03-09
test: update expected test output for 'deno test' (#13882)
Bartek Iwańczuk
2022-03-08
fix(test): typecheck blocks annotated with long js/ts notations (#13785)
Geert-Jan Zwiers
2022-02-26
fix(test): use --no-prompt by default (#13777)
Bartek Iwańczuk
2022-02-25
feat: deno test --trace-ops (#13770)
Bartek Iwańczuk
[next]