OLD | NEW |
(Empty) | |
| 1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file |
| 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. |
| 4 |
| 5 # WARNING: |
| 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" |
| 8 # prefix. |
| 9 |
| 10 # All static_tests have expected compile-time errors. |
| 11 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] |
| 12 float_array_static_test: MissingCompileTimeError |
| 13 |
| 14 [ !$strong ] |
| 15 float_array_static_test: MissingCompileTimeError |
| 16 |
| 17 [ ((($runtime != vm) && ($runtime != dart_precompiled)) && ($compiler != none))
] |
| 18 no_assert_test: Fail, Ok |
| 19 env_test: Skip |
| 20 |
| 21 [ ((($runtime == vm) || ($runtime == flutter)) && ($system == linux)) ] |
| 22 io/http_launch_test: Pass, Slow, Timeout # Issue 28046 |
| 23 |
| 24 [ (((($runtime != vm) || ($arch == arm)) || ($arch == arm64)) || (($system == wi
ndows) && ($mode == debug))) ] |
| 25 fragmentation_test: Skip |
| 26 |
| 27 [ ($compiler == dart2analyzer) ] |
| 28 deferred_transitive_import_error_test: Skip |
| 29 |
| 30 [ ($runtime == dart_precompiled) ] |
| 31 http_launch_test: Skip |
| 32 io/addlatexhash_test: Skip |
| 33 |
| 34 [ ($compiler == app_jit) ] |
| 35 assert_test: RuntimeError |
| 36 |
| 37 [ (($runtime == dart_precompiled) || ($mode == product)) ] |
| 38 assert_test: SkipByDesign |
| 39 no_assert_test: SkipByDesign |
| 40 |
| 41 [ ($mode == product) ] |
| 42 dart_developer_env_test: SkipByDesign |
| 43 dart_developer_env_test: SkipByDesign |
| 44 |
| 45 [ (($runtime == dart_precompiled) && ($mode == product)) ] |
| 46 dwarf_stack_trace_test: Pass, RuntimeError |
| 47 |
| 48 [ ((($runtime == vm) || ($runtime == dart_precompiled)) || ($runtime == flutter)
) ] |
| 49 deferred_transitive_import_error_test: Skip |
| 50 |
| 51 [ (($hot_reload) || ($hot_reload_rollback)) ] |
| 52 deferred_transitive_import_error_test: Crash |
| 53 |
| 54 [ (($compiler == dartk) || ($compiler == dartkp)) ] |
| 55 assert_test: RuntimeError |
| 56 |
| 57 [ ($compiler == dartkp) ] |
| 58 causal_async_stack_test: Fail |
| 59 |
| 60 [ ($runtime == flutter) ] |
| 61 io/addlatexhash_test: RuntimeError # Issue 9115 |
| 62 http_launch_test: Skip # Issue 9115 |
| 63 dart_developer_disabled_env_test: RuntimeError # Issue 9115 |
| 64 dart_developer_disabled_env_test: RuntimeError # Issue 9115 |
| 65 |
OLD | NEW |