mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
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:
parent
524a7da141
commit
d8276c4ef9
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ out_of_memory_test: Skip
|
||||||
map_insert_remove_oom_test: Skip # Issue 24571
|
map_insert_remove_oom_test: Skip # Issue 24571
|
||||||
verbose_gc_to_bmu_test: Skip
|
verbose_gc_to_bmu_test: Skip
|
||||||
regress_26031_test: SkipByDesign # Standalone only test
|
regress_26031_test: SkipByDesign # Standalone only test
|
||||||
|
env_test: Skip # This is testing a vm command line parsing scenario.
|
||||||
|
|
||||||
[ $compiler == dartanalyzer || $compiler == dart2analyzer ]
|
[ $compiler == dartanalyzer || $compiler == dart2analyzer ]
|
||||||
issue14236_test: Skip # Analyzer can't handle Script snapshots.
|
issue14236_test: Skip # Analyzer can't handle Script snapshots.
|
||||||
|
|
Loading…
Reference in a new issue