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 || $compiler == dart2dart ] |
13 compile_time_error_test/01: Skip # Issue 12587 | 13 compile_time_error_test/01: Skip # Issue 12587 |
14 ondone_test: Fail # Not implemented yet | |
15 ping_test: Skip # Resolve test issues | 14 ping_test: Skip # Resolve test issues |
16 ping_pause_test: Skip # Resolve test issues | 15 ping_pause_test: Skip # Resolve test issues |
17 kill_test: Fail # Not implemented yet | 16 kill3_test: Pass, Fail # Bad test: expects total message order |
18 kill2_test: Fail # Not implemented yet | |
19 kill3_test: Fail # Not implemented yet | |
20 kill_self_test: Fail # Not implemented yet | |
21 handle_error_test: Fail # Not implemented yet | |
22 handle_error2_test: Fail # Not implemented yet | |
23 handle_error3_test: Fail # Not implemented yet | |
24 function_send_test: Fail # Not implemented yet | 17 function_send_test: Fail # Not implemented yet |
25 | 18 |
26 message3_test/constList_identical: RuntimeError # Issue 21816 | 19 message3_test/constList_identical: RuntimeError # Issue 21816 |
27 message3_test/constMap: RuntimeError # Issue 21816 | 20 message3_test/constMap: RuntimeError # Issue 21816 |
28 message3_test/fun: RuntimeError # Issue 21585 | 21 message3_test/fun: RuntimeError # Issue 21585 |
29 message3_test/constInstance: RuntimeError # Issue 21816 | 22 message3_test/constInstance: RuntimeError # Issue 21816 |
30 message3_test/byteBuffer: Crash # Issue 21818 | 23 message3_test/byteBuffer: Crash # Issue 21818 |
31 message3_test/int32x4: Crash # Issue 21818 | 24 message3_test/int32x4: Crash # Issue 21818 |
32 | 25 |
33 [ $compiler == none && $runtime == ContentShellOnAndroid ] | 26 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 spawn_uri_missing_from_isolate_test: RuntimeError # Issue 17649 | 105 spawn_uri_missing_from_isolate_test: RuntimeError # Issue 17649 |
113 spawn_uri_missing_test: SkipSlow # Times out. | 106 spawn_uri_missing_test: SkipSlow # Times out. |
114 isolate_current_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFun
ction | 107 isolate_current_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFun
ction |
115 | 108 |
116 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 109 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
117 browser/typed_data_message_test: StaticWarning | 110 browser/typed_data_message_test: StaticWarning |
118 mint_maker_test: StaticWarning | 111 mint_maker_test: StaticWarning |
119 | 112 |
120 [ $compiler != none || $runtime != vm ] | 113 [ $compiler != none || $runtime != vm ] |
121 package_root_test: SkipByDesign # Uses dart:io. | 114 package_root_test: SkipByDesign # Uses dart:io. |
OLD | NEW |