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 ] | 5 [ $runtime == vm ] |
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 && $arch == mips && $mode == debug ] | 9 [ $runtime == vm && $arch == mips && $mode == debug ] |
10 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device. | 10 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device. |
11 | 11 |
12 [ $compiler == none || $compiler == dart2dart ] | 12 [ $compiler == none ] |
13 compile_time_error_test/01: Skip # Issue 12587 | 13 compile_time_error_test/01: Skip # Issue 12587 |
14 ping_test: Skip # Resolve test issues | 14 ping_test: Skip # Resolve test issues |
15 ping_pause_test: Skip # Resolve test issues | 15 ping_pause_test: Skip # Resolve test issues |
16 kill3_test: Pass, Fail # Bad test: expects total message order | 16 kill3_test: Pass, Fail # Bad test: expects total message order |
17 | 17 |
18 message3_test/constList_identical: RuntimeError # Issue 21816 | 18 message3_test/constList_identical: RuntimeError # Issue 21816 |
19 message3_test/constMap: RuntimeError # Issue 21816 | 19 message3_test/constMap: RuntimeError # Issue 21816 |
20 message3_test/constInstance: RuntimeError # Issue 21816 | 20 message3_test/constInstance: RuntimeError # Issue 21816 |
21 message3_test/byteBuffer: Crash # Issue 21818 | 21 message3_test/byteBuffer: Crash # Issue 21818 |
22 message3_test/int32x4: Crash # Issue 21818 | 22 message3_test/int32x4: Crash # Issue 21818 |
(...skipping 29 matching lines...) Expand all Loading... | |
52 browser/issue_12474_test: CompileTimeError # Issue 22529 | 52 browser/issue_12474_test: CompileTimeError # Issue 22529 |
53 | 53 |
54 [ $compiler == dart2js && $jscl ] | 54 [ $compiler == dart2js && $jscl ] |
55 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell | 55 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell |
56 | 56 |
57 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 57 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
58 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage. | 58 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage. |
59 | 59 |
60 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage. | 60 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage. |
61 | 61 |
62 [ $compiler == dart2dart ] | |
63 illegal_msg_mirror_test: RuntimeError # Issue 16548 | |
64 spawn_uri_multi_test/none: RuntimeError # Issue 16549 | |
65 spawn_uri_nested_vm_test: RuntimeError # Issue 16549 | |
66 spawn_uri_test: RuntimeError # Issue 16549 | |
67 spawn_uri_vm_test: RuntimeError # Issue 16549 | |
68 spawn_uri_exported_main_test: RuntimeError # Issue 16549 | |
69 issue_21398_parent_isolate_test: RuntimeError # Issue 16549 | |
70 issue_21398_parent_isolate1_test: RuntimeError # Issue 16549 | |
71 issue_21398_parent_isolate2_test: Skip # Not implemented yet | |
72 | |
73 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime == drt || $runtime == chrome || $runtime == chromeOnAndroid) ] | 62 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime == drt || $runtime == chrome || $runtime == chromeOnAndroid) ] |
74 isolate_stress_test: Pass, Slow # Issue 10697 | 63 isolate_stress_test: Pass, Slow # Issue 10697 |
75 | 64 |
76 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 65 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
77 unresolved_ports_test: Pass, Timeout # Issue 15610 | 66 unresolved_ports_test: Pass, Timeout # Issue 15610 |
78 | 67 |
79 [ $compiler == none && $runtime == drt ] | 68 [ $compiler == none && $runtime == drt ] |
80 spawn_uri_nested_vm_test: Skip # Issue 14463 | 69 spawn_uri_nested_vm_test: Skip # Issue 14463 |
81 | 70 |
82 [ $jscl ] | 71 [ $jscl ] |
83 spawn_uri_multi_test/none: RuntimeError # Issue 13544 | 72 spawn_uri_multi_test/none: RuntimeError # Issue 13544 |
84 | 73 |
85 [ ($compiler == none || $compiler == dart2dart) && ($runtime == dartium || $runt ime == drt || $runtime == ContentShellOnAndroid) ] | 74 [ ($compiler == none) && ($runtime == dartium || $runtime == drt || $runtime == ContentShellOnAndroid) ] |
kustermann
2015/05/07 11:23:26
Remove the unnecessary parenthesis () ?
| |
86 pause_test: Fail # Not implemented yet | 75 pause_test: Fail # Not implemented yet |
87 | 76 |
88 [ $compiler == none && $runtime == ContentShellOnAndroid ] | 77 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
89 nested_spawn2_test: Skip # Issue 19127: This test is timing out. | 78 nested_spawn2_test: Skip # Issue 19127: This test is timing out. |
90 | 79 |
91 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) ] | 80 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) ] |
92 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. | 81 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. |
93 | 82 |
94 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C ontentShellOnAndroid) ] | 83 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C ontentShellOnAndroid) ] |
95 message_enum_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFuncti on | 84 message_enum_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFuncti on |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
171 spawn_function_custom_class_test: Crash # cannot compile methods that need inter ceptor calling convention. | 160 spawn_function_custom_class_test: Crash # cannot compile methods that need inter ceptor calling convention. |
172 spawn_function_test: Crash # cannot compile methods that need interceptor callin g convention. | 161 spawn_function_test: Crash # cannot compile methods that need interceptor callin g convention. |
173 spawn_uri_missing_from_isolate_test: Crash # handleStaticFunctionGet: function(i solate) | 162 spawn_uri_missing_from_isolate_test: Crash # handleStaticFunctionGet: function(i solate) |
174 spawn_uri_missing_test: Crash # handleStaticFunctionGet: function(doTest) | 163 spawn_uri_missing_test: Crash # handleStaticFunctionGet: function(doTest) |
175 spawn_uri_multi_test/01: Crash # cannot compile methods that need interceptor ca lling convention. | 164 spawn_uri_multi_test/01: Crash # cannot compile methods that need interceptor ca lling convention. |
176 spawn_uri_multi_test/none: Crash # cannot compile methods that need interceptor calling convention. | 165 spawn_uri_multi_test/none: Crash # cannot compile methods that need interceptor calling convention. |
177 stacktrace_message_test: Crash # cannot compile methods that need interceptor ca lling convention. | 166 stacktrace_message_test: Crash # cannot compile methods that need interceptor ca lling convention. |
178 start_paused_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node | 167 start_paused_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node |
179 static_function_test: Crash # cannot compile methods that need interceptor calli ng convention. | 168 static_function_test: Crash # cannot compile methods that need interceptor calli ng convention. |
180 unresolved_ports_test: Crash # cannot compile methods that need interceptor call ing convention. | 169 unresolved_ports_test: Crash # cannot compile methods that need interceptor call ing convention. |
OLD | NEW |