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 io/raw_socket_test: Pass, RuntimeError # Issue 28288 | 10 io/raw_socket_test: Pass, RuntimeError # Issue 28288 |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 | 105 |
106 io/http_parser_test: Pass, StaticWarning, CompileTimeError # Issue 28843 | 106 io/http_parser_test: Pass, StaticWarning, CompileTimeError # Issue 28843 |
107 io/http_headers_test: Pass, StaticWarning, CompileTimeError # Issue 28843 | 107 io/http_headers_test: Pass, StaticWarning, CompileTimeError # Issue 28843 |
108 io/http_cookie_date_test: Pass, StaticWarning, CompileTimeError # Issue 28843 | 108 io/http_cookie_date_test: Pass, StaticWarning, CompileTimeError # Issue 28843 |
109 io/web_socket_protocol_processor_test: Pass, StaticWarning, CompileTimeError # I
ssue 28843 | 109 io/web_socket_protocol_processor_test: Pass, StaticWarning, CompileTimeError # I
ssue 28843 |
110 | 110 |
111 [ $compiler == dart2analyzer && $builder_tag == strong ] | 111 [ $compiler == dart2analyzer && $builder_tag == strong ] |
112 *: Skip # Issue 28649 | 112 *: Skip # Issue 28649 |
113 | 113 |
114 [ $compiler == dart2js ] | 114 [ $compiler == dart2js ] |
115 regress_29350_test: MissingCompileTimeError | 115 *: SkipByDesign |
116 number_identity_test: Skip # Bigints and int/double diff. not supported. | |
117 typed_data_test: Skip # dart:typed_data support needed. | |
118 bytedata_test: Skip # dart:typed_data support needed. | |
119 typed_data_view_test: Skip # dart:typed_data support needed. | |
120 typed_data_isolate_test: Skip # dart:typed_data support needed. | |
121 typed_array_int64_uint64_test: Skip # dart:typed_data on dart2js does not suppor
t 64-bit ints. | |
122 float_array_test: Skip # dart:typed_data support needed. | |
123 int_array_test: Skip # dart:typed_data support needed. | |
124 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord | |
125 int_array_load_elimination_test: Skip # This is a VM test | |
126 medium_integer_test: RuntimeError, OK # Test fails with JS number semantics: iss
ue 1533. | |
127 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. | |
128 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 | |
129 package/package_test: Fail, OK # dart2js does not support 'package:foo.dart' imp
orts | |
130 package/package1_test: Fail, OK # dart2js does not support 'package:foo.dart' im
ports | |
131 package/scenarios/invalid/*: CompileTimeError # Negative tests expecting Compil
eTimeErrors. | |
132 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. | |
133 pow_test: Skip # Precision > 53 bits. | |
134 double_smi_comparison_test: Skip # Precision > 53 bits. | |
135 http_launch_test: Skip | |
136 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac
e). | |
137 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. | |
138 issue14236_test: Skip # dart2js does not deal with Script snapshots. | |
139 unboxed_int_converter_test: Skip | |
140 pair_location_remapping_test: Skip | |
141 regress_25335_test: Skip # Int64List not supported. | |
142 deferred_transitive_import_error_test: Skip # Contains intentional errors. | |
143 dart_developer_env_test: SkipByDesign # Unsupported by dart2js | |
144 dart_developer_disabled_env_test: SkipByDesign # Unsupported by dart2js | |
145 | 116 |
146 [ $runtime == vm && ($arch == arm || $arch == arm64) ] | 117 [ $runtime == vm && ($arch == arm || $arch == arm64) ] |
147 io/file_stream_test: Skip # Issue 26109 | 118 io/file_stream_test: Skip # Issue 26109 |
148 io/file_typed_data_test: Skip # Issue 26109 | 119 io/file_typed_data_test: Skip # Issue 26109 |
149 io/file_input_stream_test: Skip # Issue 26109 | 120 io/file_input_stream_test: Skip # Issue 26109 |
150 | 121 |
151 [ $runtime != vm || $arch == arm || $arch == arm64 || $arch == mips || ($system
== windows && $mode == debug) ] | 122 [ $runtime != vm || $arch == arm || $arch == arm64 || $arch == mips || ($system
== windows && $mode == debug) ] |
152 fragmentation_test: Skip # VM test uses too much memory for small systems. | 123 fragmentation_test: Skip # VM test uses too much memory for small systems. |
153 | 124 |
154 [ $compiler == dart2js && $jscl ] | |
155 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError
. | |
156 deoptimization_test: RuntimeError, OK # Requires bigint. | |
157 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V
M. | |
158 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. | |
159 | |
160 [ $compiler == dart2js && $runtime == none ] | |
161 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. | |
162 medium_integer_test: Pass # The test only fails at runtime, not at compilation. | |
163 oom_error_stacktrace_test: Pass # The test only fails at runtime. | |
164 | |
165 [ $compiler == dart2js && $fast_startup ] | |
166 io/dependency_graph_test: CompileTimeError # Imports dart:mirrors | |
167 io/skipping_dart2js_compilations_test: CompileTimeError # Imports dart:mirrors | |
168 io/status_file_parser_test: CompileTimeError # Imports dart:mirrors | |
169 io/test_harness_analyzer_test: CompileTimeError # Imports dart:mirrors | |
170 io/test_runner_test: CompileTimeError # Imports dart:mirrors | |
171 status_expression_test: CompileTimeError # Imports dart:mirrors | |
172 | |
173 [ $compiler == dart2js && $browser ] | |
174 *: Skip | |
175 | |
176 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmip
s ] | 125 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmip
s ] |
177 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 126 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
178 oom_error_stacktrace_test: Skip # Fails on Linux | 127 oom_error_stacktrace_test: Skip # Fails on Linux |
179 | 128 |
180 [ $arch == simmips ] | 129 [ $arch == simmips ] |
181 io/socket_bind_test: Pass, Fail # Issue 28315 | 130 io/socket_bind_test: Pass, Fail # Issue 28315 |
182 io/http_server_response_test: Pass, Crash # Issue 29012 | 131 io/http_server_response_test: Pass, Crash # Issue 29012 |
183 | 132 |
184 [ ($arch == simarm || $arch == simdbc || $arch == simdbc64) && $mode == debug &&
$checked ] | 133 [ ($arch == simarm || $arch == simdbc || $arch == simdbc64) && $mode == debug &&
$checked ] |
185 io/web_socket_test: Pass, Fail # Issue 26814 | 134 io/web_socket_test: Pass, Fail # Issue 26814 |
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
560 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 | 509 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 |
561 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 | 510 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 |
562 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 | 511 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 |
563 | 512 |
564 io/dependency_graph_test: CompileTimeError # Imports dart:mirrors | 513 io/dependency_graph_test: CompileTimeError # Imports dart:mirrors |
565 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors | 514 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors |
566 io/status_file_parser_test: CompileTimeError # Uses mirrors | 515 io/status_file_parser_test: CompileTimeError # Uses mirrors |
567 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors | 516 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors |
568 io/test_runner_test: CompileTimeError # Uses mirrors | 517 io/test_runner_test: CompileTimeError # Uses mirrors |
569 status_expression_test: CompileTimeError # Uses mirrors | 518 status_expression_test: CompileTimeError # Uses mirrors |
OLD | NEW |