From 294ea61bec222ebb95a08cf4f7bbc4b889afca73 Mon Sep 17 00:00:00 2001 From: Lasse Reichstein Holst Nielsen Date: Thu, 9 Mar 2017 16:11:59 +0100 Subject: [PATCH] Update status file to account for yet another alias for the VM. Review-Url: https://codereview.chromium.org/2742793002 . --- tests/language/language.status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/language/language.status b/tests/language/language.status index 430a5542af6..51f9c238520 100644 --- a/tests/language/language.status +++ b/tests/language/language.status @@ -314,5 +314,5 @@ closure_cycles_test: Pass, Crash vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. config_import_corelib_test: StaticWarning, OK -[ ($runtime == vm || $runtime == dartium || $runtime == drt) || ($compiler == none || $compiler == app_jit) ] +[ ($runtime == vm || $runtime == dart_precompiled || $runtime == dartium || $runtime == drt) || ($compiler == none || $compiler == app_jit) ] await_for_test: RuntimeError # issue 28974