| 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 io/test_runner_test: Fail # Fails because checked-in dart executable is not up t
o date. | 8 io/test_runner_test: Fail # Fails because checked-in dart executable is not up t
o date. |
| 9 io/skipping_dart2js_compilations_test: Fail # Fails because checked-in dart exec
utable is not up to date. | 9 io/skipping_dart2js_compilations_test: Fail # Fails because checked-in dart exec
utable is not up to date. |
| 10 | 10 |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests. | 71 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests. |
| 72 io/http_date_test: Skip # dartc cannot parse dart:io unit tests. | 72 io/http_date_test: Skip # dartc cannot parse dart:io unit tests. |
| 73 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests. | 73 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests. |
| 74 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests. | 74 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests. |
| 75 io/web_socket_protocol_processor_test: Skip # dart:io unit test. | 75 io/web_socket_protocol_processor_test: Skip # dart:io unit test. |
| 76 | 76 |
| 77 io/process_exit_negative_test: Fail # This is a compilation-time negative test. | 77 io/process_exit_negative_test: Fail # This is a compilation-time negative test. |
| 78 | 78 |
| 79 [ $compiler == dart2js ] | 79 [ $compiler == dart2js ] |
| 80 number_identity_test: Skip # Bigints and int/double diff. not supported. | 80 number_identity_test: Skip # Bigints and int/double diff. not supported. |
| 81 typed_data_test: Skip # dart:typeddata support needed. | 81 typed_data_test: Skip # dart:typed_data support needed. |
| 82 bytedata_test: Skip # dart:typeddata support needed. | 82 bytedata_test: Skip # dart:typed_data support needed. |
| 83 typed_data_view_test: Skip # dart:typeddata support needed. | 83 typed_data_view_test: Skip # dart:typed_data support needed. |
| 84 typed_data_isolate_test: Skip # dart:typeddata support needed. | 84 typed_data_isolate_test: Skip # dart:typed_data support needed. |
| 85 typed_array_test: Skip # dart:typeddata support needed. | 85 typed_array_test: Skip # dart:typed_data support needed. |
| 86 float_array_test: Skip # dart:typeddata support needed. | 86 float_array_test: Skip # dart:typed_data support needed. |
| 87 int_array_test: Skip # dart:typeddata support needed. | 87 int_array_test: Skip # dart:typed_data support needed. |
| 88 byte_array_view_optimized_test: Skip # dart:typeddata support needed. | 88 byte_array_view_optimized_test: Skip # dart:typed_data support needed. |
| 89 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord | 89 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord |
| 90 int_array_load_elimination_test: Skip # This is a VM test | 90 int_array_load_elimination_test: Skip # This is a VM test |
| 91 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. | 91 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. |
| 92 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. | 92 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. |
| 93 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 | 93 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 |
| 94 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. | 94 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. |
| 95 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. | 95 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. |
| 96 | 96 |
| 97 [ $compiler == dart2js && $jscl ] | 97 [ $compiler == dart2js && $jscl ] |
| 98 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. | 98 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. |
| (...skipping 21 matching lines...) Expand all Loading... |
| 120 *: Skip | 120 *: Skip |
| 121 | 121 |
| 122 [ $arch == simarm ] | 122 [ $arch == simarm ] |
| 123 *: Skip | 123 *: Skip |
| 124 | 124 |
| 125 [ $arch == mips ] | 125 [ $arch == mips ] |
| 126 *: Skip | 126 *: Skip |
| 127 | 127 |
| 128 [ $arch == simmips ] | 128 [ $arch == simmips ] |
| 129 *: Skip | 129 *: Skip |
| OLD | NEW |