| 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 io/web_socket_protocol_processor_test: Skip # dart:io unit test. | 91 io/web_socket_protocol_processor_test: Skip # dart:io unit test. |
| 92 | 92 |
| 93 io/process_exit_negative_test: Fail # This is a compilation-time negative test. | 93 io/process_exit_negative_test: Fail # This is a compilation-time negative test. |
| 94 | 94 |
| 95 [ $compiler == dart2js ] | 95 [ $compiler == dart2js ] |
| 96 number_identity_test: Skip # Bigints and int/double diff. not supported. | 96 number_identity_test: Skip # Bigints and int/double diff. not supported. |
| 97 typed_data_test: Skip # This is a VM test | 97 typed_data_test: Skip # This is a VM test |
| 98 typed_array_test: Skip # This is a VM test | 98 typed_array_test: Skip # This is a VM test |
| 99 float_array_test: Skip # This is a VM test | 99 float_array_test: Skip # This is a VM test |
| 100 int_array_test: Skip # This is a VM test | 100 int_array_test: Skip # This is a VM test |
| 101 byte_array_view_optimized_test: Skip # This is a VM test |
| 101 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord | 102 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord |
| 102 int_array_load_elimination_test: Skip # This is a VM test | 103 int_array_load_elimination_test: Skip # This is a VM test |
| 103 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. | 104 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. |
| 104 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. | 105 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. |
| 105 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 | 106 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 |
| 106 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. | 107 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. |
| 107 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. | 108 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. |
| 108 | 109 |
| 109 [ $compiler == dart2js && $jscl ] | 110 [ $compiler == dart2js && $jscl ] |
| 110 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. | 111 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. |
| (...skipping 22 matching lines...) Expand all Loading... |
| 133 *: Skip | 134 *: Skip |
| 134 | 135 |
| 135 [ $arch == simarm ] | 136 [ $arch == simarm ] |
| 136 *: Skip | 137 *: Skip |
| 137 | 138 |
| 138 [ $arch == mips ] | 139 [ $arch == mips ] |
| 139 *: Skip | 140 *: Skip |
| 140 | 141 |
| 141 [ $arch == simmips ] | 142 [ $arch == simmips ] |
| 142 *: Skip | 143 *: Skip |
| OLD | NEW |