From 55dc467b419b8e5897b1c832b04d63e383253d84 Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Thu, 17 Dec 2020 22:01:47 +0800 Subject: test(cli): ensure await all on stdout does not deadlock (#8802) --- cli/tests/integration_tests.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cli/tests/integration_tests.rs') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 2f23e2dee..302e808fa 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -2105,6 +2105,11 @@ fn deno_test_no_color() { assert!(out.contains("test result: FAILED. 1 passed; 1 failed; 1 ignored; 0 measured; 0 filtered out")); } +itest!(stdout_write_all { + args: "run --quiet stdout_write_all.ts", + output: "stdout_write_all.out", +}); + itest!(_001_hello { args: "run --reload 001_hello.js", output: "001_hello.js.out", -- cgit v1.2.3