1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-28 16:20:57 -05:00
denoland-deno/cli/tests/integration
Nayeem Rahman 177cf5d734 feat(ext/web): Add error events for event listener and timer errors (#14159)
- feat: Add handleable error event for even listener errors
- feat: Add handleable error event for setTimeout()/setInterval() errors
- feat: Add Deno.core.destructureError()
- feat: Add Deno.core.terminate()
- fix: Don't throw listener errors from dispatchEvent()
- fix: Use biased mode when selecting between mod_evaluate() and
  run_event_loop() results
2022-04-14 13:17:24 -04:00
..
bench_tests.rs fix(bench): require --unstable flag in JavaScript (#14091) 2022-03-24 13:39:10 +11:00
bundle_tests.rs chore(tests): use custom temp dir creation for the tests (#14153) 2022-04-07 09:42:33 -04:00
cache_tests.rs chore(tests): use custom temp dir creation for the tests (#14153) 2022-04-07 09:42:33 -04:00
compat_tests.rs disable flakes (#13962) 2022-03-15 11:19:59 -04:00
compile_tests.rs chore: fix main (#14175) 2022-04-07 09:42:33 -04:00
coverage_tests.rs chore(tests): use custom temp dir creation for the tests (#14153) 2022-04-07 09:42:33 -04:00
doc_tests.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
eval_tests.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
fmt_tests.rs chore(tests): use custom temp dir creation for the tests (#14153) 2022-04-07 09:42:33 -04:00
info_tests.rs chore(tests): use custom temp dir creation for the tests (#14153) 2022-04-07 09:42:33 -04:00
inspector_tests.rs chore: replace .expect("...") calls with .unwrap() in test code (#14081) 2022-03-24 13:39:10 +11:00
install_tests.rs chore(tests): use custom temp dir creation for the tests (#14153) 2022-04-07 09:42:33 -04:00
lint_tests.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
lsp_tests.rs refactor(lsp): migrate from lspower back to tower-lsp (#14163) 2022-04-07 09:42:33 -04:00
mod.rs chore(tests): use custom temp dir creation for the tests (#14153) 2022-04-07 09:42:33 -04:00
repl_tests.rs fix: upgrade to swc_ecmascript 0.143 (#14238) 2022-04-14 13:17:23 -04:00
run_tests.rs feat(ext/web): Add error events for event listener and timer errors (#14159) 2022-04-14 13:17:24 -04:00
task_tests.rs feat(task): add unstable warning to deno task (#13966) 2022-03-15 21:24:07 -04:00
test_tests.rs fix(test): don't error on missing op details (#14074) 2022-03-24 13:39:10 +11:00
upgrade_tests.rs chore(tests): use custom temp dir creation for the tests (#14153) 2022-04-07 09:42:33 -04:00
vendor_tests.rs chore(tests): use custom temp dir creation for the tests (#14153) 2022-04-07 09:42:33 -04:00
watcher_tests.rs chore(tests): use custom temp dir creation for the tests (#14153) 2022-04-07 09:42:33 -04:00
worker_tests.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00