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 # Fails because checked-in dart executable is not up to date. | 8 # Fails because checked-in dart executable is not up to date. |
9 io/test_runner_test: Fail | 9 io/test_runner_test: Fail |
10 # Fails because checked-in dart executable is not up to date. | 10 # Fails because checked-in dart executable is not up to date. |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
97 byte_array_view_optimized_test: Skip # dart:typed_data support needed. | 97 byte_array_view_optimized_test: Skip # dart:typed_data support needed. |
98 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord | 98 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord |
99 io/url_encoding_test: Skip # Importing code with external keyword | 99 io/url_encoding_test: Skip # Importing code with external keyword |
100 int_array_load_elimination_test: Skip # This is a VM test | 100 int_array_load_elimination_test: Skip # This is a VM test |
101 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. | 101 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. |
102 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. | 102 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. |
103 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 | 103 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 |
104 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. | 104 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. |
105 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. | 105 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. |
106 pow_test: Skip # Precision > 53 bits. | 106 pow_test: Skip # Precision > 53 bits. |
| 107 io/test_runner_test: Fail # Library dart:uri removed. |
| 108 io/skipping_dart2js_compilations_test: Skip # Library dart:uri removed. |
107 | 109 |
108 [ $compiler == dart2js && $jscl ] | 110 [ $compiler == dart2js && $jscl ] |
109 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. | 111 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. |
110 byte_array_test: Fail, OK # ByteArray | 112 byte_array_test: Fail, OK # ByteArray |
111 deoptimization_test: Fail, OK # Requires bigint. | 113 deoptimization_test: Fail, OK # Requires bigint. |
112 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. | 114 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. |
113 io/options_test: Fail, OK # Cannot pass options to d8. | 115 io/options_test: Fail, OK # Cannot pass options to d8. |
114 io/http_parser_test: Fail, OK # Cancelling a Timer not implemented in d8/jsshell
. | 116 io/http_parser_test: Fail, OK # Cancelling a Timer not implemented in d8/jsshell
. |
115 | 117 |
116 [ $compiler == dart2js && $runtime == none ] | 118 [ $compiler == dart2js && $runtime == none ] |
(...skipping 15 matching lines...) Expand all Loading... |
132 *: Skip | 134 *: Skip |
133 | 135 |
134 [ $arch == simarm ] | 136 [ $arch == simarm ] |
135 *: Skip | 137 *: Skip |
136 | 138 |
137 [ $arch == mips ] | 139 [ $arch == mips ] |
138 *: Skip | 140 *: Skip |
139 | 141 |
140 [ $arch == simmips ] | 142 [ $arch == simmips ] |
141 *: Skip | 143 *: Skip |
OLD | NEW |