| Index: tests/standalone/standalone.status
|
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
|
| index 3842ae8f0083500d755f3aa3f22eecc343561794..1625845670d701a78abeb5573e52fe5e8488d22c 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 == dart2analyzer ]
|
| +[ $compiler == dartanalyzer || $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 == dart2analyzer ]
|
| +[ $compiler == dartanalyzer || $compiler == dart2analyzer ]
|
| io/directory_invalid_arguments_test: StaticWarning
|
| io/process_invalid_arguments_test: StaticWarning
|
| io/raw_secure_server_socket_argument_test: StaticWarning
|
|
|