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. |
(...skipping 13 matching lines...) Expand all Loading... |
24 [ $compiler == none && $runtime == ContentShellOnAndroid ] | 24 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
25 *: Skip # Isolate tests are timing out flakily on Android content_shell. Issue
19795 | 25 *: Skip # Isolate tests are timing out flakily on Android content_shell. Issue
19795 |
26 | 26 |
27 [ $compiler == dart2js && $runtime == safarimobilesim ] | 27 [ $compiler == dart2js && $runtime == safarimobilesim ] |
28 compile_time_error_test/none: Pass, Slow | 28 compile_time_error_test/none: Pass, Slow |
29 | 29 |
30 [ $compiler == dart2js && $jscl ] | 30 [ $compiler == dart2js && $jscl ] |
31 browser/*: SkipByDesign # Browser specific tests | 31 browser/*: SkipByDesign # Browser specific tests |
32 | 32 |
33 [ $compiler == dart2js && $runtime == jsshell ] | 33 [ $compiler == dart2js && $runtime == jsshell ] |
34 pause_test: Fail # non-zero timer not supported. | 34 pause_test: Fail, OK # non-zero timer not supported. |
| 35 timer_isolate_test: Fail, OK # Needs Timer to run. |
35 | 36 |
36 [ $compiler == dart2js && $runtime == safari ] | 37 [ $compiler == dart2js && $runtime == safari ] |
37 cross_isolate_message_test: Skip # Issue 12627 | 38 cross_isolate_message_test: Skip # Issue 12627 |
38 message_test: Skip # Issue 12627 | 39 message_test: Skip # Issue 12627 |
39 | 40 |
40 [ $compiler == dart2js ] | 41 [ $compiler == dart2js ] |
41 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI. | 42 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI. |
42 spawn_uri_nested_vm_test: SkipByDesign # Test uses a ".dart" URI. | 43 spawn_uri_nested_vm_test: SkipByDesign # Test uses a ".dart" URI. |
43 spawn_uri_exported_main_test: SkipByDesign # Test uses a ".dart" URI. | 44 spawn_uri_exported_main_test: SkipByDesign # Test uses a ".dart" URI. |
44 issue_21398_parent_isolate_test: SkipByDesign # Test uses a ".dart" URI. | 45 issue_21398_parent_isolate_test: SkipByDesign # Test uses a ".dart" URI. |
45 issue_21398_parent_isolate1_test: SkipByDesign # Test uses a ".dart" URI. | 46 issue_21398_parent_isolate1_test: SkipByDesign # Test uses a ".dart" URI. |
46 issue_21398_parent_isolate2_test: SkipByDesign # Test uses a ".dart" URI. | 47 issue_21398_parent_isolate2_test: SkipByDesign # Test uses a ".dart" URI. |
47 function_send1_test: SkipByDesign # Test uses a ".dart" URI. | 48 function_send1_test: SkipByDesign # Test uses a ".dart" URI. |
48 message3_test/constList: RuntimeError # Issue 21817 | 49 message3_test/constList: RuntimeError # Issue 21817 |
49 message3_test/constList_identical: RuntimeError # Issue 21817 | 50 message3_test/constList_identical: RuntimeError # Issue 21817 |
50 message3_test/constMap: RuntimeError # Issue 21817 | 51 message3_test/constMap: RuntimeError # Issue 21817 |
51 message3_test/constInstance: RuntimeError # Issue 21817 | 52 message3_test/constInstance: RuntimeError # Issue 21817 |
52 browser/issue_12474_test: CompileTimeError # Issue 22529 | 53 browser/issue_12474_test: CompileTimeError # Issue 22529 |
| 54 enum_const_test/02: RuntimeError # Issue 21817 |
53 | 55 |
54 [ $compiler == dart2js && $jscl ] | 56 [ $compiler == dart2js && $jscl ] |
55 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell | 57 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell |
56 | 58 |
57 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 59 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
58 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage. | 60 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage. |
59 | 61 |
60 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage. | 62 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage. |
61 | 63 |
62 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime ==
drt || $runtime == chrome || $runtime == chromeOnAndroid) ] | 64 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime ==
drt || $runtime == chrome || $runtime == chromeOnAndroid) ] |
(...skipping 11 matching lines...) Expand all Loading... |
74 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co
ntentShellOnAndroid) ] | 76 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co
ntentShellOnAndroid) ] |
75 pause_test: Fail # Not implemented yet | 77 pause_test: Fail # Not implemented yet |
76 | 78 |
77 [ $compiler == none && $runtime == ContentShellOnAndroid ] | 79 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
78 nested_spawn2_test: Skip # Issue 19127: This test is timing out. | 80 nested_spawn2_test: Skip # Issue 19127: This test is timing out. |
79 | 81 |
80 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) ] | 82 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) ] |
81 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. | 83 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. |
82 | 84 |
83 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C
ontentShellOnAndroid) ] | 85 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C
ontentShellOnAndroid) ] |
| 86 typed_message_test: Crash, Fail # Issue 13921, 14400 |
84 message_enum_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFuncti
on | 87 message_enum_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFuncti
on |
85 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support
spawnFunction | 88 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support
spawnFunction |
86 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction | 89 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction |
87 issue_21398_parent_isolate_test: Fail, OK # Issue 13921 Dom isolates don't suppo
rt spawnFunction | 90 issue_21398_parent_isolate_test: Fail, OK # Issue 13921 Dom isolates don't suppo
rt spawnFunction |
88 issue_21398_parent_isolate1_test: Fail, OK # Issue 13921 Dom isolates don't supp
ort spawnFunction | 91 issue_21398_parent_isolate1_test: Fail, OK # Issue 13921 Dom isolates don't supp
ort spawnFunction |
89 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction | 92 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction |
90 message3_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction | 93 message3_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction |
91 start_paused_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunc
tion | 94 start_paused_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunc
tion |
92 object_leak_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunctio
n | 95 object_leak_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunctio
n |
93 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction | 96 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction |
94 spawn_uri_missing_from_isolate_test: RuntimeError # Issue 17649 | 97 spawn_uri_missing_from_isolate_test: RuntimeError # Issue 17649 |
95 spawn_uri_missing_test: SkipSlow # Times out. | 98 spawn_uri_missing_test: SkipSlow # Times out. |
96 isolate_current_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFun
ction | 99 isolate_current_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFun
ction |
97 function_send_test: Fail, OK # 13921 Dom isolates don't support spawnFunction | 100 function_send_test: Fail, OK # 13921 Dom isolates don't support spawnFunction |
98 ondone_test: Fail, OK # 13921 Dom isolates don't support spawnFunction | 101 ondone_test: Fail, OK # 13921 Dom isolates don't support spawnFunction |
99 kill_test: Fail, OK # 13921 Dom isolates don't support spawnFunction | 102 kill_test: Fail, OK # 13921 Dom isolates don't support spawnFunction |
100 kill2_test: Fail, OK # 13921 Dom isolates don't support spawnFunction | 103 kill2_test: Fail, OK # 13921 Dom isolates don't support spawnFunction |
101 kill3_test: Fail, OK # 13921 Dom isolates don't support spawnFunction | 104 kill3_test: Fail, OK # 13921 Dom isolates don't support spawnFunction |
102 kill_self_test: Fail, OK # 13921 Dom isolates don't support spawnFunction | 105 kill_self_test: Fail, OK # 13921 Dom isolates don't support spawnFunction |
103 handle_error_test: Fail, OK # 13921 Dom isolates don't support spawnFunction | 106 handle_error_test: Fail, OK # 13921 Dom isolates don't support spawnFunction |
104 handle_error2_test: Fail, OK # 13921 Dom isolates don't support spawnFunction | 107 handle_error2_test: Fail, OK # 13921 Dom isolates don't support spawnFunction |
105 handle_error3_test: Fail, OK # 13921 Dom isolates don't support spawnFunction | 108 handle_error3_test: Fail, OK # 13921 Dom isolates don't support spawnFunction |
| 109 timer_isolate_test: Fail, Pass # Issue 15487. Issue 13921: Dom isolates don't su
pport spawnFunction |
| 110 deferred_in_isolate_test: Fail, OK # Issue 16209, 13921 Dom isolates don't supp
ort spawnFunction |
| 111 bool_from_environment_default_value_test: Skip |
| 112 int_from_environment_default_value_test: Skip |
| 113 string_from_environment_default_value_test: Skip |
106 | 114 |
107 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 115 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
108 browser/typed_data_message_test: StaticWarning | 116 browser/typed_data_message_test: StaticWarning |
109 mint_maker_test: StaticWarning | 117 mint_maker_test: StaticWarning |
110 | 118 |
111 [ $compiler != none || $runtime != vm ] | 119 [ $compiler != none || $runtime != vm ] |
112 package_root_test: SkipByDesign # Uses dart:io. | 120 package_root_test: SkipByDesign # Uses dart:io. |
113 | 121 |
114 [ $compiler == dart2js && $cps_ir ] | 122 [ $compiler == dart2js && $cps_ir ] |
| 123 bool_from_environment_default_value_test: Crash # (test): handleStaticFunctionGe
t: function(test) |
115 compile_time_error_test/01: Crash # (entry): handleStaticFunctionGet: function(e
ntry) | 124 compile_time_error_test/01: Crash # (entry): handleStaticFunctionGet: function(e
ntry) |
116 compile_time_error_test/none: Crash # (entry): handleStaticFunctionGet: function
(entry) | 125 compile_time_error_test/none: Crash # (entry): handleStaticFunctionGet: function
(entry) |
117 count_test: Crash # (main): handleStaticFunctionGet: function(main) | 126 count_test: Crash # (main): handleStaticFunctionGet: function(main) |
118 cross_isolate_message_test: Crash # (main): handleStaticFunctionGet: function(ma
in) | 127 cross_isolate_message_test: Crash # (main): handleStaticFunctionGet: function(ma
in) |
119 function_send_test: Crash # (toplevel): handleStaticFunctionGet: function(toplev
el) | 128 function_send_test: Crash # (toplevel): handleStaticFunctionGet: function(toplev
el) |
120 handle_error2_test: Crash # (isomain1): handleStaticFunctionGet: function(isomai
n1) | 129 handle_error2_test: Crash # (isomain1): handleStaticFunctionGet: function(isomai
n1) |
121 handle_error3_test: Crash # (isomain1): handleStaticFunctionGet: function(isomai
n1) | 130 handle_error3_test: Crash # (isomain1): handleStaticFunctionGet: function(isomai
n1) |
122 handle_error_test: Crash # (isomain1): handleStaticFunctionGet: function(isomain
1) | 131 handle_error_test: Crash # (isomain1): handleStaticFunctionGet: function(isomain
1) |
123 illegal_msg_function_test: Crash # (main): handleStaticFunctionGet: function(mai
n) | 132 illegal_msg_function_test: Crash # (main): handleStaticFunctionGet: function(mai
n) |
124 illegal_msg_mirror_test: Crash # (main): handleStaticFunctionGet: function(main) | 133 illegal_msg_mirror_test: Crash # (main): handleStaticFunctionGet: function(main) |
| 134 int_from_environment_default_value_test: Crash # (test): handleStaticFunctionGet
: function(test) |
125 isolate_complex_messages_test: Crash # (main): handleStaticFunctionGet: function
(main) | 135 isolate_complex_messages_test: Crash # (main): handleStaticFunctionGet: function
(main) |
126 isolate_current_test: Crash # (i2l): handleStaticFunctionGet: function(i2l) | 136 isolate_current_test: Crash # (i2l): handleStaticFunctionGet: function(i2l) |
127 isolate_import_test/01: Crash # (entry): handleStaticFunctionGet: function(entry
) | 137 isolate_import_test/01: Crash # (entry): handleStaticFunctionGet: function(entry
) |
128 isolate_import_test/none: Crash # (entry): handleStaticFunctionGet: function(ent
ry) | 138 isolate_import_test/none: Crash # (entry): handleStaticFunctionGet: function(ent
ry) |
129 isolate_stress_test: Crash # (worker): handleStaticFunctionGet: function(worker) | 139 isolate_stress_test: Crash # (worker): handleStaticFunctionGet: function(worker) |
130 issue_22778_test: Crash # (func): handleStaticFunctionGet: function(func) | 140 issue_22778_test: Crash # (func): handleStaticFunctionGet: function(func) |
131 kill2_test: Crash # (isomain1): handleStaticFunctionGet: function(isomain1) | 141 kill2_test: Crash # (isomain1): handleStaticFunctionGet: function(isomain1) |
132 kill_self_test: Crash # (isomain1): handleStaticFunctionGet: function(isomain1) | 142 kill_self_test: Crash # (isomain1): handleStaticFunctionGet: function(isomain1) |
133 kill_test: Crash # (isomain1): handleStaticFunctionGet: function(isomain1) | 143 kill_test: Crash # (isomain1): handleStaticFunctionGet: function(isomain1) |
134 mandel_isolate_test: Crash # (main): handleStaticFunctionGet: function(main) | 144 mandel_isolate_test: Crash # (main): handleStaticFunctionGet: function(main) |
(...skipping 22 matching lines...) Expand all Loading... |
157 simple_message_test/none: Crash # (entry): handleStaticFunctionGet: function(ent
ry) | 167 simple_message_test/none: Crash # (entry): handleStaticFunctionGet: function(ent
ry) |
158 spawn_function_custom_class_test: Crash # (main): handleStaticFunctionGet: funct
ion(main) | 168 spawn_function_custom_class_test: Crash # (main): handleStaticFunctionGet: funct
ion(main) |
159 spawn_function_test: Crash # (main): handleStaticFunctionGet: function(main) | 169 spawn_function_test: Crash # (main): handleStaticFunctionGet: function(main) |
160 spawn_uri_missing_from_isolate_test: Crash # (isolate): handleStaticFunctionGet:
function(isolate) | 170 spawn_uri_missing_from_isolate_test: Crash # (isolate): handleStaticFunctionGet:
function(isolate) |
161 spawn_uri_missing_test: Crash # (doTest): handleStaticFunctionGet: function(doTe
st) | 171 spawn_uri_missing_test: Crash # (doTest): handleStaticFunctionGet: function(doTe
st) |
162 spawn_uri_multi_test/01: Crash # unsupported element kind: _defaultEnvironment:f
ield | 172 spawn_uri_multi_test/01: Crash # unsupported element kind: _defaultEnvironment:f
ield |
163 spawn_uri_multi_test/none: Crash # unsupported element kind: _defaultEnvironment
:field | 173 spawn_uri_multi_test/none: Crash # unsupported element kind: _defaultEnvironment
:field |
164 stacktrace_message_test: Crash # (main): handleStaticFunctionGet: function(main) | 174 stacktrace_message_test: Crash # (main): handleStaticFunctionGet: function(main) |
165 start_paused_test: Crash # (notyet): handleStaticFunctionGet: function(notyet) | 175 start_paused_test: Crash # (notyet): handleStaticFunctionGet: function(notyet) |
166 static_function_test: Crash # (main): handleStaticFunctionGet: function(main) | 176 static_function_test: Crash # (main): handleStaticFunctionGet: function(main) |
| 177 string_from_environment_default_value_test: Crash # (test): handleStaticFunction
Get: function(test) |
| 178 timer_isolate_test: Crash # cannot compile methods that need interceptor calling
convention. |
| 179 typed_message_test: Crash # (logMessages): handleStaticFunctionGet: function(log
Messages) |
167 unresolved_ports_test: Crash # (main): handleStaticFunctionGet: function(main) | 180 unresolved_ports_test: Crash # (main): handleStaticFunctionGet: function(main) |
| 181 |
OLD | NEW |