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

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

Powered by Google App Engine
This is Rietveld 408576698