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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
163 oom_error_stacktrace_test: Pass # The test only fails at runtime. | 163 oom_error_stacktrace_test: Pass # The test only fails at runtime. |
164 | 164 |
165 [ $compiler == dart2js && $fast_startup ] | 165 [ $compiler == dart2js && $fast_startup ] |
166 io/skipping_dart2js_compilations_test: CompileTimeError # Imports dart:mirrors | 166 io/skipping_dart2js_compilations_test: CompileTimeError # Imports dart:mirrors |
167 io/test_harness_analyzer_test: CompileTimeError # Imports dart:mirrors | 167 io/test_harness_analyzer_test: CompileTimeError # Imports dart:mirrors |
168 io/test_runner_test: CompileTimeError # Imports dart:mirrors | 168 io/test_runner_test: CompileTimeError # Imports dart:mirrors |
169 | 169 |
170 [ $compiler == dart2js && $browser ] | 170 [ $compiler == dart2js && $browser ] |
171 *: Skip | 171 *: Skip |
172 | 172 |
173 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmip
s ] | 173 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te ] |
174 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 174 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
175 oom_error_stacktrace_test: Skip # Fails on Linux | 175 oom_error_stacktrace_test: Skip # Fails on Linux |
176 | 176 |
177 [ $arch == simmips ] | |
178 io/socket_bind_test: Pass, Fail # Issue 28315 | |
179 io/http_server_response_test: Pass, Crash # Issue 29012 | |
180 | |
181 [ ($arch == simarm || $arch == simdbc || $arch == simdbc64) && $mode == debug &&
$checked ] | 177 [ ($arch == simarm || $arch == simdbc || $arch == simdbc64) && $mode == debug &&
$checked ] |
182 io/web_socket_test: Pass, Fail # Issue 26814 | 178 io/web_socket_test: Pass, Fail # Issue 26814 |
183 | 179 |
184 [ $arch == mips ] | |
185 io/file_stat_test: Fail # Issue 17440 | |
186 io/process_sync_test: Skip # Starts 10 dart subprocesses, uses too much memory. | |
187 io/signals_test: Skip # Starts 10 dart subprocesses, uses too much memory | |
188 io/socket_source_address_test: Fail # Issue 22597 | |
189 | |
190 [ $arch == mips && $mode == debug ] | |
191 io/web_socket_test: SkipSlow # Times out. Issue 20352 | |
192 io/test_runner_test: Skip # Flakily times out in a subtest. Issue 201351 | |
193 io/http_client_stays_alive_test: Skip # Timing dependent test, MIPS machine too
slow. | |
194 | |
195 [ $compiler == none && $runtime == dartium && $unchecked ] | 180 [ $compiler == none && $runtime == dartium && $unchecked ] |
196 assert_test: Fail # Issue 14651. | 181 assert_test: Fail # Issue 14651. |
197 | 182 |
198 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 183 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
199 io/directory_invalid_arguments_test: StaticWarning | 184 io/directory_invalid_arguments_test: StaticWarning |
200 io/process_invalid_arguments_test: StaticWarning | 185 io/process_invalid_arguments_test: StaticWarning |
201 io/raw_secure_server_socket_argument_test: StaticWarning | 186 io/raw_secure_server_socket_argument_test: StaticWarning |
202 io/secure_socket_argument_test: StaticWarning | 187 io/secure_socket_argument_test: StaticWarning |
203 io/stdout_bad_argument_test: StaticWarning | 188 io/stdout_bad_argument_test: StaticWarning |
204 package/package1_test: StaticWarning | 189 package/package1_test: StaticWarning |
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
548 package/scenarios/packages_dir_only/packages_dir_only_test: Fail # Unable to par
se package files Flutter Issue 9115 | 533 package/scenarios/packages_dir_only/packages_dir_only_test: Fail # Unable to par
se package files Flutter Issue 9115 |
549 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to
parse package files Flutter Issue 9115 | 534 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to
parse package files Flutter Issue 9115 |
550 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 | 535 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 |
551 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 | 536 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 |
552 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 | 537 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 |
553 | 538 |
554 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors | 539 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors |
555 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors | 540 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors |
556 io/test_runner_test: CompileTimeError # Uses mirrors | 541 io/test_runner_test: CompileTimeError # Uses mirrors |
557 | 542 |
OLD | NEW |