OLD | NEW |
---|---|
(Empty) | |
1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | |
bkonyi
2017/07/28 19:51:31
Since this is a new file, shouldn't the copyright
siva
2017/07/28 21:51:10
Done.
| |
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 [ ((($runtime != vm) && ($runtime != dart_precompiled)) && ($compiler != none)) ] | |
11 no_assert_test: Fail, Ok | |
12 env_test: Skip | |
13 | |
14 [ ((($runtime == vm) || ($runtime == flutter)) && ($system == linux)) ] | |
15 io/http_launch_test: Pass, Slow, Timeout # Issue 28046 | |
16 | |
17 [ (((($runtime != vm) || ($arch == arm)) || ($arch == arm64)) || (($system == wi ndows) && ($mode == debug))) ] | |
18 fragmentation_test: Skip | |
19 | |
20 [ ($compiler == dart2analyzer) ] | |
21 deferred_transitive_import_error_test: Skip | |
22 | |
23 [ ($runtime == dart_precompiled) ] | |
24 http_launch_test: Skip | |
25 io/addlatexhash_test: Skip | |
26 | |
27 [ ($compiler == app_jit) ] | |
28 assert_test: RuntimeError | |
29 | |
30 [ (($runtime == dart_precompiled) || ($mode == product)) ] | |
31 assert_test: SkipByDesign | |
32 no_assert_test: SkipByDesign | |
33 | |
34 [ ($mode == product) ] | |
35 dart_developer_env_test: SkipByDesign | |
36 dart_developer_env_test: SkipByDesign | |
37 | |
38 [ (($runtime == dart_precompiled) && ($mode == product)) ] | |
39 dwarf_stack_trace_test: Pass, RuntimeError | |
40 | |
41 [ ((($runtime == vm) || ($runtime == dart_precompiled)) || ($runtime == flutter) ) ] | |
42 deferred_transitive_import_error_test: Skip | |
43 | |
44 [ (($hot_reload) || ($hot_reload_rollback)) ] | |
45 deferred_transitive_import_error_test: Crash | |
46 | |
47 [ (($compiler == dartk) || ($compiler == dartkp)) ] | |
48 assert_test: RuntimeError | |
49 | |
50 [ ($compiler == dartkp) ] | |
51 causal_async_stack_test: Fail | |
52 | |
53 [ ($runtime == flutter) ] | |
54 io/addlatexhash_test: RuntimeError # Issue 9115 | |
55 http_launch_test: Skip # Issue 9115 | |
56 dart_developer_disabled_env_test: RuntimeError # Issue 9115 | |
57 dart_developer_disabled_env_test: RuntimeError # Issue 9115 | |
58 | |
OLD | NEW |