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

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

Issue 1089113003: Establish test expectations for dart2js running with the CPS based backend. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 handle_error_test: Fail, OK # 13921 Dom isolates don't support spawnFunction 114 handle_error_test: Fail, OK # 13921 Dom isolates don't support spawnFunction
115 handle_error2_test: Fail, OK # 13921 Dom isolates don't support spawnFunction 115 handle_error2_test: Fail, OK # 13921 Dom isolates don't support spawnFunction
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
125 [ $compiler == dart2js && $cps_ir ]
126 capability_test: Crash # (throw _buildException('asyncEnd() was called before as yncStart().')): Unhandled node
127 compile_time_error_test/01: Crash # (throw _buildException('asyncEnd() was calle d before asyncStart().')): Unhandled node
128 compile_time_error_test/none: Crash # (throw _buildException('asyncEnd() was cal led before asyncStart().')): Unhandled node
129 count_test: Crash # cannot compile methods that need interceptor calling convent ion.
130 cross_isolate_message_test: Crash # cannot compile methods that need interceptor calling convention.
131 function_send_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
132 handle_error2_test: Crash # Unhandled node
133 handle_error3_test: Crash # Unhandled node
134 handle_error_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene rator
135 illegal_msg_function_test: Crash # cannot compile methods that need interceptor calling convention.
136 illegal_msg_mirror_test: Crash # cannot compile methods that need interceptor ca lling convention.
137 isolate_complex_messages_test: Crash # cannot compile methods that need intercep tor calling convention.
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.
140 isolate_stress_test: Crash # (throw new Exception('Unexpected reply from worker: ${reply}')): Unhandled node
141 issue_22778_test: Crash # (throw new ExpectException(message)): Unhandled node
142 kill2_test: Crash # (throw _buildException('asyncEnd() was called before asyncSt art().')): Unhandled node
143 kill_self_test: Crash # (throw _buildException('asyncEnd() was called before asy ncStart().')): Unhandled node
144 kill_test: Crash # (throw _buildException('asyncEnd() was called before asyncSta rt().')): Unhandled node
145 mandel_isolate_test: Crash # cannot compile methods that need interceptor callin g convention.
146 message2_test: Crash # cannot compile methods that need interceptor calling conv ention.
147 message3_test/byteBuffer: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
148 message3_test/constInstance: Crash # (throw _buildException('asyncEnd() was call ed before asyncStart().')): Unhandled node
149 message3_test/constList: Crash # (throw _buildException('asyncEnd() was called b efore asyncStart().')): Unhandled node
150 message3_test/constList_identical: Crash # (throw _buildException('asyncEnd() wa s called before asyncStart().')): Unhandled node
151 message3_test/constMap: Crash # (throw _buildException('asyncEnd() was called be fore asyncStart().')): Unhandled node
152 message3_test/fun: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
153 message3_test/int32x4: Crash # (throw _buildException('asyncEnd() was called bef ore asyncStart().')): Unhandled node
154 message3_test/none: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
155 message_enum_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene rator
156 message_test: Crash # cannot compile methods that need interceptor calling conve ntion.
157 mint_maker_test: Crash # cannot compile methods that need interceptor calling co nvention.
158 nested_spawn2_test: Crash # cannot compile methods that need interceptor calling convention.
159 nested_spawn_test: Crash # cannot compile methods that need interceptor calling convention.
160 object_leak_test: Crash # (throw _buildException('asyncEnd() was called before a syncStart().')): Unhandled node
161 ondone_test: Crash # (throw "WRONG REPLY"): Unhandled node
162 pause_test: Crash # (throw "WRONG ANSWER!"): Unhandled node
163 ping_pause_test: Crash # (throw new ExpectException(message)): Unhandled node
164 ping_test: Crash # (throw _buildException('asyncEnd() was called before asyncSta rt().')): Unhandled node
165 port_test: Crash # (throw new ExpectException(message)): Unhandled node
166 raw_port_test: Crash # cannot compile methods that need interceptor calling conv ention.
167 request_reply_test: Crash # cannot compile methods that need interceptor calling convention.
168 simple_message_test/01: Crash # (throw _buildException('asyncEnd() was called be fore asyncStart().')): Unhandled node
169 simple_message_test/none: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
170 spawn_function_custom_class_test: Crash # cannot compile methods that need inter ceptor calling convention.
171 spawn_function_test: Crash # cannot compile methods that need interceptor callin g convention.
172 spawn_uri_missing_from_isolate_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
173 spawn_uri_missing_test: Crash # (throw _buildException('asyncEnd() was called be fore asyncStart().')): Unhandled node
174 spawn_uri_multi_test/01: Crash # cannot compile methods that need interceptor ca lling convention.
175 spawn_uri_multi_test/none: Crash # cannot compile methods that need interceptor calling convention.
176 stacktrace_message_test: Crash # cannot compile methods that need interceptor ca lling convention.
177 start_paused_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
178 static_function_test: Crash # cannot compile methods that need interceptor calli ng convention.
179 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