| Index: tests/standalone/standalone.status
|
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
|
| index 04942bf96f73d96c95a1e3d3d5a4f1210c3a227d..720552df2a58db00deed1ea0de1a8c3e7e997563 100644
|
| --- a/tests/standalone/standalone.status
|
| +++ b/tests/standalone/standalone.status
|
| @@ -13,6 +13,12 @@ package/invalid_uri_test: Fail, OK # Fails intentionally
|
| status_expression_test: Fail, OK
|
| io/status_file_parser_test: Fail, OK
|
|
|
| +[ $compiler == dart2js || ($compiler == none && $runtime == drt) ]
|
| +# The following tests require files in the tools-directory to be modified.
|
| +# However the tools directory uses its own version of dart-binary. We reenable
|
| +# these tests when we update the dart-binary.
|
| +status_expression_test: Fail, OK
|
| +
|
| [ $runtime == vm && $checked ]
|
| # These tests have type errors on purpose.
|
| io/process_invalid_arguments_test: Fail, OK
|
|
|