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

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: Fix tests. 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 assign_top_method_negative_test: Fail, OK # Negative language test. 149 assign_top_method_negative_test: Fail, OK # Negative language test.
150 class_extends_negative_test: Fail, OK # Negative language test. 150 class_extends_negative_test: Fail, OK # Negative language test.
151 const_constructor_syntax_test/01: Fail, OK # Negative language test. 151 const_constructor_syntax_test/01: Fail, OK # Negative language test.
152 const_constructor_syntax_test/02: Fail, OK # Negative language test. 152 const_constructor_syntax_test/02: Fail, OK # Negative language test.
153 const_constructor_syntax_test/03: Fail, OK # Negative language test. 153 const_constructor_syntax_test/03: Fail, OK # Negative language test.
154 const_constructor_syntax_test/04: Fail, OK # Negative language test. 154 const_constructor_syntax_test/04: Fail, OK # Negative language test.
155 const_factory_negative_test: Fail, OK # Negative language test. 155 const_factory_negative_test: Fail, OK # Negative language test.
156 const_field_negative_test: Fail, OK # Negative language test. 156 const_field_negative_test: Fail, OK # Negative language test.
157 const_init4_negative_test: Fail, OK # Negative language test. 157 const_init4_negative_test: Fail, OK # Negative language test.
158 const_init_negative_test: Fail, OK # Negative language test. 158 const_init_negative_test: Fail, OK # Negative language test.
159 const_syntax_test/01: Fail, OK # Negative language test.
160 const_syntax_test/02: Fail, OK # Negative language test.
161 const_syntax_test/03: Fail, OK # Negative language test.
162 constructor2_negative_test: Fail, OK # Negative language test. 159 constructor2_negative_test: Fail, OK # Negative language test.
163 constructor_duplicate_initializers_test/02: Fail, OK # Negative language test. 160 constructor_duplicate_initializers_test/02: Fail, OK # Negative language test.
164 constructor_negative_test: Pass # For the wrong reason. 161 constructor_negative_test: Pass # For the wrong reason.
165 constructor_return_negative_test: Fail, OK # Negative language test. 162 constructor_return_negative_test: Fail, OK # Negative language test.
166 constructor_return_with_arrow_negative_test: Fail, OK # Negative language test. 163 constructor_return_with_arrow_negative_test: Fail, OK # Negative language test.
167 constructor_return_with_init_and_arrow_negative_test: Fail, OK # Negative langua ge test. 164 constructor_return_with_init_and_arrow_negative_test: Fail, OK # Negative langua ge test.
168 constructor_return_with_init_negative_test: Fail, OK # Negative language test. 165 constructor_return_with_init_negative_test: Fail, OK # Negative language test.
169 duplicate_constructor_test/01: Fail, OK # Negative language test. 166 duplicate_constructor_test/01: Fail, OK # Negative language test.
170 duplicate_implements_test/01: Fail, OK # Negative language test. 167 duplicate_implements_test/01: Fail, OK # Negative language test.
171 duplicate_implements_test/02: Fail, OK # Negative language test. 168 duplicate_implements_test/02: Fail, OK # Negative language test.
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 string_interpolation7_negative_test: Fail, OK # Negative language test. 229 string_interpolation7_negative_test: Fail, OK # Negative language test.
233 throw7_negative_test: Fail, OK # Negative language test. 230 throw7_negative_test: Fail, OK # Negative language test.
234 try_catch_test: Fail # Uses new catch syntax. 231 try_catch_test: Fail # Uses new catch syntax.
235 try_catch_syntax_test/08: Fail, OK # Negative language test. 232 try_catch_syntax_test/08: Fail, OK # Negative language test.
236 233
237 disable_privacy_test: Fail, OK # VM specific test. 234 disable_privacy_test: Fail, OK # VM specific test.
238 numbers_test: Fail, OK # (unintended?) VM specific test. 235 numbers_test: Fail, OK # (unintended?) VM specific test.
239 236
240 final_syntax_test/01: Fail 237 final_syntax_test/01: Fail
241 final_syntax_test/02: Fail 238 final_syntax_test/02: Fail
242 final_syntax_test/03: Fail 239 final_syntax_test/03: Fail, OK
243 final_syntax_test/04: Fail 240 final_syntax_test/04: Fail, OK
241 const_syntax_test/03: Fail, OK
242 const_syntax_test/04: Fail, OK
244 243
245 div_by_zero_test: Fail, OK # Leg only has doubles. 244 div_by_zero_test: Fail, OK # Leg only has doubles.
246 bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range. 245 bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range.
247 optimization_test: Fail, OK # Expects negative results of bit-operations. 246 optimization_test: Fail, OK # Expects negative results of bit-operations.
248 247
249 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes that string-concatenation returns a new string. 248 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes that string-concatenation returns a new string.
250 reg_exp3_test: Fail, OK # Expects exception from const constructor. 249 reg_exp3_test: Fail, OK # Expects exception from const constructor.
251 list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011- 10-31. 250 list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011- 10-31.
252 251
253 252
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 [ $compiler == dart2js && $runtime == safari ] 291 [ $compiler == dart2js && $runtime == safari ]
293 arithmetic_test: Skip # BUG(3492): Times out. 292 arithmetic_test: Skip # BUG(3492): Times out.
294 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' 293 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError'
295 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' 294 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError'
296 closure3_test: Fail # Uncaught error: Instance of 'TypeError' 295 closure3_test: Fail # Uncaught error: Instance of 'TypeError'
297 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' 296 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
298 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' 297 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
299 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' 298 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
300 naming_test: Fail 299 naming_test: Fail
301 300
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698