| Index: tests/lib/analyzer/analyze_tests.status
|
| diff --git a/tests/lib/analyzer/analyze_tests.status b/tests/lib/analyzer/analyze_tests.status
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e963348dc7ea2a146b40a2606ce7584152f45687
|
| --- /dev/null
|
| +++ b/tests/lib/analyzer/analyze_tests.status
|
| @@ -0,0 +1,38 @@
|
| +# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| +# for details. All rights reserved. Use of this source code is governed by a
|
| +# BSD-style license that can be found in the LICENSE file.
|
| +
|
| +[ $compiler == dartc ]
|
| +
|
| +# VM adds fields failedAssertion, url, line and column to AssertionError.
|
| +# Issue 10144.
|
| +standalone/assert_test: Fail
|
| +
|
| +# Uses mirrors which is are not fully implemented.
|
| +standalone/package/package_isolate_test: Fail
|
| +
|
| +# Static type errors by design.
|
| +standalone/io/directory_invalid_arguments_test: Fail
|
| +standalone/io/file_fuzz_test: Fail
|
| +standalone/io/file_constructor_test: Fail
|
| +standalone/io/process_invalid_arguments_test: Fail
|
| +standalone/io/secure_socket_argument_test: Fail
|
| +standalone/io/stdout_bad_argument_test: Fail
|
| +standalone/io/raw_secure_server_socket_argument_test: Fail
|
| +
|
| +# Test runner does not use the latest VM.
|
| +standalone/io/test_runner_test: Fail
|
| +standalone/io/skipping_dart2js_compilations_test: Fail
|
| +
|
| +# Implicit downcast.
|
| +standalone/typed_data_view_test: Fail
|
| +
|
| +# Tests using fake "part" and/or "part of" directive.
|
| +standalone/crypto/base64_test: Fail
|
| +standalone/typed_data_test: Fail
|
| +standalone/io/http_date_test: Fail
|
| +standalone/io/http_headers_test: Fail
|
| +standalone/io/http_parser_test: Fail
|
| +standalone/io/mime_multipart_parser_test: Fail
|
| +standalone/io/web_socket_protocol_processor_test: Fail
|
| +standalone/io/url_encoding_test: Fail
|
|
|