| 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 int_array_load_elimination_test: Skip # This is a VM test | 110 int_array_load_elimination_test: Skip # This is a VM test |
| 111 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. | 111 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. |
| 112 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. | 112 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. |
| 113 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 | 113 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 |
| 114 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. | 114 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. |
| 115 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. | 115 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. |
| 116 pow_test: Skip # Precision > 53 bits. | 116 pow_test: Skip # Precision > 53 bits. |
| 117 io/test_runner_test: Fail # Library dart:uri removed. | 117 io/test_runner_test: Fail # Library dart:uri removed. |
| 118 io/skipping_dart2js_compilations_test: Skip # Library dart:uri removed. | 118 io/skipping_dart2js_compilations_test: Skip # Library dart:uri removed. |
| 119 http_launch_test: Skip | 119 http_launch_test: Skip |
| 120 53bit_overflow_test: Skip |
| 120 | 121 |
| 121 [ $compiler == dart2js && $jscl ] | 122 [ $compiler == dart2js && $jscl ] |
| 122 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. | 123 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. |
| 123 byte_array_test: Fail, OK # ByteArray | 124 byte_array_test: Fail, OK # ByteArray |
| 124 deoptimization_test: Fail, OK # Requires bigint. | 125 deoptimization_test: Fail, OK # Requires bigint. |
| 125 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. | 126 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. |
| 126 io/options_test: Fail, OK # Cannot pass options to d8. | 127 io/options_test: Fail, OK # Cannot pass options to d8. |
| 127 | 128 |
| 128 [ $compiler == dart2js && $runtime == none ] | 129 [ $compiler == dart2js && $runtime == none ] |
| 129 io/options_test: Fail | 130 io/options_test: Fail |
| (...skipping 18 matching lines...) Expand all Loading... |
| 148 *: Skip | 149 *: Skip |
| 149 | 150 |
| 150 [ $arch == simarm ] | 151 [ $arch == simarm ] |
| 151 *: Skip | 152 *: Skip |
| 152 | 153 |
| 153 [ $arch == mips ] | 154 [ $arch == mips ] |
| 154 *: Skip | 155 *: Skip |
| 155 | 156 |
| 156 [ $arch == simmips ] | 157 [ $arch == simmips ] |
| 157 *: Skip | 158 *: Skip |
| OLD | NEW |