summaryrefslogtreecommitdiff
path: root/runtime/js/40_testing.js
AgeCommit message (Expand)Author
2022-11-21feat(core): Ability to create snapshots from existing snapshots (#16597)Bartek Iwańczuk
2022-11-11feat: Stabilize Deno.bench() and 'deno bench' subcommand (#16485)Bartek Iwańczuk
2022-10-25Revert "Revert "refactor(ext/net): clean up variadic network ops (#16… (#16...Bartek Iwańczuk
2022-10-25Revert "refactor(ext/net): clean up variadic network ops (#16392)" (#16417)Bartek Iwańczuk
2022-10-24refactor(ext/net): clean up variadic network ops (#16392)Luca Casonato
2022-09-30refactor(ext/http): remove op_http_read (#16096)Luca Casonato
2022-09-06perf(runtime): short-circuit `queue_async_op` for Poll::Ready (#15773)Divy Srivastava
2022-09-02refactor(test): grab runTests() and runBenchmarks() from __bootstrap (#15420)Nayeem Rahman
2022-08-11perf(ops): Monomorphic sync op calls (#15337)Aapo Alasuutari
2022-07-15refactor: allocate IDs for tests (#14729)Nayeem Rahman
2022-06-28fix(test): typo ('finsihed') if text decoder not closed during test (#14996)nkronlage
2022-06-24fix: don't error if Deno.bench() or Deno.test() are used in run subcommand (#...Bartek Iwańczuk
2022-06-15chore(cli/cache): Remove CacheType::Declaration (#14873)Nayeem Rahman
2022-06-06fix: Format non-error exceptions (#14604)Nayeem Rahman
2022-05-30refactor(bench): Allocate IDs for benches (#14757)Nayeem Rahman
2022-05-05feat(test): Show Deno.test() call locations for failures (#14484)Nayeem Rahman
2022-04-23fix(bench): eliminate sanitizeExit overhead (#14361)evan
2022-04-20feat(bench): update API, new console reporter (#14305)evan
2022-04-16feat(test): use structured data for JavaScript errors in tests (#14287)Bartek Iwańczuk
2022-04-15feat(test): format user code output (#14271)Bartek Iwańczuk
2022-04-13fix(test): Don't error on missing op details (#14184)AEtheve
2022-04-06feat(test): Add "name", "origin" and "parent" to "Deno.TestContext" (#14007)Yongwook Choi
2022-03-30feat(lsp): add experimental testing API (#13798)Kitson Kelly
2022-03-23fix(bench): require --unstable flag in JavaScript (#14091)Bartek Iwańczuk
2022-03-23fix(test): don't error on missing op details (#14074)Bartek Iwańczuk
2022-03-19refactor: cleanup assert() & AssertionError definitions (#13859)Leo Kettmeir
2022-03-11feat: "deno bench" subcommand (#13713)Bartek Iwańczuk
2022-02-25feat: deno test --trace-ops (#13770)Bartek Iwańczuk
2022-02-16feat(test): improved op sanitizer errors + traces (#13676)Luca Casonato
2022-02-07refactor: update runtime code for primordial check for iterators (#13510)Bartek Iwańczuk
2022-02-01refactor: primordials for instanceof (#13527)Bartek Iwańczuk
2022-01-27Revert "refactor: update runtime code for primordial checks for "instanceof" ...Bartek Iwańczuk
2022-01-27refactor: update runtime code for primordial checks for "instanceof" (#13497)Bartek Iwańczuk
2022-01-25feat(test): better errors for resource sanitizer (#13296)Luca Casonato
2022-01-18feat: stabilize test steps API (#13400)David Sherret
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-10fix(test): Make the op sanitizer delay macrotask into a queue (#12966)Andreu Botella
2021-11-30fix(test): Improve reliability of `deno test`'s op sanitizer with timers (#12...Andreu Botella
2021-11-29Revert "fix(test): Improve reliability of `deno test`'s op sanitizer with tim...Bartek Iwańczuk
2021-11-28fix(test): Improve reliability of `deno test`'s op sanitizer with timers (#12...Andreu Botella
2021-11-23feat(test): Add more overloads for "Deno.test" (#12749)Bartek Iwańczuk
2021-11-20fix(test): do not throw on error.errors.map (#12810)Yacine Hmito
2021-10-13fix(runtime/ops/worker_host): move permission arg parsing to Rust (#12297)Nayeem Rahman
2021-10-13chore: fix flaky steps_invalid_usage tests (#12422)David Sherret
2021-10-12chore: upgrade crates based on deno ast 0.3 (#12403)David Sherret
2021-10-11feat: provide ops details for ops sanitizer failures (#12188)Casper Beyer
2021-10-11feat(unstable/test): imperative test steps API (#12190)David Sherret
2021-10-10refactor(metrics): move to core (#12386)Aaron O'Mullan
2021-09-30fix(runtime/testing): format aggregate errors (#12183)Casper Beyer
2021-09-05refactor(testing): use discrete report functions (#11917)Casper Beyer