| 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 package/invalid_uri_test: Fail, OK # Fails intentionally | 5 package/invalid_uri_test: Fail, OK # Fails intentionally |
| 6 | 6 |
| 7 [ $runtime == vm ] | 7 [ $runtime == vm ] |
| 8 # Fails because checked-in dart executable is not up to date. | 8 # Fails because checked-in dart executable is not up to date. |
| 9 io/test_runner_test: Fail | 9 io/test_runner_test: Fail |
| 10 # Fails because checked-in dart executable is not up to date. | 10 # Fails because checked-in dart executable is not up to date. |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. | 126 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. |
| 127 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. | 127 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. |
| 128 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 | 128 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 |
| 129 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. | 129 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. |
| 130 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. | 130 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. |
| 131 pow_test: Skip # Precision > 53 bits. | 131 pow_test: Skip # Precision > 53 bits. |
| 132 io/test_runner_test: Fail # Library dart:uri removed. | 132 io/test_runner_test: Fail # Library dart:uri removed. |
| 133 io/skipping_dart2js_compilations_test: Skip # Library dart:uri removed. | 133 io/skipping_dart2js_compilations_test: Skip # Library dart:uri removed. |
| 134 http_launch_test: Skip | 134 http_launch_test: Skip |
| 135 53bit_overflow_test: Skip | 135 53bit_overflow_test: Skip |
| 136 53bit_overflow_literal_test: Skip |
| 136 | 137 |
| 137 [ $compiler == dart2js && $jscl ] | 138 [ $compiler == dart2js && $jscl ] |
| 138 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. | 139 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. |
| 139 byte_array_test: Fail, OK # ByteArray | 140 byte_array_test: Fail, OK # ByteArray |
| 140 deoptimization_test: Fail, OK # Requires bigint. | 141 deoptimization_test: Fail, OK # Requires bigint. |
| 141 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. | 142 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. |
| 142 io/options_test: Fail, OK # Cannot pass options to d8. | 143 io/options_test: Fail, OK # Cannot pass options to d8. |
| 143 | 144 |
| 144 [ $compiler == dart2js && $runtime == none ] | 145 [ $compiler == dart2js && $runtime == none ] |
| 145 io/options_test: Fail | 146 io/options_test: Fail |
| (...skipping 14 matching lines...) Expand all Loading... |
| 160 *: Skip | 161 *: Skip |
| 161 | 162 |
| 162 [ $arch == simarm ] | 163 [ $arch == simarm ] |
| 163 *: Skip | 164 *: Skip |
| 164 | 165 |
| 165 [ $arch == mips ] | 166 [ $arch == mips ] |
| 166 *: Skip | 167 *: Skip |
| 167 | 168 |
| 168 [ $arch == simmips ] | 169 [ $arch == simmips ] |
| 169 *: Skip | 170 *: Skip |
| OLD | NEW |