| Index: tests/standalone/standalone.status
|
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
|
| index 7d1018f42a73964772a4b155cb06218fe66fd48c..3421a55dbbb75d85a7072da028a1ee6b9c0ddba6 100644
|
| --- a/tests/standalone/standalone.status
|
| +++ b/tests/standalone/standalone.status
|
| @@ -81,6 +81,7 @@ io/web_socket_protocol_processor_test: Skip # dart:io unit test.
|
|
|
| io/process_exit_negative_test: Fail # This is a compilation-time negative test.
|
|
|
| +
|
| [ $compiler == dartanalyzer ]
|
| io/file_constructor_test: fail
|
| io/http_date_test: fail
|
| @@ -95,6 +96,20 @@ io/test_runner_test: fail, OK
|
| io/skipping_dart2js_compilations_test: fail, OK
|
|
|
|
|
| +[ $compiler == dart2analyzer ]
|
| +io/file_constructor_test: fail
|
| +io/http_date_test: fail
|
| +io/http_headers_test: fail
|
| +io/http_parser_test: fail
|
| +io/process_exit_negative_test: fail
|
| +io/url_encoding_test: fail
|
| +io/web_socket_protocol_processor_test: fail
|
| +
|
| +# Fails because checked-in dart executable is not up to date.
|
| +io/test_runner_test: fail, OK
|
| +io/skipping_dart2js_compilations_test: fail, OK
|
| +
|
| +
|
| [ $compiler == dart2js ]
|
| number_identity_test: Skip # Bigints and int/double diff. not supported.
|
| typed_data_test: Skip # dart:typed_data support needed.
|
|
|