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

Side by Side Diff: tests/language/language_dart2js.status

Issue 944893005: Implement async* functions in VM (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 9 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
« runtime/vm/object.h ('K') | « tests/language/language.status ('k') | no next file » | 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 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 syncstar_yield_test/copyParameters: RuntimeError # Issue 22322 6 syncstar_yield_test/copyParameters: RuntimeError # Issue 22322
7 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 7 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
8 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 8 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
9 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 9 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
10 sync_generator2_test/20: MissingCompileTimeError # Issue 22324 10 sync_generator2_test/20: MissingCompileTimeError # Issue 22324
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 call_through_null_getter_test: Fail 183 call_through_null_getter_test: Fail
184 closure3_test: Fail 184 closure3_test: Fail
185 execute_finally3_test: Fail 185 execute_finally3_test: Fail
186 method_invocation_test: Fail 186 method_invocation_test: Fail
187 stack_overflow_test: Fail 187 stack_overflow_test: Fail
188 stack_overflow_stacktrace_test: Fail 188 stack_overflow_stacktrace_test: Fail
189 closure_call_wrong_argument_count_negative_test: Skip 189 closure_call_wrong_argument_count_negative_test: Skip
190 label_test: Skip 190 label_test: Skip
191 191
192 [ $compiler == dart2dart && $builder_tag == new_backend ] 192 [ $compiler == dart2dart && $builder_tag == new_backend ]
193 asyncstar_throw_in_catch_test: CompileTimeError # Issue 21404 193 asyncstar_throw_in_catch_test: Fail, Timeout # Issue 21404
194 async_await_syntax_test/a03a: CompileTimeError # Issue 21404 194 async_await_syntax_test/a03a: CompileTimeError # Issue 21404
195 async_await_syntax_test/a03b: CompileTimeError # Issue 21404 195 async_await_syntax_test/a03b: CompileTimeError # Issue 21404
196 async_await_syntax_test/a11d: CompileTimeError # Issue 21404 196 async_await_syntax_test/a11d: CompileTimeError # Issue 21404
197 async_await_syntax_test/b03a: CompileTimeError # Issue 21404 197 async_await_syntax_test/b03a: CompileTimeError # Issue 21404
198 async_await_syntax_test/b11d: CompileTimeError # Issue 21404 198 async_await_syntax_test/b11d: CompileTimeError # Issue 21404
199 sync_generator3_test/test2: RuntimeError # Issue 21404 199 sync_generator3_test/test2: RuntimeError # Issue 21404
200 async_await_syntax_test/c03a: CompileTimeError # Issue 21404 200 async_await_syntax_test/c03a: CompileTimeError # Issue 21404
201 async_await_syntax_test/d03a: CompileTimeError # Issue 21404 201 async_await_syntax_test/d03a: CompileTimeError # Issue 21404
202 regress_13494_test: Pass # Issue 22370, passes for the wrong reason 202 regress_13494_test: Pass # Issue 22370, passes for the wrong reason
203 203
204 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == true ] 204 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == true ]
205 # This test fails in minified, because the type-argument is 205 # This test fails in minified, because the type-argument is
206 # renamed, but the symbol naming it it is not. 206 # renamed, but the symbol naming it it is not.
207 type_variable_conflict2_test/01: RuntimeError # Issue 16180 207 type_variable_conflict2_test/01: RuntimeError # Issue 16180
208 208
209 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ] 209 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ]
210 # This test happens not to fail in minified, because the type-argument is 210 # This test happens not to fail in minified, because the type-argument is
211 # renamed, but the unresolved reference to it is not. 211 # renamed, but the unresolved reference to it is not.
212 type_variable_conflict2_test/04: Fail # Issue 19725 212 type_variable_conflict2_test/04: Fail # Issue 19725
213 213
214 [ $compiler == dart2dart && $minified && $builder_tag != new_backend ] 214 [ $compiler == dart2dart && $minified && $builder_tag != new_backend ]
215 type_variable_conflict2_test/01: RuntimeError # Issue 16180 215 type_variable_conflict2_test/01: RuntimeError # Issue 16180
216 sync_generator3_test/test2: Fail 216 sync_generator3_test/test2: Fail
217 217
218 [ $compiler == dart2dart ] 218 [ $compiler == dart2dart ]
219 asyncstar_concat_test: CompileTimeError # Issue 21404
220 asyncstar_yield_test: CompileTimeError # Issue 21404
221 asyncstar_yieldstar_test: CompileTimeError # Issue 21404
222
223 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 219 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
224 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 220 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
225 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 221 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
226 sync_generator2_test/20: MissingCompileTimeError # Issue 22324 222 sync_generator2_test/20: MissingCompileTimeError # Issue 22324
227 sync_generator2_test/30: MissingCompileTimeError # Issue 22324 223 sync_generator2_test/30: MissingCompileTimeError # Issue 22324
228 sync_generator2_test/51: MissingCompileTimeError # Issue 22324 224 sync_generator2_test/51: MissingCompileTimeError # Issue 22324
229 sync_generator2_test/52: MissingCompileTimeError # Issue 22324 225 sync_generator2_test/52: MissingCompileTimeError # Issue 22324
230 await_for_cancel_test: RuntimeError # Issue 21404 226 await_for_cancel_test: RuntimeError # Issue 21404
231 227
232 regress_13494_test: Fail # Issue 22370 228 regress_13494_test: Fail # Issue 22370
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 288 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
293 super_call4_test: Fail, OK # hardcoded names. 289 super_call4_test: Fail, OK # hardcoded names.
294 290
295 [ $minified ] 291 [ $minified ]
296 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 292 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
297 regress_21795_test: RuntimeError # Issue 12605 293 regress_21795_test: RuntimeError # Issue 12605
298 294
299 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 295 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
300 *deferred*: Skip # Issue 17458 296 *deferred*: Skip # Issue 17458
301 cha_deopt*: Skip # Issue 17458 297 cha_deopt*: Skip # Issue 17458
OLDNEW
« runtime/vm/object.h ('K') | « tests/language/language.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698