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 # CompileTimeErrors intentionally | 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally |
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 package/scenarios/packages_file_in_parent/sub/packages_file_in_parent_test: Comp
ileTimeError | 177 package/scenarios/packages_file_in_parent/sub/packages_file_in_parent_test: Comp
ileTimeError |
178 package/scenarios/invalid/non_existent_packages_file_test: Crash, OK # Analyzer
exits on invalid package config | 178 package/scenarios/invalid/non_existent_packages_file_test: Crash, OK # Analyzer
exits on invalid package config |
179 package/scenarios/invalid/invalid_utf8_test: Crash, OK # Analyzer exits on inval
id package config | 179 package/scenarios/invalid/invalid_utf8_test: Crash, OK # Analyzer exits on inval
id package config |
180 package/scenarios/invalid/invalid_package_name_test: Crash, OK # Analyzer exits
on invalid package config | 180 package/scenarios/invalid/invalid_package_name_test: Crash, OK # Analyzer exits
on invalid package config |
181 package/scenarios/invalid/same_package_twice_test: Crash, OK # Analyzer exits on
invalid package config | 181 package/scenarios/invalid/same_package_twice_test: Crash, OK # Analyzer exits on
invalid package config |
182 | 182 |
183 [ $system == windows ] | 183 [ $system == windows ] |
184 io/skipping_dart2js_compilations_test: Fail # Issue 19551. | 184 io/skipping_dart2js_compilations_test: Fail # Issue 19551. |
185 verbose_gc_to_bmu_test: Skip | 185 verbose_gc_to_bmu_test: Skip |
186 io/platform_resolved_executable_test/06: RuntimeError # Issue 23641 | 186 io/platform_resolved_executable_test/06: RuntimeError # Issue 23641 |
| 187 io/process_sync_test: Pass, Timeout # Issue 24596 |
187 io/sleep_test: Pass, Fail # Issue 25757 | 188 io/sleep_test: Pass, Fail # Issue 25757 |
188 | 189 |
189 [ $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te && $mo
de == debug ] | 190 [ $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te && $mo
de == debug ] |
190 verified_mem_test: Skip # Not yet implemented. | 191 verified_mem_test: Skip # Not yet implemented. |
191 | 192 |
192 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m
ode == debug && $builder_tag == asan ] | 193 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m
ode == debug && $builder_tag == asan ] |
193 full_coverage_test: Skip # Timeout. | 194 full_coverage_test: Skip # Timeout. |
194 io/file_lock_test: Skip # Timeout. | 195 io/file_lock_test: Skip # Timeout. |
195 io/test_runner_test: Skip # Timeout. | 196 io/test_runner_test: Skip # Timeout. |
196 io/http_client_stays_alive_test: Skip # Timeout. | 197 io/http_client_stays_alive_test: Skip # Timeout. |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
306 | 307 |
307 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] | 308 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] |
308 io/*: Skip # Issue #26376 | 309 io/*: Skip # Issue #26376 |
309 | 310 |
310 typed_data_isolate_test: Skip # Issue #26376 | 311 typed_data_isolate_test: Skip # Issue #26376 |
311 typed_array_test: Skip # Issue #26376 | 312 typed_array_test: Skip # Issue #26376 |
312 typed_array_int64_uint64_test: Skip # Issue #26376 | 313 typed_array_int64_uint64_test: Skip # Issue #26376 |
313 | 314 |
314 oom_error_stacktrace_test: Skip # Issue #26377 | 315 oom_error_stacktrace_test: Skip # Issue #26377 |
315 out_of_memory_test: Skip # Issue #26377 | 316 out_of_memory_test: Skip # Issue #26377 |
OLD | NEW |