| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 [ $compiler == dartc ] | |
| 6 | |
| 7 # VM adds fields failedAssertion, url, line and column to AssertionError. | |
| 8 # Issue 10144. | |
| 9 standalone/assert_test: Fail | |
| 10 | |
| 11 # Uses mirrors which is are not fully implemented. | |
| 12 standalone/package/package_isolate_test: Fail | |
| 13 | |
| 14 # Static type errors by design. | |
| 15 standalone/io/directory_invalid_arguments_test: Fail | |
| 16 standalone/io/file_fuzz_test: Fail | |
| 17 standalone/io/file_constructor_test: Fail | |
| 18 standalone/io/process_invalid_arguments_test: Fail | |
| 19 standalone/io/secure_socket_argument_test: Fail | |
| 20 standalone/io/stdout_bad_argument_test: Fail | |
| 21 standalone/io/raw_secure_server_socket_argument_test: Fail | |
| 22 | |
| 23 # Test runner does not use the latest VM. | |
| 24 standalone/io/test_runner_test: Skip | |
| 25 standalone/io/skipping_dart2js_compilations_test: Skip | |
| 26 | |
| 27 # Implicit downcast. | |
| 28 standalone/typed_data_view_test: Fail | |
| 29 | |
| 30 # Tests using fake "part" and/or "part of" directive. | |
| 31 standalone/typed_data_test: Fail | |
| 32 standalone/io/http_cookie_date_test: Fail | |
| 33 standalone/io/http_headers_test: Fail | |
| 34 standalone/io/http_parser_test: Fail | |
| 35 standalone/io/web_socket_protocol_processor_test: Fail | |
| 36 standalone/io/url_encoding_test: Fail | |
| 37 | |
| 38 | |
| 39 [ $compiler == dartanalyzer ] | 5 [ $compiler == dartanalyzer ] |
| 40 standalone/io/process_exit_negative_test: fail | 6 standalone/io/process_exit_negative_test: fail |
| 41 53bit_overflow_literal_test/01: fail, ok | 7 53bit_overflow_literal_test/01: fail, ok |
| 42 | 8 |
| 43 | 9 |
| 44 [ $compiler == dart2analyzer ] | 10 [ $compiler == dart2analyzer ] |
| 45 standalone/io/process_exit_negative_test: fail | 11 standalone/io/process_exit_negative_test: fail |
| 46 53bit_overflow_literal_test/01: fail, ok | 12 53bit_overflow_literal_test/01: fail, ok |
| OLD | NEW |