| 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 io/raw_secure_server_socket_test: Pass, Timeout # Issue 8673 | 7 io/raw_secure_server_socket_test: Pass, Timeout # Issue 8673 |
| 8 io/secure_server_socket_test: Pass, Timeout # Issue 8673 | 8 io/secure_server_socket_test: Pass, Timeout # Issue 8673 |
| 9 | 9 |
| 10 ### Temporary IO library change disables, fail ### | 10 ### Temporary IO library change disables, fail ### |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 [ $compiler == dart2js ] | 107 [ $compiler == dart2js ] |
| 108 number_identity_test: Skip # Bigints and int/double diff. not supported. | 108 number_identity_test: Skip # Bigints and int/double diff. not supported. |
| 109 typed_array_test: Skip # This is a VM test | 109 typed_array_test: Skip # This is a VM test |
| 110 float_array_test: Skip # This is a VM test | 110 float_array_test: Skip # This is a VM test |
| 111 int_array_test: Skip # This is a VM test | 111 int_array_test: Skip # This is a VM test |
| 112 int_array_load_elimination_test: Skip # This is a VM test | 112 int_array_load_elimination_test: Skip # This is a VM test |
| 113 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. | 113 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. |
| 114 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. | 114 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. |
| 115 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 | 115 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 |
| 116 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. | 116 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. |
| 117 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. |
| 117 | 118 |
| 118 [ $compiler == dart2js && $jscl ] | 119 [ $compiler == dart2js && $jscl ] |
| 119 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. | 120 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. |
| 120 byte_array_test: Fail, OK # ByteArray | 121 byte_array_test: Fail, OK # ByteArray |
| 121 deoptimization_test: Fail, OK # Requires bigint. | 122 deoptimization_test: Fail, OK # Requires bigint. |
| 122 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. | 123 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. |
| 123 io/http_parser_test: Fail, OK # ByteArray | 124 io/http_parser_test: Fail, OK # ByteArray |
| 124 io/options_test: Fail, OK # Cannot pass options to d8. | 125 io/options_test: Fail, OK # Cannot pass options to d8. |
| 125 | 126 |
| 126 [ $compiler == dart2js && $runtime == none ] | 127 [ $compiler == dart2js && $runtime == none ] |
| (...skipping 15 matching lines...) Expand all Loading... |
| 142 *: Skip | 143 *: Skip |
| 143 | 144 |
| 144 [ $arch == simarm ] | 145 [ $arch == simarm ] |
| 145 *: Skip | 146 *: Skip |
| 146 | 147 |
| 147 [ $arch == mips ] | 148 [ $arch == mips ] |
| 148 *: Skip | 149 *: Skip |
| 149 | 150 |
| 150 [ $arch == simmips ] | 151 [ $arch == simmips ] |
| 151 *: Skip | 152 *: Skip |
| OLD | NEW |