| 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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 package/scenarios/invalid/non_existent_packages_file_test: Crash, OK # Analyzer
exits on invalid package config | 210 package/scenarios/invalid/non_existent_packages_file_test: Crash, OK # Analyzer
exits on invalid package config |
| 211 package/scenarios/invalid/invalid_utf8_test: Crash, OK # Analyzer exits on inval
id package config | 211 package/scenarios/invalid/invalid_utf8_test: Crash, OK # Analyzer exits on inval
id package config |
| 212 package/scenarios/invalid/invalid_package_name_test: Crash, OK # Analyzer exits
on invalid package config | 212 package/scenarios/invalid/invalid_package_name_test: Crash, OK # Analyzer exits
on invalid package config |
| 213 package/scenarios/invalid/same_package_twice_test: Crash, OK # Analyzer exits on
invalid package config | 213 package/scenarios/invalid/same_package_twice_test: Crash, OK # Analyzer exits on
invalid package config |
| 214 | 214 |
| 215 [ $system == windows ] | 215 [ $system == windows ] |
| 216 io/skipping_dart2js_compilations_test: Fail # Issue 19551. | 216 io/skipping_dart2js_compilations_test: Fail # Issue 19551. |
| 217 verbose_gc_to_bmu_test: Skip | 217 verbose_gc_to_bmu_test: Skip |
| 218 io/platform_resolved_executable_test/06: RuntimeError # Issue 23641 | 218 io/platform_resolved_executable_test/06: RuntimeError # Issue 23641 |
| 219 io/process_sync_test: Pass, Timeout # Issue 24596 | 219 io/process_sync_test: Pass, Timeout # Issue 24596 |
| 220 io/sleep_test: Pass, Fail # Issue 25757 |
| 220 | 221 |
| 221 [ $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te && $mo
de == debug ] | 222 [ $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te && $mo
de == debug ] |
| 222 verified_mem_test: Skip # Not yet implemented. | 223 verified_mem_test: Skip # Not yet implemented. |
| 223 | 224 |
| 224 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder
_tag == asan ] | 225 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder
_tag == asan ] |
| 225 full_coverage_test: Skip # Timeout. | 226 full_coverage_test: Skip # Timeout. |
| 226 io/file_lock_test: Skip # Timeout. | 227 io/file_lock_test: Skip # Timeout. |
| 227 io/test_runner_test: Skip # Timeout. | 228 io/test_runner_test: Skip # Timeout. |
| 228 io/http_client_stays_alive_test: Skip # Timeout. | 229 io/http_client_stays_alive_test: Skip # Timeout. |
| 229 | 230 |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 | 296 |
| 296 # Overriding these flags are not supported in product mode. | 297 # Overriding these flags are not supported in product mode. |
| 297 [ $mode == product ] | 298 [ $mode == product ] |
| 298 no_profiler_test: SkipByDesign | 299 no_profiler_test: SkipByDesign |
| 299 no_support_coverage_test: SkipByDesign | 300 no_support_coverage_test: SkipByDesign |
| 300 no_support_debugger_test: SkipByDesign | 301 no_support_debugger_test: SkipByDesign |
| 301 no_support_disassembler_test: SkipByDesign | 302 no_support_disassembler_test: SkipByDesign |
| 302 no_support_il_printer_test: SkipByDesign | 303 no_support_il_printer_test: SkipByDesign |
| 303 no_support_service_test: SkipByDesign | 304 no_support_service_test: SkipByDesign |
| 304 no_support_timeline_test: SkipByDesign | 305 no_support_timeline_test: SkipByDesign |
| OLD | NEW |