From 08bb8b3d53eb2445de9b5e2845ab8acf9d353800 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 10 Oct 2020 05:41:11 -0400 Subject: Fix 100% CPU idling problem by reverting #7672 (#7911) * Revert "refactor: Worker is not a Future (#7895)" This reverts commit f4357f0ff9d39411f22504fcc20db6bd5dec6ddb. * Revert "refactor(core): JsRuntime is not a Future (#7855)" This reverts commit d8879feb8c832dbb38649551b1cb0730874f7be6. * Revert "fix(core): module execution with top level await (#7672)" This reverts commit c7c767782538243ded64742dca9b34d6af74d62d. --- cli/tests/integration_tests.rs | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'cli/tests/integration_tests.rs') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 9ad7bac8c..8e2007b42 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -2662,16 +2662,6 @@ itest!(ignore_require { exit_code: 0, }); -itest!(top_level_await_bug { - args: "run --allow-read top_level_await_bug.js", - output: "top_level_await_bug.out", -}); - -itest!(top_level_await_bug2 { - args: "run --allow-read top_level_await_bug2.js", - output: "top_level_await_bug2.out", -}); - #[test] fn cafile_env_fetch() { use deno_core::url::Url; -- cgit v1.2.3