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 serialization_test: SkipByDesign # Tests dart2js-specific serialization code | |
14 compile_time_error_test/01: Skip # Issue 12587 | 13 compile_time_error_test/01: Skip # Issue 12587 |
15 start_paused_test: Fail # Not implemented yet | 14 start_paused_test: Fail # Not implemented yet |
16 ondone_test: Fail # Not implemented yet | 15 ondone_test: Fail # Not implemented yet |
17 ping_test: Skip # Resolve test issues | 16 ping_test: Skip # Resolve test issues |
18 ping_pause_test: Skip # Resolve test issues | 17 ping_pause_test: Skip # Resolve test issues |
19 kill_test: Fail # Not implemented yet | 18 kill_test: Fail # Not implemented yet |
20 kill2_test: Fail # Not implemented yet | 19 kill2_test: Fail # Not implemented yet |
21 kill3_test: Fail # Not implemented yet | 20 kill3_test: Fail # Not implemented yet |
22 kill_self_test: Fail # Not implemented yet | 21 kill_self_test: Fail # Not implemented yet |
23 handle_error_test: Fail # Not implemented yet | 22 handle_error_test: Fail # Not implemented yet |
24 handle_error2_test: Fail # Not implemented yet | 23 handle_error2_test: Fail # Not implemented yet |
25 handle_error3_test: Fail # Not implemented yet | 24 handle_error3_test: Fail # Not implemented yet |
26 function_send_test: Fail # Not implemented yet | 25 function_send_test: Fail # Not implemented yet |
27 | 26 |
| 27 message3_test/constList_identical: RuntimeError # Issue 21816 |
| 28 message3_test/constMap: RuntimeError # Issue 21816 |
| 29 message3_test/fun: RuntimeError # Issue 21585 |
| 30 message3_test/constInstance: RuntimeError # Issue 21816 |
| 31 message3_test/byteBuffer: Crash # Issue 21818 |
| 32 message3_test/int32x4: Crash # Issue 21818 |
| 33 |
28 [ $compiler == none && $runtime == ContentShellOnAndroid ] | 34 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
29 *: Skip # Isolate tests are timing out flakily on Android content_shell. Issue
19795 | 35 *: Skip # Isolate tests are timing out flakily on Android content_shell. Issue
19795 |
30 | 36 |
31 [ $compiler == dart2js && $runtime == safarimobilesim ] | 37 [ $compiler == dart2js && $runtime == safarimobilesim ] |
32 compile_time_error_test/none: Pass, Slow | 38 compile_time_error_test/none: Pass, Slow |
33 | 39 |
34 [ $compiler == dart2js && $jscl ] | 40 [ $compiler == dart2js && $jscl ] |
35 browser/*: SkipByDesign # Browser specific tests | 41 browser/*: SkipByDesign # Browser specific tests |
36 | 42 |
37 [ $compiler == dart2js && $runtime == jsshell ] | 43 [ $compiler == dart2js && $runtime == jsshell ] |
38 pause_test: Fail # non-zero timer not supported. | 44 pause_test: Fail # non-zero timer not supported. |
39 | 45 |
40 [ $compiler == dart2js ] | |
41 serialization_test: RuntimeError # Issue 1882, tries to access class TestingOnly
declared in isolate_patch.dart | |
42 | |
43 function_send_test/01: RuntimeError # dart2js allows sending closures to the sam
e isolate. | |
44 | |
45 [ $compiler == dart2js && $runtime == safari ] | 46 [ $compiler == dart2js && $runtime == safari ] |
46 cross_isolate_message_test: Skip # Issue 12627 | 47 cross_isolate_message_test: Skip # Issue 12627 |
47 message_test: Skip # Issue 12627 | 48 message_test: Skip # Issue 12627 |
48 | 49 |
49 [ $compiler == dart2js ] | 50 [ $compiler == dart2js ] |
50 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI. | 51 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI. |
51 spawn_uri_nested_vm_test: SkipByDesign # Test uses a ".dart" URI. | 52 spawn_uri_nested_vm_test: SkipByDesign # Test uses a ".dart" URI. |
| 53 message3_test/constList: RuntimeError # Issue 21817 |
| 54 message3_test/constList_identical: RuntimeError # Issue 21817 |
| 55 message3_test/constMap: RuntimeError # Issue 21817 |
| 56 message3_test/constInstance: RuntimeError # Issue 21817 |
52 | 57 |
53 [ $compiler == dart2js && $jscl ] | 58 [ $compiler == dart2js && $jscl ] |
54 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell | 59 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell |
55 | 60 |
56 [ $compiler == dart2js && $runtime == none ] | |
57 serialization_test: Pass # Issue 12628 | |
58 | |
59 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 61 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
60 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage. | 62 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage. |
61 | 63 |
62 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage. | 64 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage. |
63 | 65 |
64 [ $compiler == dart2dart ] | 66 [ $compiler == dart2dart ] |
65 illegal_msg_mirror_test: RuntimeError # Issue 16548 | 67 illegal_msg_mirror_test: RuntimeError # Issue 16548 |
66 spawn_uri_multi_test/none: RuntimeError # Issue 16549 | 68 spawn_uri_multi_test/none: RuntimeError # Issue 16549 |
67 spawn_uri_nested_vm_test: RuntimeError # Issue 16549 | 69 spawn_uri_nested_vm_test: RuntimeError # Issue 16549 |
68 spawn_uri_test: RuntimeError # Issue 16549 | 70 spawn_uri_test: RuntimeError # Issue 16549 |
(...skipping 17 matching lines...) Expand all Loading... |
86 [ $compiler == none && $runtime == ContentShellOnAndroid ] | 88 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
87 nested_spawn2_test: Skip # Issue 19127: This test is timing out. | 89 nested_spawn2_test: Skip # Issue 19127: This test is timing out. |
88 | 90 |
89 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) ] | 91 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) ] |
90 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. | 92 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. |
91 | 93 |
92 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C
ontentShellOnAndroid) ] | 94 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C
ontentShellOnAndroid) ] |
93 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support
spawnFunction | 95 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support
spawnFunction |
94 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction | 96 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction |
95 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction | 97 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction |
| 98 message3_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction |
| 99 object_leak_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunctio
n |
96 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction | 100 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction |
97 spawn_uri_missing_from_isolate_test: RuntimeError # http://dartbug.com/17649 | 101 spawn_uri_missing_from_isolate_test: RuntimeError # http://dartbug.com/17649 |
98 spawn_uri_missing_test: Skip # Times out. | 102 spawn_uri_missing_test: Skip # Times out. |
99 | 103 |
100 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 104 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
101 browser/typed_data_message_test: StaticWarning | 105 browser/typed_data_message_test: StaticWarning |
102 mint_maker_test: StaticWarning | 106 mint_maker_test: StaticWarning |
103 serialization_test: StaticWarning | |
104 | 107 |
105 [ $compiler != none || $runtime != vm ] | 108 [ $compiler != none || $runtime != vm ] |
106 package_root_test: SkipByDesign # Uses dart:io. | 109 package_root_test: SkipByDesign # Uses dart:io. |
OLD | NEW |