Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: tests/isolate/isolate.status

Issue 1109403002: cps-ir: Support compilation of methods that use interceptor calling convention. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comment. Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tests/html/html.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 handle_error3_test: Fail, OK # 13921 Dom isolates don't support spawnFunction 116 handle_error3_test: Fail, OK # 13921 Dom isolates don't support spawnFunction
117 117
118 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 118 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
119 browser/typed_data_message_test: StaticWarning 119 browser/typed_data_message_test: StaticWarning
120 mint_maker_test: StaticWarning 120 mint_maker_test: StaticWarning
121 121
122 [ $compiler != none || $runtime != vm ] 122 [ $compiler != none || $runtime != vm ]
123 package_root_test: SkipByDesign # Uses dart:io. 123 package_root_test: SkipByDesign # Uses dart:io.
124 124
125 [ $compiler == dart2js && $cps_ir ] 125 [ $compiler == dart2js && $cps_ir ]
126 capability_test: Crash # (throw _buildException('asyncEnd() was called before as yncStart().')): Unhandled node 126 compile_time_error_test/01: Crash # (entry): handleStaticFunctionGet: function(e ntry)
127 compile_time_error_test/01: Crash # handleStaticFunctionGet: function(entry) 127 compile_time_error_test/none: Crash # (entry): handleStaticFunctionGet: function (entry)
128 compile_time_error_test/none: Crash # handleStaticFunctionGet: function(entry) 128 count_test: Crash # (main): handleStaticFunctionGet: function(main)
129 count_test: Crash # cannot compile methods that need interceptor calling convent ion. 129 cross_isolate_message_test: Crash # (main): handleStaticFunctionGet: function(ma in)
130 cross_isolate_message_test: Crash # cannot compile methods that need interceptor calling convention. 130 function_send_test: Crash # (toplevel): handleStaticFunctionGet: function(toplev el)
131 function_send_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node 131 handle_error2_test: Crash # (isomain1): handleStaticFunctionGet: function(isomai n1)
132 handle_error2_test: Crash # Unhandled node 132 handle_error3_test: Crash # (isomain1): handleStaticFunctionGet: function(isomai n1)
133 handle_error3_test: Crash # Unhandled node 133 handle_error_test: Crash # (isomain1): handleStaticFunctionGet: function(isomain 1)
134 handle_error_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene rator 134 illegal_msg_function_test: Crash # (main): handleStaticFunctionGet: function(mai n)
135 illegal_msg_function_test: Crash # cannot compile methods that need interceptor calling convention. 135 illegal_msg_mirror_test: Crash # (main): handleStaticFunctionGet: function(main)
136 illegal_msg_mirror_test: Crash # cannot compile methods that need interceptor ca lling convention. 136 isolate_complex_messages_test: Crash # (main): handleStaticFunctionGet: function (main)
137 isolate_complex_messages_test: Crash # cannot compile methods that need intercep tor calling convention. 137 isolate_current_test: Crash # (i2l): handleStaticFunctionGet: function(i2l)
138 isolate_current_test: Crash # (throw _buildException('asyncEnd() was called befo re asyncStart().')): Unhandled node
139 isolate_import_test/01: Crash # (Isolate): Error expression `Isolate` unhandled. 138 isolate_import_test/01: Crash # (Isolate): Error expression `Isolate` unhandled.
140 isolate_import_test/none: Crash # handleStaticFunctionGet: function(entry) 139 isolate_import_test/none: Crash # (entry): handleStaticFunctionGet: function(ent ry)
141 isolate_stress_test: Crash # handleStaticFunctionGet: function(worker) 140 isolate_stress_test: Crash # (worker): handleStaticFunctionGet: function(worker)
142 issue_22778_test: Crash # (throw new ExpectException(message)): Unhandled node 141 issue_22778_test: Crash # (func): handleStaticFunctionGet: function(func)
143 kill2_test: Crash # (throw _buildException('asyncEnd() was called before asyncSt art().')): Unhandled node 142 kill2_test: Crash # (isomain1): handleStaticFunctionGet: function(isomain1)
144 kill_self_test: Crash # handleStaticFunctionGet: function(isomain1) 143 kill_self_test: Crash # (isomain1): handleStaticFunctionGet: function(isomain1)
145 kill_test: Crash # (throw _buildException('asyncEnd() was called before asyncSta rt().')): Unhandled node 144 kill_test: Crash # (isomain1): handleStaticFunctionGet: function(isomain1)
146 mandel_isolate_test: Crash # cannot compile methods that need interceptor callin g convention. 145 mandel_isolate_test: Crash # (main): handleStaticFunctionGet: function(main)
147 message2_test: Crash # cannot compile methods that need interceptor calling conv ention. 146 message2_test: Crash # (main): handleStaticFunctionGet: function(main)
148 message3_test/byteBuffer: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node 147 message3_test/byteBuffer: Crash # (echoMain): handleStaticFunctionGet: function( echoMain)
149 message3_test/constInstance: Crash # (throw _buildException('asyncEnd() was call ed before asyncStart().')): Unhandled node 148 message3_test/constInstance: Crash # (echoMain): handleStaticFunctionGet: functi on(echoMain)
150 message3_test/constList: Crash # (throw _buildException('asyncEnd() was called b efore asyncStart().')): Unhandled node 149 message3_test/constList: Crash # (echoMain): handleStaticFunctionGet: function(e choMain)
151 message3_test/constList_identical: Crash # (throw _buildException('asyncEnd() wa s called before asyncStart().')): Unhandled node 150 message3_test/constList_identical: Crash # (echoMain): handleStaticFunctionGet: function(echoMain)
152 message3_test/constMap: Crash # (throw _buildException('asyncEnd() was called be fore asyncStart().')): Unhandled node 151 message3_test/constMap: Crash # (echoMain): handleStaticFunctionGet: function(ec hoMain)
153 message3_test/fun: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node 152 message3_test/fun: Crash # (echoMain): handleStaticFunctionGet: function(echoMai n)
154 message3_test/int32x4: Crash # (throw _buildException('asyncEnd() was called bef ore asyncStart().')): Unhandled node 153 message3_test/int32x4: Crash # (echoMain): handleStaticFunctionGet: function(ech oMain)
155 message3_test/none: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node 154 message3_test/none: Crash # (echoMain): handleStaticFunctionGet: function(echoMa in)
156 message_enum_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene rator 155 message_enum_test: Crash # (sendIt): handleStaticFunctionGet: function(sendIt)
157 message_test: Crash # cannot compile methods that need interceptor calling conve ntion. 156 message_test: Crash # (main): handleStaticFunctionGet: function(main)
158 mint_maker_test: Crash # cannot compile methods that need interceptor calling co nvention. 157 mint_maker_test: Crash # (main): handleStaticFunctionGet: function(main)
159 nested_spawn2_test: Crash # cannot compile methods that need interceptor calling convention. 158 nested_spawn2_test: Crash # (main): handleStaticFunctionGet: function(main)
160 nested_spawn_test: Crash # cannot compile methods that need interceptor calling convention. 159 nested_spawn_test: Crash # (main): handleStaticFunctionGet: function(main)
161 object_leak_test: Crash # (throw _buildException('asyncEnd() was called before a syncStart().')): Unhandled node 160 object_leak_test: Crash # (fun): handleStaticFunctionGet: function(fun)
162 ondone_test: Crash # handleStaticFunctionGet: function(isomain) 161 ondone_test: Crash # (isomain): handleStaticFunctionGet: function(isomain)
163 pause_test: Crash # handleStaticFunctionGet: function(isomain1) 162 pause_test: Crash # (isomain1): handleStaticFunctionGet: function(isomain1)
164 ping_pause_test: Crash # (throw new ExpectException(message)): Unhandled node 163 ping_pause_test: Crash # (isomain1): handleStaticFunctionGet: function(isomain1)
165 ping_test: Crash # (throw _buildException('asyncEnd() was called before asyncSta rt().')): Unhandled node 164 ping_test: Crash # (isomain1): handleStaticFunctionGet: function(isomain1)
166 port_test: Crash # (throw new ExpectException(message)): Unhandled node 165 raw_port_test: Crash # (main): handleStaticFunctionGet: function(main)
167 raw_port_test: Crash # cannot compile methods that need interceptor calling conv ention. 166 request_reply_test: Crash # (main): handleStaticFunctionGet: function(main)
168 request_reply_test: Crash # cannot compile methods that need interceptor calling convention. 167 simple_message_test/01: Crash # (entry): handleStaticFunctionGet: function(entry )
169 simple_message_test/01: Crash # (throw _buildException('asyncEnd() was called be fore asyncStart().')): Unhandled node 168 simple_message_test/none: Crash # (entry): handleStaticFunctionGet: function(ent ry)
170 simple_message_test/none: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node 169 spawn_function_custom_class_test: Crash # (main): handleStaticFunctionGet: funct ion(main)
171 spawn_function_custom_class_test: Crash # cannot compile methods that need inter ceptor calling convention. 170 spawn_function_test: Crash # (main): handleStaticFunctionGet: function(main)
172 spawn_function_test: Crash # cannot compile methods that need interceptor callin g convention. 171 spawn_uri_missing_from_isolate_test: Crash # (isolate): handleStaticFunctionGet: function(isolate)
173 spawn_uri_missing_from_isolate_test: Crash # handleStaticFunctionGet: function(i solate) 172 spawn_uri_missing_test: Crash # (doTest): handleStaticFunctionGet: function(doTe st)
174 spawn_uri_missing_test: Crash # handleStaticFunctionGet: function(doTest) 173 spawn_uri_multi_test/01: Crash # unsupported element kind: _defaultEnvironment:f ield
175 spawn_uri_multi_test/01: Crash # cannot compile methods that need interceptor ca lling convention. 174 spawn_uri_multi_test/none: Crash # unsupported element kind: _defaultEnvironment :field
176 spawn_uri_multi_test/none: Crash # cannot compile methods that need interceptor calling convention. 175 stacktrace_message_test: Crash # (main): handleStaticFunctionGet: function(main)
177 stacktrace_message_test: Crash # cannot compile methods that need interceptor ca lling convention. 176 start_paused_test: Crash # (notyet): handleStaticFunctionGet: function(notyet)
178 start_paused_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node 177 static_function_test: Crash # (main): handleStaticFunctionGet: function(main)
179 static_function_test: Crash # cannot compile methods that need interceptor calli ng convention. 178 unresolved_ports_test: Crash # (main): handleStaticFunctionGet: function(main)
180 unresolved_ports_test: Crash # cannot compile methods that need interceptor call ing convention.
OLDNEW
« no previous file with comments | « tests/html/html.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698