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

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

Issue 923013002: dart2dart: Implementation of simple try/catch. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixed break/continue, incorporated comments. 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
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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
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: CompileTimeError # 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 203
203 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == true ] 204 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == true ]
204 # This test fails in minified, because the type-argument is 205 # This test fails in minified, because the type-argument is
205 # renamed, but the symbol naming it it is not. 206 # renamed, but the symbol naming it it is not.
206 type_variable_conflict2_test/01: RuntimeError # Issue 16180 207 type_variable_conflict2_test/01: RuntimeError # Issue 16180
207 208
208 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ] 209 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ]
209 # 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
210 # renamed, but the unresolved reference to it is not. 211 # renamed, but the unresolved reference to it is not.
211 type_variable_conflict2_test/04: Fail # Issue 19725 212 type_variable_conflict2_test/04: Fail # Issue 19725
212 213
213 [ $compiler == dart2dart && $minified && $builder_tag != new_backend ] 214 [ $compiler == dart2dart && $minified && $builder_tag != new_backend ]
214 type_variable_conflict2_test/01: RuntimeError # Issue 16180 215 type_variable_conflict2_test/01: RuntimeError # Issue 16180
215 sync_generator3_test/test2: Fail 216 sync_generator3_test/test2: Fail
216 217
217 [ $compiler == dart2dart ] 218 [ $compiler == dart2dart ]
218 asyncstar_concat_test: CompileTimeError # Issue 21404 219 asyncstar_concat_test: CompileTimeError # Issue 21404
219 asyncstar_yield_test: CompileTimeError # Issue 21404 220 asyncstar_yield_test: CompileTimeError # Issue 21404
220 asyncstar_yieldstar_test: CompileTimeError # Issue 21404 221 asyncstar_yieldstar_test: CompileTimeError # Issue 21404
221 222
222 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 223 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
223 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 224 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
224 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 225 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
225 sync_generator2_test/20: MissingCompileTimeError # Issue 22324 226 sync_generator2_test/20: MissingCompileTimeError # Issue 22324
226 sync_generator2_test/30: MissingCompileTimeError # Issue 22324 227 sync_generator2_test/30: MissingCompileTimeError # Issue 22324
227 sync_generator2_test/51: MissingCompileTimeError # Issue 22324 228 sync_generator2_test/51: MissingCompileTimeError # Issue 22324
228 sync_generator2_test/52: MissingCompileTimeError # Issue 22324 229 sync_generator2_test/52: MissingCompileTimeError # Issue 22324
229 await_for_cancel_test: RuntimeError # Issue 21404 230 await_for_cancel_test: RuntimeError # Issue 21404
230 231
231 232 regress_13494_test: Fail # Issue 22370
232 regress_13494_test: Fail # Issue 13494
233 233
234 enum_duplicate_test/01: CompileTimeError # Issue 22169 234 enum_duplicate_test/01: CompileTimeError # Issue 22169
235 235
236 built_in_identifier_prefix_test: Fail # Issue 6972 236 built_in_identifier_prefix_test: Fail # Issue 6972
237 constructor_initializer_test/none: Fail # Issue 12633 237 constructor_initializer_test/none: Fail # Issue 12633
238 238
239 # Mixins fail on the VM. 239 # Mixins fail on the VM.
240 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 240 mixin_with_two_implicit_constructors_test: Fail # Issue 11889
241 241
242 # Calling unresolved class constructor: 242 # Calling unresolved class constructor:
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 292 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
293 super_call4_test: Fail, OK # hardcoded names. 293 super_call4_test: Fail, OK # hardcoded names.
294 294
295 [ $minified ] 295 [ $minified ]
296 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 296 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
297 regress_21795_test: RuntimeError # Issue 12605 297 regress_21795_test: RuntimeError # Issue 12605
298 298
299 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 299 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
300 *deferred*: Skip # Issue 17458 300 *deferred*: Skip # Issue 17458
301 cha_deopt*: Skip # Issue 17458 301 cha_deopt*: Skip # Issue 17458
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698