OLD | NEW |
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ] | 5 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ] |
6 browser/*: SkipByDesign # Browser specific tests | 6 browser/*: SkipByDesign # Browser specific tests |
7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav
e wrapper-less tests. | 7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav
e wrapper-less tests. |
8 | 8 |
9 [ $runtime != vm ] | 9 [ $runtime != vm ] |
10 checked_test: Skip # Unsupported. | 10 checked_test: Skip # Unsupported. |
11 | 11 |
12 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) &
& $arch == mips && $mode == debug ] | 12 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) &
& $arch == mips && $mode == debug ] |
13 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device. | 13 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device. |
14 | 14 |
15 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) ] | 15 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) ] |
16 compile_time_error_test/01: Skip # Issue 12587 | 16 compile_time_error_test/01: Skip # Issue 12587 |
17 ping_test: Skip # Resolve test issues | 17 ping_test: Skip # Resolve test issues |
18 ping_pause_test: Skip # Resolve test issues | 18 ping_pause_test: Skip # Resolve test issues |
19 kill3_test: Pass, Fail # Bad test: expects total message order | 19 kill3_test: Pass, Fail # Bad test: expects total message order |
20 | 20 |
21 message3_test/int32x4: Crash, Timeout # Issue 21818 | 21 message3_test/int32x4: Crash, Timeout # Issue 21818 |
22 | 22 |
23 [ ($compiler == none) && $runtime == ContentShellOnAndroid ] | |
24 *: Skip # Isolate tests are timing out flakily on Android content_shell. Issue
19795 | |
25 | |
26 [ $compiler == dart2js && $runtime == safarimobilesim ] | 23 [ $compiler == dart2js && $runtime == safarimobilesim ] |
27 compile_time_error_test/none: Pass, Slow | 24 compile_time_error_test/none: Pass, Slow |
28 | 25 |
29 [ $compiler == dart2js && $jscl ] | 26 [ $compiler == dart2js && $jscl ] |
30 browser/*: SkipByDesign # Browser specific tests | 27 browser/*: SkipByDesign # Browser specific tests |
31 | 28 |
32 [ $compiler == dart2js && $runtime == jsshell ] | 29 [ $compiler == dart2js && $runtime == jsshell ] |
33 pause_test: Fail, OK # non-zero timer not supported. | 30 pause_test: Fail, OK # non-zero timer not supported. |
34 timer_isolate_test: Fail, OK # Needs Timer to run. | 31 timer_isolate_test: Fail, OK # Needs Timer to run. |
35 | 32 |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage. | 68 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage. |
72 | 69 |
73 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage. | 70 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage. |
74 | 71 |
75 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime ==
drt || $runtime == chrome || $runtime == chromeOnAndroid) ] | 72 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime ==
drt || $runtime == chrome || $runtime == chromeOnAndroid) ] |
76 isolate_stress_test: Pass, Slow # Issue 10697 | 73 isolate_stress_test: Pass, Slow # Issue 10697 |
77 | 74 |
78 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 75 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
79 unresolved_ports_test: Pass, Timeout # Issue 15610 | 76 unresolved_ports_test: Pass, Timeout # Issue 15610 |
80 | 77 |
81 [ ($compiler == none) && $runtime == drt ] | |
82 spawn_uri_nested_vm_test: Skip # Issue 14463 | |
83 | |
84 [ $jscl ] | 78 [ $jscl ] |
85 spawn_uri_multi_test/none: RuntimeError # Issue 13544 | 79 spawn_uri_multi_test/none: RuntimeError # Issue 13544 |
86 | 80 |
87 [ ($compiler == none) && $runtime == ContentShellOnAndroid ] | |
88 nested_spawn2_test: Skip # Issue 19127: This test is timing out. | |
89 | |
90 [ ($compiler == none) && ($runtime == dartium || $runtime == ContentShellOnAndro
id) ] | |
91 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. | |
92 | |
93 [ ($compiler == none) && $runtime == dartium && $arch == x64 ] | 81 [ ($compiler == none) && $runtime == dartium && $arch == x64 ] |
94 isolate/spawn_uri_multi_test/01: Skip # Times out. Issue 24795 | 82 isolate/spawn_uri_multi_test/01: Skip # Times out. Issue 24795 |
95 | 83 |
96 [ ($compiler == none) && ( $runtime == dartium || $runtime == drt || $runtime ==
ContentShellOnAndroid) ] | 84 [ ($compiler == none) && ( $runtime == dartium || $runtime == drt) ] |
| 85 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. Issue 144
63 |
97 typed_message_test: Skip # Issue 13921, 14400 | 86 typed_message_test: Skip # Issue 13921, 14400 |
98 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction | 87 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction |
99 object_leak_test: Skip # Issue 13921 Dom isolates don't support spawnFunction | 88 object_leak_test: Skip # Issue 13921 Dom isolates don't support spawnFunction |
100 spawn_uri_missing_from_isolate_test: Skip # Issue 17649 | 89 spawn_uri_missing_from_isolate_test: Skip # Issue 17649 |
101 spawn_uri_missing_test: SkipSlow # Times out. | 90 spawn_uri_missing_test: SkipSlow # Times out. |
102 kill3_test: Fail, OK # 13921 Dom isolates don't support spawnFunction | 91 kill3_test: Fail, OK # 13921 Dom isolates don't support spawnFunction |
103 timer_isolate_test: Fail, Pass # Issue 15487. Issue 13921: Dom isolates don't su
pport spawnFunction | 92 timer_isolate_test: Fail, Pass # Issue 15487. Issue 13921: Dom isolates don't su
pport spawnFunction |
104 deferred_in_isolate2_test: Skip # Issue 16209, 13921 Dom isolates don't support
spawnFunction | 93 deferred_in_isolate2_test: Skip # Issue 16209, 13921 Dom isolates don't support
spawnFunction |
105 bool_from_environment_default_value_test: Skip | 94 bool_from_environment_default_value_test: Skip |
106 int_from_environment_default_value_test: Skip | 95 int_from_environment_default_value_test: Skip |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 issue_24243_parent_isolate_test: Skip # Isolate.spawnUri | 169 issue_24243_parent_isolate_test: Skip # Isolate.spawnUri |
181 issue_21398_parent_isolate1_test: Skip # Isolate.spawnUri | 170 issue_21398_parent_isolate1_test: Skip # Isolate.spawnUri |
182 spawn_uri_exported_main_test: Skip # Isolate.spawnUri | 171 spawn_uri_exported_main_test: Skip # Isolate.spawnUri |
183 spawn_uri_test: Skip # Isolate.spawnUri | 172 spawn_uri_test: Skip # Isolate.spawnUri |
184 spawn_uri_nested_vm_test: Skip # Isolate.spawnUri | 173 spawn_uri_nested_vm_test: Skip # Isolate.spawnUri |
185 deferred_in_isolate_test: Skip # Isolate.spawnUri | 174 deferred_in_isolate_test: Skip # Isolate.spawnUri |
186 spawn_uri_multi_test: Skip # Isolate.spawnUri | 175 spawn_uri_multi_test: Skip # Isolate.spawnUri |
187 spawn_uri_vm_test: Skip # Isolate.spawnUri | 176 spawn_uri_vm_test: Skip # Isolate.spawnUri |
188 issue_21398_parent_isolate_test: Skip # Isolate.spawnUri | 177 issue_21398_parent_isolate_test: Skip # Isolate.spawnUri |
189 error_at_spawnuri_test: Skip # Isolate.spawnUri | 178 error_at_spawnuri_test: Skip # Isolate.spawnUri |
OLD | NEW |