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 .
This commit is contained in:
Siva Annamalai 2016-10-13 12:40:40 -07:00
parent 524a7da141
commit d8276c4ef9

View file

@ -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.