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

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: 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 ] 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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 191
192 [ $compiler == dart2dart && $builder_tag == new_backend ] 192 [ $compiler == dart2dart && $builder_tag == new_backend ]
193 async_await_syntax_test/a03a: CompileTimeError # Issue 21404 193 async_await_syntax_test/a03a: CompileTimeError # Issue 21404
194 async_await_syntax_test/a03b: CompileTimeError # Issue 21404 194 async_await_syntax_test/a03b: CompileTimeError # Issue 21404
195 async_await_syntax_test/a11d: CompileTimeError # Issue 21404 195 async_await_syntax_test/a11d: CompileTimeError # Issue 21404
196 async_await_syntax_test/b03a: CompileTimeError # Issue 21404 196 async_await_syntax_test/b03a: CompileTimeError # Issue 21404
197 async_await_syntax_test/b11d: CompileTimeError # Issue 21404 197 async_await_syntax_test/b11d: CompileTimeError # Issue 21404
198 sync_generator3_test/test2: RuntimeError # Issue 21404 198 sync_generator3_test/test2: RuntimeError # Issue 21404
199 async_await_syntax_test/c03a: CompileTimeError # Issue 21404 199 async_await_syntax_test/c03a: CompileTimeError # Issue 21404
200 async_await_syntax_test/d03a: CompileTimeError # Issue 21404 200 async_await_syntax_test/d03a: CompileTimeError # Issue 21404
201 regress_13494_test: Pass # Issue 22370, passes for the wrong reason
201 202
202 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == true ] 203 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == true ]
203 # This test fails in minified, because the type-argument is 204 # This test fails in minified, because the type-argument is
204 # renamed, but the symbol naming it it is not. 205 # renamed, but the symbol naming it it is not.
205 type_variable_conflict2_test/01: RuntimeError # Issue 16180 206 type_variable_conflict2_test/01: RuntimeError # Issue 16180
206 207
207 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ] 208 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ]
208 # This test happens not to fail in minified, because the type-argument is 209 # This test happens not to fail in minified, because the type-argument is
209 # renamed, but the unresolved reference to it is not. 210 # renamed, but the unresolved reference to it is not.
210 type_variable_conflict2_test/04: Fail # Issue 19725 211 type_variable_conflict2_test/04: Fail # Issue 19725
211 212
212 [ $compiler == dart2dart && $minified && $builder_tag != new_backend ] 213 [ $compiler == dart2dart && $minified && $builder_tag != new_backend ]
213 type_variable_conflict2_test/01: RuntimeError # Issue 16180 214 type_variable_conflict2_test/01: RuntimeError # Issue 16180
214 sync_generator3_test/test2: Fail 215 sync_generator3_test/test2: Fail
215 216
216 [ $compiler == dart2dart ] 217 [ $compiler == dart2dart ]
217 asyncstar_concat_test: CompileTimeError # Issue 21404 218 asyncstar_concat_test: CompileTimeError # Issue 21404
218 asyncstar_yield_test: CompileTimeError # Issue 21404 219 asyncstar_yield_test: CompileTimeError # Issue 21404
219 asyncstar_yieldstar_test: CompileTimeError # Issue 21404 220 asyncstar_yieldstar_test: CompileTimeError # Issue 21404
220 221
221 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 222 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
222 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 223 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
223 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 224 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
224 sync_generator2_test/20: MissingCompileTimeError # Issue 22324 225 sync_generator2_test/20: MissingCompileTimeError # Issue 22324
225 sync_generator2_test/30: MissingCompileTimeError # Issue 22324 226 sync_generator2_test/30: MissingCompileTimeError # Issue 22324
226 sync_generator2_test/51: MissingCompileTimeError # Issue 22324 227 sync_generator2_test/51: MissingCompileTimeError # Issue 22324
227 sync_generator2_test/52: MissingCompileTimeError # Issue 22324 228 sync_generator2_test/52: MissingCompileTimeError # Issue 22324
228 await_for_cancel_test: RuntimeError # Issue 21404 229 await_for_cancel_test: RuntimeError # Issue 21404
229 230
230 231 regress_13494_test: Fail # Issue 22370
231 regress_13494_test: Fail # Issue 13494
232 232
233 enum_duplicate_test/01: CompileTimeError # Issue 22169 233 enum_duplicate_test/01: CompileTimeError # Issue 22169
234 234
235 built_in_identifier_prefix_test: Fail # Issue 6972 235 built_in_identifier_prefix_test: Fail # Issue 6972
236 constructor_initializer_test/none: Fail # Issue 12633 236 constructor_initializer_test/none: Fail # Issue 12633
237 237
238 # Mixins fail on the VM. 238 # Mixins fail on the VM.
239 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 239 mixin_with_two_implicit_constructors_test: Fail # Issue 11889
240 240
241 # Calling unresolved class constructor: 241 # Calling unresolved class constructor:
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 291 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
292 super_call4_test: Fail, OK # hardcoded names. 292 super_call4_test: Fail, OK # hardcoded names.
293 293
294 [ $minified ] 294 [ $minified ]
295 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 295 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
296 regress_21795_test: RuntimeError # Issue 12605 296 regress_21795_test: RuntimeError # Issue 12605
297 297
298 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 298 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
299 *deferred*: Skip # Issue 17458 299 *deferred*: Skip # Issue 17458
300 cha_deopt*: Skip # Issue 17458 300 cha_deopt*: Skip # Issue 17458
OLDNEW
« pkg/compiler/lib/src/tree_ir/tree_ir_tracer.dart ('K') | « pkg/compiler/lib/src/use_unused_api.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698