| Index: tests/standalone/standalone.status
|
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
|
| index 6b1931e6b263fbefbae9fdbb43e4eb9b876fe733..78a98649bdb777205ecf4277eff7a959186d9aec 100644
|
| --- a/tests/standalone/standalone.status
|
| +++ b/tests/standalone/standalone.status
|
| @@ -78,6 +78,17 @@ 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 ]
|
| +crypto/base64_test: fail
|
| +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
|
| +
|
| +
|
| [ $compiler == dart2js ]
|
| number_identity_test: Skip # Bigints and int/double diff. not supported.
|
| typed_data_test: Skip # dart:typed_data support needed.
|
|
|