1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-02 09:34:19 -04:00
denoland-deno/cli/tests/testdata/test
Luca Casonato b53997273d
feat(test): better errors for resource sanitizer (#13296)
This commit makes the errors produced from the resource sanitizer much
more human readable. It does this by using real words rather than our
"resource names" when referring to resources, and by giving helpful
hints on how to clean up each of the resources.
2022-01-25 17:03:38 +01:00
..
collect feat(cli): add --ignore flag to test command (#11712) 2021-08-24 17:23:29 +02:00
doc_only fix(cli): retain path based test mode inference (#11878) 2021-09-01 18:31:56 +09:00
filter test(cli): add test for test filtering (#11672) 2021-08-13 11:33:18 +02:00
shuffle chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
steps feat: stabilize test steps API (#13400) 2022-01-18 15:02:56 -05:00
aggregate_error.out fix(runtime/testing): format aggregate errors (#12183) 2021-09-30 21:54:56 +02:00
aggregate_error.ts fix(runtime/testing): format aggregate errors (#12183) 2021-09-30 21:54:56 +02:00
allow_all.out chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
allow_all.ts fix(runtime/ops/worker_host): move permission arg parsing to Rust (#12297) 2021-10-13 13:04:44 -04:00
allow_none.out chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
allow_none.ts chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
clear_timeout.out chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
clear_timeout.ts chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
collect.out feat(cli): add --ignore flag to test command (#11712) 2021-08-24 17:23:29 +02:00
doc.out chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
doc.ts chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
doc_only.out fix(cli): retain path based test mode inference (#11878) 2021-09-01 18:31:56 +09:00
exit_sanitizer.out chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
exit_sanitizer.ts chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
fail.out chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
fail.ts chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
fail_fast.out chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
fail_fast.ts chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
fail_fast_with_val.out chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
fail_fast_with_val.ts chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
filter.out test(cli): add test for test filtering (#11672) 2021-08-13 11:33:18 +02:00
finally_timeout.out chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
finally_timeout.ts chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
ignore.out chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
ignore.ts chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
ignore_permissions.out chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
ignore_permissions.ts chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
interval.out feat(cli): close test worker once all tests complete (#11727) 2021-09-04 20:19:26 +02:00
interval.ts feat(cli): close test worker once all tests complete (#11727) 2021-09-04 20:19:26 +02:00
load_unload.out fix(test): dispatch load event before tests are run (#11708) 2021-08-15 13:54:44 +02:00
load_unload.ts fix(test): dispatch load event before tests are run (#11708) 2021-08-15 13:54:44 +02:00
markdown.md fix(cli): explicitly scan for ignore attribute in inline tests (#11647) 2021-08-14 12:33:58 +02:00
markdown.out fix(cli): explicitly scan for ignore attribute in inline tests (#11647) 2021-08-14 12:33:58 +02:00
markdown_windows.md fix(test): support typechecking docs with CRLF line endings (#12748) 2021-11-15 09:58:04 -05:00
markdown_windows.out fix(test): support typechecking docs with CRLF line endings (#12748) 2021-11-15 09:58:04 -05:00
meta.out chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
meta.ts chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
no_check.out chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
no_check.ts chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
no_color.ts chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
no_run.out chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
no_run.ts chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
only.out chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
only.ts chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
ops_sanitizer_multiple_timeout_tests.out refactor(timers): refactor timers to use one async op per timer (#12862) 2021-12-07 13:39:58 +01:00
ops_sanitizer_multiple_timeout_tests.ts refactor(timers): refactor timers to use one async op per timer (#12862) 2021-12-07 13:39:58 +01:00
ops_sanitizer_nexttick.out fix(test): Improve reliability of deno test's op sanitizer with timers (#12934) 2021-11-30 01:27:30 +01:00
ops_sanitizer_nexttick.ts fix(test): Improve reliability of deno test's op sanitizer with timers (#12934) 2021-11-30 01:27:30 +01:00
ops_sanitizer_timeout_failure.out fix(test): Improve reliability of deno test's op sanitizer with timers (#12934) 2021-11-30 01:27:30 +01:00
ops_sanitizer_timeout_failure.ts fix(test): Improve reliability of deno test's op sanitizer with timers (#12934) 2021-11-30 01:27:30 +01:00
ops_sanitizer_unstable.out refactor(timers): refactor timers to use one async op per timer (#12862) 2021-12-07 13:39:58 +01:00
ops_sanitizer_unstable.ts feat: provide ops details for ops sanitizer failures (#12188) 2021-10-11 17:00:33 +02:00
overloads.out feat(test): Add more overloads for "Deno.test" (#12749) 2021-11-23 14:57:51 +01:00
overloads.ts feat(test): Add more overloads for "Deno.test" (#12749) 2021-11-23 14:57:51 +01:00
pass.out chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
pass.ts chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
quiet.out chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
quiet.ts chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
resource_sanitizer.out feat(test): better errors for resource sanitizer (#13296) 2022-01-25 17:03:38 +01:00
resource_sanitizer.ts feat(test): better errors for resource sanitizer (#13296) 2022-01-25 17:03:38 +01:00
shuffle.out refactor(cli): introduce module specifier test modes (#11769) 2021-08-26 21:21:58 +02:00
text.md fix(cli): allow specifiers of unknown media types with test command (#11652) 2021-08-12 20:10:14 +02:00
text.out fix(cli): allow specifiers of unknown media types with test command (#11652) 2021-08-12 20:10:14 +02:00
unhandled_rejection.out chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
unhandled_rejection.ts chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
unresolved_promise.out chore: Fix typo in no-pending-ops error message (#12948) 2021-12-01 15:22:11 +01:00
unresolved_promise.ts feat(cli): close test worker once all tests complete (#11727) 2021-09-04 20:19:26 +02:00