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

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

Issue 10913133: Allow closures inside lazy initializers. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 8 years, 2 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 | « lib/compiler/implementation/ssa/codegen.dart ('k') | tests/language/lazy_static2_test.dart » ('j') | 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 || $compiler == dart2dart ] 5 [ $compiler == dart2js || $compiler == dart2dart ]
6 # VM specific tests that should not be run by dart2js. 6 # VM specific tests that should not be run by dart2js.
7 *vm_test: Skip 7 *vm_test: Skip
8 *vm_negative_test: Skip 8 *vm_negative_test: Skip
9 9
10 [ $compiler == dart2js && $checked ] 10 [ $compiler == dart2js && $checked ]
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 146 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
147 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 147 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
148 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 148 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
149 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 149 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
150 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 150 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
151 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 151 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
152 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 152 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
153 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 153 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
154 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 154 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
155 implicit_scope_test: Fail # duplicate definition of a="bar" 155 implicit_scope_test: Fail # duplicate definition of a="bar"
156 lazy_static2_test: Fail # Issue 3559: No support for closures in lazy initializ ers.
157 library_prefixes_test: Fail # other is not a type 156 library_prefixes_test: Fail # other is not a type
158 local_function_test: Fail # TypeError: Object #<Closure> has no method '$call$2' (bad exception mapping). 157 local_function_test: Fail # TypeError: Object #<Closure> has no method '$call$2' (bad exception mapping).
159 many_generic_instanceof_test: Fail # cannot resolve type T 158 many_generic_instanceof_test: Fail # cannot resolve type T
160 method_binding_test: Fail # internal error: super property read not implemented. 159 method_binding_test: Fail # internal error: super property read not implemented.
161 method_override_test: Fail # cannot resolve type GetKeysFunctionType 160 method_override_test: Fail # cannot resolve type GetKeysFunctionType
162 method_override2_test/00: Fail # accepts illegal override 161 method_override2_test/00: Fail # accepts illegal override
163 method_override2_test/01: Fail # accepts illegal override 162 method_override2_test/01: Fail # accepts illegal override
164 method_override2_test/02: Fail # accepts illegal override 163 method_override2_test/02: Fail # accepts illegal override
165 method_override2_test/03: Fail # accepts illegal override 164 method_override2_test/03: Fail # accepts illegal override
166 implicit_this_test/02: Fail # instantiation of abstract class 165 implicit_this_test/02: Fail # instantiation of abstract class
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' 353 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
355 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' 354 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
356 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' 355 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
357 356
358 [ $compiler == dart2js && $runtime == ff && $system == windows ] 357 [ $compiler == dart2js && $runtime == ff && $system == windows ]
359 prefix_new_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows. 358 prefix_new_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows.
360 typed_message_test: Fail # http://dartbug.com/5383 359 typed_message_test: Fail # http://dartbug.com/5383
361 first_class_types_test: Fail # http://dartbug.com/5523 360 first_class_types_test: Fail # http://dartbug.com/5523
362 part2_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows. 361 part2_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows.
363 part_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows. 362 part_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows.
OLDNEW
« no previous file with comments | « lib/compiler/implementation/ssa/codegen.dart ('k') | tests/language/lazy_static2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698