Index: tests/standalone/standalone.status |
diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status |
index 1625845670d701a78abeb5573e52fe5e8488d22c..8524bc524b05588e39b846a33884e8dc7d11609f 100644 |
--- a/tests/standalone/standalone.status |
+++ b/tests/standalone/standalone.status |
@@ -94,7 +94,7 @@ regress_26031_test: SkipByDesign # Standalone only test |
env_test: Skip # This is testing a vm command line parsing scenario. |
dart_developer_disabled_env_test: SkipByDesign # Dartium does not respect VMOptions |
-[ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
+[ $compiler == dart2analyzer ] |
issue14236_test: Skip # Analyzer can't handle Script snapshots. |
# test issue https://code.google.com/p/dart/issues/detail?id=11518 |
@@ -195,7 +195,7 @@ io/http_client_stays_alive_test: Skip # Timing dependent test, MIPS machine too |
[ $compiler == none && $runtime == dartium && $unchecked ] |
assert_test: Fail # Issue 14651. |
-[ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
+[ $compiler == dart2analyzer ] |
io/directory_invalid_arguments_test: StaticWarning |
io/process_invalid_arguments_test: StaticWarning |
io/raw_secure_server_socket_argument_test: StaticWarning |
@@ -332,8 +332,10 @@ io/socket_close_test: Pass, Timeout # Issue 28502: timeout. |
[ $runtime == dart_precompiled || $mode == product && ($compiler != dartk && $compiler != dartkp)] |
io/skipping_dart2js_compilations_test: CompileTimeError # Imports dart:mirrors |
+io/status_file_parser_test: CompileTimeError # Imports dart:mirrors |
io/test_harness_analyzer_test: CompileTimeError # Imports dart:mirrors |
io/test_runner_test: CompileTimeError # Imports dart:mirrors |
+status_expression_test: CompileTimeError # Imports dart:mirrors |
[ $compiler == app_jit ] |
assert_test: RuntimeError # Script name change? |