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
/
runtime
/
js
/
40_testing.js
Age
Commit message (
Expand
)
Author
2022-04-23
fix(bench): eliminate sanitizeExit overhead (#14361)
evan
2022-04-20
feat(bench): update API, new console reporter (#14305)
evan
2022-04-16
feat(test): use structured data for JavaScript errors in tests (#14287)
Bartek Iwańczuk
2022-04-15
feat(test): format user code output (#14271)
Bartek Iwańczuk
2022-04-13
fix(test): Don't error on missing op details (#14184)
AEtheve
2022-04-06
feat(test): Add "name", "origin" and "parent" to "Deno.TestContext" (#14007)
Yongwook Choi
2022-03-30
feat(lsp): add experimental testing API (#13798)
Kitson Kelly
2022-03-23
fix(bench): require --unstable flag in JavaScript (#14091)
Bartek Iwańczuk
2022-03-23
fix(test): don't error on missing op details (#14074)
Bartek Iwańczuk
2022-03-19
refactor: cleanup assert() & AssertionError definitions (#13859)
Leo Kettmeir
2022-03-11
feat: "deno bench" subcommand (#13713)
Bartek Iwańczuk
2022-02-25
feat: deno test --trace-ops (#13770)
Bartek Iwańczuk
2022-02-16
feat(test): improved op sanitizer errors + traces (#13676)
Luca Casonato
2022-02-07
refactor: update runtime code for primordial check for iterators (#13510)
Bartek Iwańczuk
2022-02-01
refactor: primordials for instanceof (#13527)
Bartek Iwańczuk
2022-01-27
Revert "refactor: update runtime code for primordial checks for "instanceof" ...
Bartek Iwańczuk
2022-01-27
refactor: update runtime code for primordial checks for "instanceof" (#13497)
Bartek Iwańczuk
2022-01-25
feat(test): better errors for resource sanitizer (#13296)
Luca Casonato
2022-01-18
feat: stabilize test steps API (#13400)
David Sherret
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-10
fix(test): Make the op sanitizer delay macrotask into a queue (#12966)
Andreu Botella
2021-11-30
fix(test): Improve reliability of `deno test`'s op sanitizer with timers (#12...
Andreu Botella
2021-11-29
Revert "fix(test): Improve reliability of `deno test`'s op sanitizer with tim...
Bartek Iwańczuk
2021-11-28
fix(test): Improve reliability of `deno test`'s op sanitizer with timers (#12...
Andreu Botella
2021-11-23
feat(test): Add more overloads for "Deno.test" (#12749)
Bartek Iwańczuk
2021-11-20
fix(test): do not throw on error.errors.map (#12810)
Yacine Hmito
2021-10-13
fix(runtime/ops/worker_host): move permission arg parsing to Rust (#12297)
Nayeem Rahman
2021-10-13
chore: fix flaky steps_invalid_usage tests (#12422)
David Sherret
2021-10-12
chore: upgrade crates based on deno ast 0.3 (#12403)
David Sherret
2021-10-11
feat: provide ops details for ops sanitizer failures (#12188)
Casper Beyer
2021-10-11
feat(unstable/test): imperative test steps API (#12190)
David Sherret
2021-10-10
refactor(metrics): move to core (#12386)
Aaron O'Mullan
2021-09-30
fix(runtime/testing): format aggregate errors (#12183)
Casper Beyer
2021-09-05
refactor(testing): use discrete report functions (#11917)
Casper Beyer
2021-09-04
refactor(testing): redirect console output via reporter (#11911)
Casper Beyer
2021-07-14
refactor(cli/tools/test_runner): split reporter into distinct stages (#11395)
Casper Beyer
2021-07-14
refactor(runtime): apply permissions as a hook during registration (#11347)
Casper Beyer
2021-07-05
feat(test): add --shuffle flag to randomize test ordering (#11163)
Casper Beyer
2021-07-05
fix(runtime): ignored tests should not cause permission changes (#11278)
Casper Beyer
2021-07-05
refactor(runtime): reduce duplication in test harness (#11274)
Casper Beyer
2021-07-04
refactor: use primordials in runtime/, part2 (#11248)
Bartek Iwańczuk
2021-05-18
chore: update deno_lint binary used in CI to v0.5.0 (#10652)
Yusuke Tanaka
2021-04-28
feat(test): run test modules in parallel (#9815)
Casper Beyer
2021-04-25
feat(cli): add test permissions to Deno.test (#10188)
Casper Beyer
2021-03-12
refactor: move Console to op_crates/console (#9770)
Luca Casonato
2021-02-24
feat: add exit sanitizer to Deno.test (#9529)
Casper Beyer
2021-02-21
fix(runtime/testing): false positive for timers when an error is thrown (#9553)
Casper Beyer
2021-02-04
chore: use strict mode for internal runtime, core, and op_crates js (#9391)
Developing
2021-01-17
chore: Enforce ban-untagged-todo lint rule (#9135)
Bartek Iwańczuk
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
[next]