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 # WARNING: | 5 # WARNING: |
6 # Tests using the multitest feature where failure is expected should *also* be | 6 # Tests using the multitest feature where failure is expected should *also* be |
7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" | 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" |
8 # prefix. | 8 # prefix. |
9 | 9 |
10 package/invalid_uri_test: Fail, OK # Fails intentionally | 10 package/invalid_uri_test: Fail, OK # Fails intentionally |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 io/url_encoding_test: fail | 102 io/url_encoding_test: fail |
103 io/web_socket_protocol_processor_test: fail | 103 io/web_socket_protocol_processor_test: fail |
104 53bit_overflow_literal_test/01: fail, ok | 104 53bit_overflow_literal_test/01: fail, ok |
105 | 105 |
106 [ $compiler == dart2js ] | 106 [ $compiler == dart2js ] |
107 number_identity_test: Skip # Bigints and int/double diff. not supported. | 107 number_identity_test: Skip # Bigints and int/double diff. not supported. |
108 typed_data_test: Skip # dart:typed_data support needed. | 108 typed_data_test: Skip # dart:typed_data support needed. |
109 bytedata_test: Skip # dart:typed_data support needed. | 109 bytedata_test: Skip # dart:typed_data support needed. |
110 typed_data_view_test: Skip # dart:typed_data support needed. | 110 typed_data_view_test: Skip # dart:typed_data support needed. |
111 typed_data_isolate_test: Skip # dart:typed_data support needed. | 111 typed_data_isolate_test: Skip # dart:typed_data support needed. |
112 typed_array_test: Skip # dart:typed_data support needed. | 112 typed_array_int64_uint64_test: Skip # dart:typed_data on dart2js does not suppor
t 64-bit ints. |
113 float_array_test: Skip # dart:typed_data support needed. | 113 float_array_test: Skip # dart:typed_data support needed. |
114 int_array_test: Skip # dart:typed_data support needed. | 114 int_array_test: Skip # dart:typed_data support needed. |
115 byte_array_view_optimized_test: Skip # dart:typed_data support needed. | |
116 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord | 115 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord |
117 io/url_encoding_test: Skip # Importing code with external keyword | 116 io/url_encoding_test: Skip # Importing code with external keyword |
118 int_array_load_elimination_test: Skip # This is a VM test | 117 int_array_load_elimination_test: Skip # This is a VM test |
119 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. | 118 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. |
120 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. | 119 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. |
121 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 | 120 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 |
122 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. | 121 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. |
123 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. | 122 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. |
124 pow_test: Skip # Precision > 53 bits. | 123 pow_test: Skip # Precision > 53 bits. |
125 http_launch_test: Skip | 124 http_launch_test: Skip |
(...skipping 29 matching lines...) Expand all Loading... |
155 | 154 |
156 [ $arch == simarm ] | 155 [ $arch == simarm ] |
157 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 156 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
158 | 157 |
159 [ $arch == mips ] | 158 [ $arch == mips ] |
160 *: Skip | 159 *: Skip |
161 | 160 |
162 [ $arch == simmips ] | 161 [ $arch == simmips ] |
163 io/file_fuzz_test: Pass, Timeout | 162 io/file_fuzz_test: Pass, Timeout |
164 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 163 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
OLD | NEW |