| 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests. | 81 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests. |
| 82 io/http_date_test: Skip # dartc cannot parse dart:io unit tests. | 82 io/http_date_test: Skip # dartc cannot parse dart:io unit tests. |
| 83 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests. | 83 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests. |
| 84 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests. | 84 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests. |
| 85 io/web_socket_protocol_processor_test: Skip # dart:io unit test. | 85 io/web_socket_protocol_processor_test: Skip # dart:io unit test. |
| 86 | 86 |
| 87 io/process_exit_negative_test: Fail # This is a compilation-time negative test. | 87 io/process_exit_negative_test: Fail # This is a compilation-time negative test. |
| 88 | 88 |
| 89 [ $compiler == dart2js ] | 89 [ $compiler == dart2js ] |
| 90 number_identity_test: Skip # Bigints and int/double diff. not supported. | 90 number_identity_test: Skip # Bigints and int/double diff. not supported. |
| 91 typed_data_test: Skip # This is a VM test |
| 91 typed_array_test: Skip # This is a VM test | 92 typed_array_test: Skip # This is a VM test |
| 92 float_array_test: Skip # This is a VM test | 93 float_array_test: Skip # This is a VM test |
| 93 int_array_test: Skip # This is a VM test | 94 int_array_test: Skip # This is a VM test |
| 94 int_array_load_elimination_test: Skip # This is a VM test | 95 int_array_load_elimination_test: Skip # This is a VM test |
| 95 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. | 96 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. |
| 96 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. | 97 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. |
| 97 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 | 98 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 |
| 98 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. | 99 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. |
| 99 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. | 100 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. |
| 100 | 101 |
| (...skipping 24 matching lines...) Expand all Loading... |
| 125 *: Skip | 126 *: Skip |
| 126 | 127 |
| 127 [ $arch == simarm ] | 128 [ $arch == simarm ] |
| 128 *: Skip | 129 *: Skip |
| 129 | 130 |
| 130 [ $arch == mips ] | 131 [ $arch == mips ] |
| 131 *: Skip | 132 *: Skip |
| 132 | 133 |
| 133 [ $arch == simmips ] | 134 [ $arch == simmips ] |
| 134 *: Skip | 135 *: Skip |
| OLD | NEW |