summaryrefslogtreecommitdiff
path: root/cli/tests/integration/run_tests.rs
AgeCommit message (Expand)Author
2021-11-03fix: Deno.emit crashes with BorrowMutError (#12627)Ryan Dahl
2021-10-28feat(cli): enable `useUnknownInCatchVariables` by default (#12547)Kitson Kelly
2021-10-27feat(ext/webstorage): use implied origin when --location not set (#12548)Kitson Kelly
2021-10-26fix(cli): do not cache emit when diagnostics present (#12541)Kitson Kelly
2021-10-19fix(core/bindings): use is_instance_of_error() instead of is_native_error() (...Nayeem Rahman
2021-10-18fix(cli/fmt_errors): don't panic on source line formatting errors (#12449)Nayeem Rahman
2021-10-11fix(runtime): Declare `Window.self` and `DedicatedWorkerGlobalScope.name` wit...Andreu Botella
2021-10-10feat: Show the URL of streaming WASM modules in stack traces (#12268)Andreu Botella
2021-09-30fix: Don't panic when a worker is closed in the reactions to a wasm operation...Andreu Botella
2021-09-24chore(workers): Test that closing a worker closes any child workers (#12215)Andreu Botella
2021-09-22fix(workers): Don't panic when a worker's parent thread stops running (#12156)Andreu Botella
2021-09-20chore(tests): windows pty tests (#12091)David Sherret
2021-09-18fix(cli/fmt_errors): Abbreviate long data URLs in stack traces (#12127)Nayeem Rahman
2021-09-17fix(cli): don't ignore diagnostics about for await (#12116)Kitson Kelly
2021-09-09fix: permission prompt stuffing (#11931)Ryan Dahl
2021-09-06fix(ext/web): Format terminal DOMExceptions properly (#11834)Nayeem Rahman
2021-09-06Don't drop messages from workers that have already been closed (#11913)Andreu Botella
2021-08-18fix(runtime): event loop panics in classic workers (#11756)Luca Casonato
2021-08-16fix: parse error when transpiling code with BOM (#11688)Ryan Dahl
2021-08-11chore: move test files to testdata directory (#11601)David Sherret
2021-07-22fix: support --cert flag for tls connect APIs (#11484)Luca Casonato
2021-07-20fix: close fetch response body on GC (#11467)Luca Casonato
2021-07-17fix(workers): silently ignore non-existent worker IDs (#11417)Andreu Botella
2021-07-10fix: align DedicatedWorkerGlobalScope event handlers to spec (#11353)Andreu Botella
2021-07-07chore: temporarily disable flaky single_compile_with_reload test (#11320)David Sherret
2021-07-05fix(core): Delay deadlock detection for dynamic imports (#11282)Nayeem Rahman
2021-07-05refactor: asynchronous blob backing store (#10969)Jimmy Wärting
2021-07-02feat(core): pump V8 message loop on event loop tick (#11221)Bartek Iwańczuk
2021-06-27chore: split up integration_tests.rs into separate files (#11131)David Sherret