Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(216)

Unified Diff: tests/language/language.status

Issue 2742793002: Update status file to account for yet another alias for the VM. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index 430a5542af616e320ac9c0d6a92303cc2ef3d8ca..51f9c2385205a20f68aa2328af181aa9d1d7085a 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) ]
Bill Hesse 2017/05/15 13:23:50 I don't see why you need both the $compiler check
await_for_test: RuntimeError # issue 28974
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698