| 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 # Temporarily disabled until the test scripts are rewritten for | 8 # Temporarily disabled until the test scripts are rewritten for |
| 9 # dart:io v2. | 9 # dart:io v2. |
| 10 io/skipping_dart2js_compilations_test: skip # Non-fatal process error. | 10 io/skipping_dart2js_compilations_test: skip # Non-fatal process error. |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests. | 97 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests. |
| 98 io/web_socket_protocol_processor_test: Skip # dart:io unit test. | 98 io/web_socket_protocol_processor_test: Skip # dart:io unit test. |
| 99 | 99 |
| 100 io/process_exit_negative_test: Fail # This is a compilation-time negative test. | 100 io/process_exit_negative_test: Fail # This is a compilation-time negative test. |
| 101 | 101 |
| 102 [ $compiler == frog ] | 102 [ $compiler == frog ] |
| 103 *: Skip | 103 *: Skip |
| 104 | 104 |
| 105 [ $compiler == dart2js ] | 105 [ $compiler == dart2js ] |
| 106 number_identity_test: Skip # Bigints and int/double diff. not supported. | 106 number_identity_test: Skip # Bigints and int/double diff. not supported. |
| 107 typed_data_test: Skip # This is a VM test |
| 107 typed_array_test: Skip # This is a VM test | 108 typed_array_test: Skip # This is a VM test |
| 108 float_array_test: Skip # This is a VM test | 109 float_array_test: Skip # This is a VM test |
| 109 int_array_test: Skip # This is a VM test | 110 int_array_test: Skip # This is a VM test |
| 110 int_array_load_elimination_test: Skip # This is a VM test | 111 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. | 112 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. | 113 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 | 114 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. | 115 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. |
| 115 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. | 116 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. |
| 116 | 117 |
| (...skipping 24 matching lines...) Expand all Loading... |
| 141 *: Skip | 142 *: Skip |
| 142 | 143 |
| 143 [ $arch == simarm ] | 144 [ $arch == simarm ] |
| 144 *: Skip | 145 *: Skip |
| 145 | 146 |
| 146 [ $arch == mips ] | 147 [ $arch == mips ] |
| 147 *: Skip | 148 *: Skip |
| 148 | 149 |
| 149 [ $arch == simmips ] | 150 [ $arch == simmips ] |
| 150 *: Skip | 151 *: Skip |
| OLD | NEW |