summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/test
AgeCommit message (Expand)Author
2023-10-28Revert "chore: update deno_std submodule (#20994)" (#21001)Bartek Iwańczuk
2023-10-27chore: update deno_std submodule (#20994)Bartek Iwańczuk
2023-09-16perf: improve async op santizer speed and accuracy (#20501)Luca Casonato
2023-09-15fix(test): share fail fast tracker between threads (#20515)Nayeem Rahman
2023-09-14chore(tests): ability to pattern match unordered lines (#20488)David Sherret
2023-09-14fix: output traces for op sanitizer in more cases (#20494)Luca Casonato
2023-09-06fix(test): apply filter before checking for "only" (#20389)Nayeem Rahman
2023-09-06fix: don't show filtered test suites as running (#20385)Marvin Hagemeister
2023-09-06feat(test): Add Deno.test.ignore and Deno.test.only (#20365)Bartek Iwańczuk
2023-08-26feat(cli/tools): add TAP test reporter (#14390) (#20073)Valentin Anger
2023-08-17fix(test): JUnit reporter includes file, line and column attributes (#20174)Alexander Michaud
2023-08-10fix(test): handle ASCII escape chars in test name (#20081)Bartek Iwańczuk
2023-08-04fix(test): make test runner work when global setTimeout is replaced (#20052)Yoshiya Hinosawa
2023-08-02feat(cli): Add dot test reporter (#19804)Bartek Iwańczuk
2023-06-28chore: reconfigure windows builder storage (#19601)Matt Mastracci
2023-05-23feat: add support for globs in the config file and CLI arguments for files (#...Bartek Iwańczuk
2023-05-03fix(test): disable preventDefault() for beforeunload event (#18911)Nayeem Rahman
2023-04-27fix(test): handle dispatched exceptions from test functions (#18853)Nayeem Rahman
2023-04-26feat(cli): flatten deno.json configuaration (#17799)scarf
2023-04-27feat(lint): add `Deno.run` to `no-deprecated-deno-api` (#18869)Bartek Iwańczuk
2023-04-13refactor(cli): move runTests() and runBenchmarks() to rust (#18563)Nayeem Rahman
2023-04-06chore: fix flaky tests checking ms when CI is slow (#18559)David Sherret
2023-04-01fix(test): don't swallow sanitizer errors with permissions (#18550)Nayeem Rahman
2023-03-25feat(test): print pending tests on sigint (#18246)Nayeem Rahman
2023-03-08refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...Bartek Iwańczuk
2023-03-05fix(check): include dts files in tsc roots (#18026)Nayeem Rahman
2023-03-05refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18...Bartek Iwańczuk
2023-03-03chore: update deno_std submodule to 0.178.0 (#18003)Bartek Iwańczuk
2023-02-22fix(lint): revert no-deprecated-api for Deno.run (#17880)David Sherret
2023-02-09refactor: deno_graph 0.43 upgrade (#17692)David Sherret
2023-02-05 refactor: rename `deno` specifiers to `internal` (#17655)Leo Kettmeir
2023-01-24refactor: remove Deno.core (#16881)Bartek Iwańczuk
2023-01-24feat: allow first arg in test step to be a function (#17096)Leo Kettmeir
2023-01-15chore: update std submodule and its imports (#17408)Asher Gomez
2022-12-07feat: upgrade to TypeScript 4.9.3 (#16973)David Sherret
2022-12-06fix(test): handle scenario where --trace-ops would cause an unhandled promise...David Sherret
2022-12-02chore: rewrite tests and utils to use Deno.Command API (#16895)Bartek Iwańczuk
2022-11-28feat(core): show unresolved promise origin (#16650)Bartek Iwańczuk
2022-11-21feat(core): Ability to create snapshots from existing snapshots (#16597)Bartek Iwańczuk
2022-09-19refactor: move out test files from root testdata directory into sub directori...David Sherret
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-08-04fix(test): output parallel test results independently (#15399)Nayeem Rahman
2022-08-02fix(test): race condition for cancelled tests (#15233)Nayeem Rahman
2022-07-21fix(cli): unset jsxFragmentFactory & jsxFactory options (#15264)Satya Rohith
2022-07-20feat(test): add `--parallel` flag, soft deprecate `--jobs` (#15259)David Sherret
2022-07-20chore: use import.meta.resolve() in tests (#15256)Bartek Iwańczuk
2022-07-18feat(cli): support configuring the test tool in the config file (#15079)Roj
2022-07-18fix: revert changes to test output for uncaught errors (#15231)Bartek Iwańczuk
2022-07-15refactor: allocate IDs for tests (#14729)Nayeem Rahman