From d8276c4ef94a81c264fcb971257619d10b971a0f Mon Sep 17 00:00:00 2001 From: Siva Annamalai Date: Thu, 13 Oct 2016 12:40:40 -0700 Subject: [PATCH] Skip env_test for dartium as it uses command line options which are not supported for dartium. R=terry@google.com Review URL: https://codereview.chromium.org/2413093003 . --- tests/standalone/standalone.status | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status index 659a63a9862..5281b3700b4 100644 --- a/tests/standalone/standalone.status +++ b/tests/standalone/standalone.status @@ -76,6 +76,7 @@ out_of_memory_test: Skip map_insert_remove_oom_test: Skip # Issue 24571 verbose_gc_to_bmu_test: Skip regress_26031_test: SkipByDesign # Standalone only test +env_test: Skip # This is testing a vm command line parsing scenario. [ $compiler == dartanalyzer || $compiler == dart2analyzer ] issue14236_test: Skip # Analyzer can't handle Script snapshots.