| OLD | NEW |
| 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, 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 # WARNING: | 5 # WARNING: |
| 6 # Tests using the multitest feature where failure is expected should *also* be | 6 # Tests using the multitest feature where failure is expected should *also* be |
| 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" | 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" |
| 8 # prefix. | 8 # prefix. |
| 9 | 9 |
| 10 package/invalid_uri_test: Fail, OK # Fails intentionally | 10 package/invalid_uri_test: Fail, OK # Fails intentionally |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 byte_array_view_optimized_test: Skip # dart:typed_data support needed. | 115 byte_array_view_optimized_test: Skip # dart:typed_data support needed. |
| 116 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord | 116 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord |
| 117 io/url_encoding_test: Skip # Importing code with external keyword | 117 io/url_encoding_test: Skip # Importing code with external keyword |
| 118 int_array_load_elimination_test: Skip # This is a VM test | 118 int_array_load_elimination_test: Skip # This is a VM test |
| 119 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. | 119 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. |
| 120 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. | 120 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. |
| 121 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 | 121 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 |
| 122 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. | 122 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. |
| 123 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. | 123 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. |
| 124 pow_test: Skip # Precision > 53 bits. | 124 pow_test: Skip # Precision > 53 bits. |
| 125 io/test_runner_test: Fail # Library dart:uri removed. | |
| 126 io/skipping_dart2js_compilations_test: Skip # Library dart:uri removed. | 125 io/skipping_dart2js_compilations_test: Skip # Library dart:uri removed. |
| 127 http_launch_test: Skip | 126 http_launch_test: Skip |
| 128 53bit_overflow_test: Skip | 127 53bit_overflow_test: Skip |
| 129 53bit_overflow_literal_test: Skip | 128 53bit_overflow_literal_test: Skip |
| 130 | 129 |
| 130 [ $compiler == dart2js && $unchecked ] |
| 131 io/test_runner_test: Fail # Issue 11306. |
| 132 |
| 131 [ $compiler == dart2js && $jscl ] | 133 [ $compiler == dart2js && $jscl ] |
| 132 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. | 134 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. |
| 133 byte_array_test: Fail, OK # ByteArray | 135 byte_array_test: Fail, OK # ByteArray |
| 134 deoptimization_test: Fail, OK # Requires bigint. | 136 deoptimization_test: Fail, OK # Requires bigint. |
| 135 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. | 137 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. |
| 136 io/options_test: Fail, OK # Cannot pass options to d8. | 138 io/options_test: Fail, OK # Cannot pass options to d8. |
| 137 | 139 |
| 138 [ $compiler == dart2js && $runtime == none ] | 140 [ $compiler == dart2js && $runtime == none ] |
| 139 io/options_test: Fail | 141 io/options_test: Fail |
| 140 medium_integer_test: Pass # The test only fails at runtime, not at compilation. | 142 medium_integer_test: Pass # The test only fails at runtime, not at compilation. |
| (...skipping 19 matching lines...) Expand all Loading... |
| 160 out_of_memory_test: Pass, Crash # Issue: 11207 (Pass on Mac) | 162 out_of_memory_test: Pass, Crash # Issue: 11207 (Pass on Mac) |
| 161 typed_data_test: Timeout, Crash # Issue: 11207 | 163 typed_data_test: Timeout, Crash # Issue: 11207 |
| 162 typed_data_isolate_test: Pass, Crash # Issue: 11207 | 164 typed_data_isolate_test: Pass, Crash # Issue: 11207 |
| 163 io/*: Skip # Skip IO tests for now as they are still quite flaky. | 165 io/*: Skip # Skip IO tests for now as they are still quite flaky. |
| 164 | 166 |
| 165 [ $arch == mips ] | 167 [ $arch == mips ] |
| 166 *: Skip | 168 *: Skip |
| 167 | 169 |
| 168 [ $arch == simmips ] | 170 [ $arch == simmips ] |
| 169 *: Skip | 171 *: Skip |
| OLD | NEW |