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

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

Issue 914303006: Fix yield statements in catch blocks (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 10 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
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 && $checked ] 5 [ $compiler == dart2js && $checked ]
6 await_future_test: RuntimeError # Issue 22332 6 await_future_test: RuntimeError # Issue 22332
7 async_test/none: RuntimeError # Issue 22332 7 async_test/none: RuntimeError # Issue 22332
8 8
9 [ $compiler == dart2js ] 9 [ $compiler == dart2js ]
10 syncstar_yield_test/copyParameters: RuntimeError # Issue 22322 10 syncstar_yield_test/copyParameters: RuntimeError # Issue 22322
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 # renamed, but the symbol naming it it is not. 212 # renamed, but the symbol naming it it is not.
213 type_variable_conflict2_test/01: RuntimeError # Issue 16180 213 type_variable_conflict2_test/01: RuntimeError # Issue 16180
214 214
215 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ] 215 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ]
216 # This test happens not to fail in minified, because the type-argument is 216 # This test happens not to fail in minified, because the type-argument is
217 # renamed, but the unresolved reference to it is not. 217 # renamed, but the unresolved reference to it is not.
218 type_variable_conflict2_test/04: Fail # Issue 19725 218 type_variable_conflict2_test/04: Fail # Issue 19725
219 219
220 [ $compiler == dart2dart && $minified && $builder_tag != new_backend ] 220 [ $compiler == dart2dart && $minified && $builder_tag != new_backend ]
221 type_variable_conflict2_test/01: RuntimeError # Issue 16180 221 type_variable_conflict2_test/01: RuntimeError # Issue 16180
222 sync_generator3_test/test1: Fail
223 sync_generator3_test/test2: Fail
222 224
223 [ $compiler == dart2dart ] 225 [ $compiler == dart2dart ]
224 asyncstar_concat_test: CompileTimeError # Issue 21404 226 asyncstar_concat_test: CompileTimeError # Issue 21404
225 asyncstar_yield_test: CompileTimeError # Issue 21404 227 asyncstar_yield_test: CompileTimeError # Issue 21404
226 asyncstar_yieldstar_test: CompileTimeError # Issue 21404 228 asyncstar_yieldstar_test: CompileTimeError # Issue 21404
227 229
228 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 230 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
229 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 231 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
230 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 232 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
231 sync_generator2_test/20: MissingCompileTimeError # Issue 22324 233 sync_generator2_test/20: MissingCompileTimeError # Issue 22324
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 300 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
299 super_call4_test: Fail, OK # hardcoded names. 301 super_call4_test: Fail, OK # hardcoded names.
300 302
301 [ $minified ] 303 [ $minified ]
302 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 304 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
303 regress_21795_test: RuntimeError # Issue 12605 305 regress_21795_test: RuntimeError # Issue 12605
304 306
305 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 307 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
306 *deferred*: Skip # Issue 17458 308 *deferred*: Skip # Issue 17458
307 cha_deopt*: Skip # Issue 17458 309 cha_deopt*: Skip # Issue 17458
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698