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

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

Issue 10855174: Lazy implementation of final variables. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase wrt CL 10832351. Created 8 years, 4 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 || $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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 function_type_alias_test: Fail # cannot resolve type Fun 76 function_type_alias_test: Fail # cannot resolve type Fun
77 function_type_parameter2_test: Fail # Internal Error: expected optional paramete rs 77 function_type_parameter2_test: Fail # Internal Error: expected optional paramete rs
78 function_type_parameter_test: Fail # Internal Error: expected optional parameter s 78 function_type_parameter_test: Fail # Internal Error: expected optional parameter s
79 generic_instanceof_test: Fail # cannot resolve type T 79 generic_instanceof_test: Fail # cannot resolve type T
80 generic_instanceof2_test: Fail # fails an instance of test at run time 80 generic_instanceof2_test: Fail # fails an instance of test at run time
81 generic_instanceof3_test: Fail # cannot handle generics. 81 generic_instanceof3_test: Fail # cannot handle generics.
82 generic_test: Fail # cannot resolve type T 82 generic_test: Fail # cannot resolve type T
83 get_set_syntax_test/none: Fail # Parsing of pseudo keywords. 83 get_set_syntax_test/none: Fail # Parsing of pseudo keywords.
84 getter_no_setter_test/01: Crash # Internal error: NullPointerException : method: 'get:enclosingElement' 84 getter_no_setter_test/01: Crash # Internal error: NullPointerException : method: 'get:enclosingElement'
85 implicit_scope_test: Fail # duplicate definition of a="bar" 85 implicit_scope_test: Fail # duplicate definition of a="bar"
86 lazy_final2_test: Fail # Issue 3559 No support for closures in lazy initializer s.
kasperl 2012/08/17 09:30:04 Add : after issue no.?
floitsch 2012/09/04 17:32:21 Done.
86 library_prefixes_test: Fail # other is not a type 87 library_prefixes_test: Fail # other is not a type
87 local_function_test: Fail # TypeError: Object #<Closure> has no method '$call$2' (bad exception mapping). 88 local_function_test: Fail # TypeError: Object #<Closure> has no method '$call$2' (bad exception mapping).
88 many_generic_instanceof_test: Fail # cannot resolve type T 89 many_generic_instanceof_test: Fail # cannot resolve type T
89 method_binding_test: Fail # internal error: super property read not implemented. 90 method_binding_test: Fail # internal error: super property read not implemented.
90 method_name_test: Fail # Parsing of pseudo keywords. 91 method_name_test: Fail # Parsing of pseudo keywords.
91 method_override_test: Fail # cannot resolve type GetKeysFunctionType 92 method_override_test: Fail # cannot resolve type GetKeysFunctionType
92 method_override2_test/00: Fail # accepts illegal override 93 method_override2_test/00: Fail # accepts illegal override
93 method_override2_test/01: Fail # accepts illegal override 94 method_override2_test/01: Fail # accepts illegal override
94 method_override2_test/02: Fail # accepts illegal override 95 method_override2_test/02: Fail # accepts illegal override
95 method_override2_test/03: Fail # accepts illegal override 96 method_override2_test/03: Fail # accepts illegal override
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 assign_top_method_negative_test: Fail # Negative language test. 154 assign_top_method_negative_test: Fail # Negative language test.
154 class_extends_negative_test: Fail # Negative language test. 155 class_extends_negative_test: Fail # Negative language test.
155 const_constructor_syntax_test/01: Fail # Negative language test. 156 const_constructor_syntax_test/01: Fail # Negative language test.
156 const_constructor_syntax_test/02: Fail # Negative language test. 157 const_constructor_syntax_test/02: Fail # Negative language test.
157 const_constructor_syntax_test/03: Fail # Negative language test. 158 const_constructor_syntax_test/03: Fail # Negative language test.
158 const_constructor_syntax_test/04: Fail # Negative language test. 159 const_constructor_syntax_test/04: Fail # Negative language test.
159 const_factory_negative_test: Fail # Negative language test. 160 const_factory_negative_test: Fail # Negative language test.
160 const_field_negative_test: Fail # Negative language test. 161 const_field_negative_test: Fail # Negative language test.
161 const_init4_negative_test: Fail # Negative language test. 162 const_init4_negative_test: Fail # Negative language test.
162 const_init_negative_test: Fail # Negative language test. 163 const_init_negative_test: Fail # Negative language test.
163 const_syntax_test/01: Fail # Negative language test.
164 const_syntax_test/02: Fail # Negative language test.
165 const_syntax_test/03: Fail # Negative language test.
166 constructor2_negative_test: Fail # Negative language test. 164 constructor2_negative_test: Fail # Negative language test.
167 constructor_duplicate_initializers_test/02: Fail # Negative language test. 165 constructor_duplicate_initializers_test/02: Fail # Negative language test.
168 constructor_negative_test: Pass # For the wrong reason. 166 constructor_negative_test: Pass # For the wrong reason.
169 constructor_return_negative_test: Fail # Negative language test. 167 constructor_return_negative_test: Fail # Negative language test.
170 constructor_return_with_arrow_negative_test: Fail # Negative language test. 168 constructor_return_with_arrow_negative_test: Fail # Negative language test.
171 constructor_return_with_init_and_arrow_negative_test: Fail # Negative language t est. 169 constructor_return_with_init_and_arrow_negative_test: Fail # Negative language t est.
172 constructor_return_with_init_negative_test: Fail # Negative language test. 170 constructor_return_with_init_negative_test: Fail # Negative language test.
173 duplicate_implements_test/01: Fail # Negative language test. 171 duplicate_implements_test/01: Fail # Negative language test.
174 duplicate_implements_test/02: Fail # Negative language test. 172 duplicate_implements_test/02: Fail # Negative language test.
175 duplicate_implements_test/03: Fail # Negative language test. 173 duplicate_implements_test/03: Fail # Negative language test.
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 static_top_level_test/05: Fail # Negative language test. 232 static_top_level_test/05: Fail # Negative language test.
235 string_interpolation7_negative_test: Fail # Negative language test. 233 string_interpolation7_negative_test: Fail # Negative language test.
236 throw7_negative_test: Fail # Negative language test. 234 throw7_negative_test: Fail # Negative language test.
237 try_catch_syntax_test/08: Fail # Negative language test. 235 try_catch_syntax_test/08: Fail # Negative language test.
238 236
239 disable_privacy_test: Fail, OK # VM specific test. 237 disable_privacy_test: Fail, OK # VM specific test.
240 numbers_test: Fail, OK # (unintended?) VM specific test. 238 numbers_test: Fail, OK # (unintended?) VM specific test.
241 239
242 final_syntax_test/01: Fail 240 final_syntax_test/01: Fail
243 final_syntax_test/02: Fail 241 final_syntax_test/02: Fail
244 final_syntax_test/03: Fail 242 final_syntax_test/03: Fail, OK
kasperl 2012/08/17 09:30:04 Maybe comment on why we're okay with failing these
floitsch 2012/09/04 17:32:21 Removed OK, and added reason for failure.
245 final_syntax_test/04: Fail 243 final_syntax_test/04: Fail, OK
244 const_syntax_test/01: Fail
245 const_syntax_test/02: Fail
246 const_syntax_test/03: Fail
247 const_syntax_test/04: Fail
246 248
247 div_by_zero_test: Fail, OK # Leg only has doubles. 249 div_by_zero_test: Fail, OK # Leg only has doubles.
248 bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range. 250 bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range.
249 optimization_test: Fail, OK # Expects negative results of bit-operations. 251 optimization_test: Fail, OK # Expects negative results of bit-operations.
250 252
251 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes that string-concatenation returns a new string. 253 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes that string-concatenation returns a new string.
252 reg_exp3_test: Fail, OK # Expects exception from const constructor. 254 reg_exp3_test: Fail, OK # Expects exception from const constructor.
253 list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011- 10-31. 255 list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011- 10-31.
254 256
255 257
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 [ $compiler == dart2js && $runtime == safari ] 296 [ $compiler == dart2js && $runtime == safari ]
295 arithmetic_test: Skip # BUG(3492): Times out. 297 arithmetic_test: Skip # BUG(3492): Times out.
296 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' 298 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError'
297 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' 299 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError'
298 closure3_test: Fail # Uncaught error: Instance of 'TypeError' 300 closure3_test: Fail # Uncaught error: Instance of 'TypeError'
299 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' 301 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
300 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' 302 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
301 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' 303 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
302 naming_test: Fail 304 naming_test: Fail
303 305
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698