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

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
« no previous file with comments | « 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 10
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 call_through_null_getter_test: Fail 176 call_through_null_getter_test: Fail
177 closure3_test: Fail 177 closure3_test: Fail
178 execute_finally3_test: Fail 178 execute_finally3_test: Fail
179 method_invocation_test: Fail 179 method_invocation_test: Fail
180 stack_overflow_test: Fail 180 stack_overflow_test: Fail
181 stack_overflow_stacktrace_test: Fail 181 stack_overflow_stacktrace_test: Fail
182 closure_call_wrong_argument_count_negative_test: Skip 182 closure_call_wrong_argument_count_negative_test: Skip
183 label_test: Skip 183 label_test: Skip
184 184
185 [ $compiler == dart2dart && $builder_tag == new_backend ] 185 [ $compiler == dart2dart && $builder_tag == new_backend ]
186 asyncstar_throw_in_catch_test: CompileTimeError # Issue 21404 186 asyncstar_throw_in_catch_test: RuntimeError # Issue 21404
187 async_await_syntax_test/a03a: CompileTimeError # Issue 21404 187 async_await_syntax_test/a03a: CompileTimeError # Issue 21404
188 async_await_syntax_test/a03b: CompileTimeError # Issue 21404 188 async_await_syntax_test/a03b: CompileTimeError # Issue 21404
189 async_await_syntax_test/a11d: CompileTimeError # Issue 21404 189 async_await_syntax_test/a11d: CompileTimeError # Issue 21404
190 async_await_syntax_test/b03a: CompileTimeError # Issue 21404 190 async_await_syntax_test/b03a: CompileTimeError # Issue 21404
191 async_await_syntax_test/b11d: CompileTimeError # Issue 21404 191 async_await_syntax_test/b11d: CompileTimeError # Issue 21404
192 sync_generator3_test/test2: RuntimeError # Issue 21404 192 sync_generator3_test/test2: RuntimeError # Issue 21404
193 async_await_syntax_test/c03a: CompileTimeError # Issue 21404 193 async_await_syntax_test/c03a: CompileTimeError # Issue 21404
194 async_await_syntax_test/d03a: CompileTimeError # Issue 21404 194 async_await_syntax_test/d03a: CompileTimeError # Issue 21404
195 regress_13494_test: Pass # Issue 22370, passes for the wrong reason 195 regress_13494_test: Pass # Issue 22370, passes for the wrong reason
196 196
197 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == true ] 197 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == true ]
198 # This test fails in minified, because the type-argument is 198 # This test fails in minified, because the type-argument is
199 # renamed, but the symbol naming it it is not. 199 # renamed, but the symbol naming it it is not.
200 type_variable_conflict2_test/01: RuntimeError # Issue 16180 200 type_variable_conflict2_test/01: RuntimeError # Issue 16180
201 201
202 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ] 202 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ]
203 # This test happens not to fail in minified, because the type-argument is 203 # This test happens not to fail in minified, because the type-argument is
204 # renamed, but the unresolved reference to it is not. 204 # renamed, but the unresolved reference to it is not.
205 type_variable_conflict2_test/04: Fail # Issue 19725 205 type_variable_conflict2_test/04: Fail # Issue 19725
206 206
207 [ $compiler == dart2dart && $minified && $builder_tag != new_backend ] 207 [ $compiler == dart2dart && $minified && $builder_tag != new_backend ]
208 type_variable_conflict2_test/01: RuntimeError # Issue 16180 208 type_variable_conflict2_test/01: RuntimeError # Issue 16180
209 sync_generator3_test/test2: Fail 209 sync_generator3_test/test2: Fail
210 210
211 [ $compiler == dart2dart ] 211 [ $compiler == dart2dart ]
212 asyncstar_concat_test: CompileTimeError # Issue 21404
213 asyncstar_yield_test: CompileTimeError # Issue 21404
214 asyncstar_yieldstar_test: CompileTimeError # Issue 21404
215
216 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 212 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
217 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 213 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
218 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 214 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
219 await_for_cancel_test: RuntimeError # Issue 21404 215 await_for_cancel_test: RuntimeError # Issue 21404
220 216
221 regress_13494_test: Fail # Issue 22370 217 regress_13494_test: Fail # Issue 22370
222 218
223 enum_duplicate_test/01: CompileTimeError # Issue 22169 219 enum_duplicate_test/01: CompileTimeError # Issue 22169
224 220
225 built_in_identifier_prefix_test: Fail # Issue 6972 221 built_in_identifier_prefix_test: Fail # Issue 6972
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 277 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
282 super_call4_test: Fail, OK # hardcoded names. 278 super_call4_test: Fail, OK # hardcoded names.
283 279
284 [ $minified ] 280 [ $minified ]
285 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 281 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
286 regress_21795_test: RuntimeError # Issue 12605 282 regress_21795_test: RuntimeError # Issue 12605
287 283
288 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 284 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
289 *deferred*: Skip # Issue 17458 285 *deferred*: Skip # Issue 17458
290 cha_deopt*: Skip # Issue 17458 286 cha_deopt*: Skip # Issue 17458
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698