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