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

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

Issue 16020010: The Dart VM also supports delayed parsing of classses now. As a part (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 7 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 | « no previous file | no next file » | 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 class_literal_test/01: Fail # Class literals are expression now; delete this tes t. 6 class_literal_test/01: Fail # Class literals are expression now; delete this tes t.
7 class_literal_test/02: Fail # Class literals are expression now; delete this tes t. 7 class_literal_test/02: Fail # Class literals are expression now; delete this tes t.
8 class_literal_test/05: Fail # Class literals are expression now; delete this tes t. 8 class_literal_test/05: Fail # Class literals are expression now; delete this tes t.
9 class_literal_test/06: Fail # Class literals are expression now; delete this tes t. 9 class_literal_test/06: Fail # Class literals are expression now; delete this tes t.
10 class_literal_test/07: Fail # Class literals are expression now; delete this tes t. 10 class_literal_test/07: Fail # Class literals are expression now; delete this tes t.
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 instanceof3_test: Fail # cannot resolve type UndeclaredType. 220 instanceof3_test: Fail # cannot resolve type UndeclaredType.
221 instanceof4_test: Fail # Expect.isTrue(false) fails. 221 instanceof4_test: Fail # Expect.isTrue(false) fails.
222 list_literal4_test: Fail # Illegal argument(s): 0 -- checked mode test. 222 list_literal4_test: Fail # Illegal argument(s): 0 -- checked mode test.
223 map_literal4_test: Fail # Attempt to modify an immutable object -- checked mode test. 223 map_literal4_test: Fail # Attempt to modify an immutable object -- checked mode test.
224 named_parameters_type_test: Fail # Expect.equals(expected: <111>, actual: <0>) f ails. -- checked mode test. 224 named_parameters_type_test: Fail # Expect.equals(expected: <111>, actual: <0>) f ails. -- checked mode test.
225 type_checks_in_factory_method_test: Fail # Expect.equals(expected: <true>, actua l: <false>) fails. -- checked mode test. 225 type_checks_in_factory_method_test: Fail # Expect.equals(expected: <true>, actua l: <false>) fails. -- checked mode test.
226 type_dartc_test: Fail # Expect.equals(expected: <1>, actual: <0>) -- checked mod e test. 226 type_dartc_test: Fail # Expect.equals(expected: <1>, actual: <0>) -- checked mod e test.
227 227
228 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. 228 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
229 external_test/16: Fail, OK # Bad test: assumes eager loading. 229 external_test/16: Fail, OK # Bad test: assumes eager loading.
230 field1_negative_test: Fail, OK # Bad test: assumes eager loading.
231 field6_negative_test: Fail, OK # Bad test: assumes eager loading.
232 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. 230 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
233 syntax_test/47: Fail, OK # Bad test: assumes eager loading. 231 syntax_test/47: Fail, OK # Bad test: assumes eager loading.
234 232
235 233
236 # 234 #
237 # The following tests are all negative tests that should be fixed. 235 # The following tests are all negative tests that should be fixed.
238 # 236 #
239 abstract_static_negative_test: Fail # Negative language test. 237 abstract_static_negative_test: Fail # Negative language test.
240 abstract_syntax_test/01: Fail # Negative language test. 238 abstract_syntax_test/01: Fail # Negative language test.
241 abstract_syntax_test/02: Fail # Negative language test. 239 abstract_syntax_test/02: Fail # Negative language test.
242 const_constructor_syntax_test/04: Fail # Negative language test. 240 const_constructor_syntax_test/04: Fail # Negative language test.
243 const_field_negative_test: Fail # Negative language test. 241 const_field_negative_test: Fail # Negative language test.
244 const_init4_negative_test: Fail # Negative language test. 242 const_init4_negative_test: Fail # Negative language test.
245 const_init_negative_test: Fail # Negative language test. 243 const_init_negative_test: Fail # Negative language test.
246 const_syntax_test/04: Fail # Negative language test. 244 const_syntax_test/04: Fail # Negative language test.
247 constructor2_negative_test: Fail # Negative language test. 245 constructor2_negative_test: Fail # Negative language test.
248 constructor_return_negative_test: Fail # Negative language test. 246 constructor_return_negative_test: Fail # Negative language test.
249 constructor_return_with_arrow_negative_test: Fail # Negative language test. 247 constructor_return_with_arrow_negative_test: Fail # Negative language test.
250 constructor_return_with_init_and_arrow_negative_test: Fail # Negative language t est. 248 constructor_return_with_init_and_arrow_negative_test: Fail # Negative language t est.
251 constructor_return_with_init_negative_test: Fail # Negative language test. 249 constructor_return_with_init_negative_test: Fail # Negative language test.
252 duplicate_implements_test/01: Fail # Negative language test. 250 duplicate_implements_test/01: Fail # Negative language test.
253 duplicate_implements_test/02: Fail # Negative language test. 251 duplicate_implements_test/02: Fail # Negative language test.
254 duplicate_implements_test/03: Fail # Negative language test. 252 duplicate_implements_test/03: Fail # Negative language test.
255 duplicate_implements_test/04: Fail # Negative language test. 253 duplicate_implements_test/04: Fail # Negative language test.
256 field2_negative_test: Fail # Negative language test.
257 field3_negative_test: Fail # Negative language test. 254 field3_negative_test: Fail # Negative language test.
258 field4_negative_test: Fail # Negative language test.
259 field5_negative_test: Fail # Negative language test.
260 field6a_negative_test: Fail # Negative language test.
261 final_for_in_variable_test/01: Fail # Negative language test 255 final_for_in_variable_test/01: Fail # Negative language test
262 instantiate_type_variable_negative_test: Pass # For the wrong reason. 256 instantiate_type_variable_negative_test: Pass # For the wrong reason.
263 interface_factory3_negative_test: Fail # Negative language test. 257 interface_factory3_negative_test: Fail # Negative language test.
264 interface_factory_constructor_negative_test: Fail # Negative language test. 258 interface_factory_constructor_negative_test: Fail # Negative language test.
265 interface_static_method_negative_test: Fail # Negative language test.
266 list_literal1_negative_test: Fail # Negative language test. 259 list_literal1_negative_test: Fail # Negative language test.
267 list_literal2_negative_test: Fail # Negative language test. 260 list_literal2_negative_test: Fail # Negative language test.
268 map_literal1_negative_test: Fail # Negative language test. 261 map_literal1_negative_test: Fail # Negative language test.
269 map_literal2_negative_test: Fail # Negative language test. 262 map_literal2_negative_test: Fail # Negative language test.
270 non_const_super_negative_test: Fail # Negative language test.
271 number_identifier_negative_test: Fail # Negative language test. 263 number_identifier_negative_test: Fail # Negative language test.
272 operator1_negative_test: Fail # Negative language test. 264 operator1_negative_test: Fail # Negative language test.
273 prefix23_negative_test: Fail # Negative language test. 265 prefix23_negative_test: Fail # Negative language test.
274 pseudo_kw_illegal_test/03: Fail # Negative language test. 266 pseudo_kw_illegal_test/03: Fail # Negative language test.
275 pseudo_kw_illegal_test/14: Fail # Negative language test. 267 pseudo_kw_illegal_test/14: Fail # Negative language test.
276 scope_negative_test: Fail # Negative language test. 268 scope_negative_test: Fail # Negative language test.
277 static_final_field_negative_test: Fail # Negative language test. 269 static_final_field_negative_test: Fail # Negative language test.
278 static_top_level_test/00: Fail # Negative language test. 270 static_top_level_test/00: Fail # Negative language test.
279 static_top_level_test/01: Fail # Negative language test. 271 static_top_level_test/01: Fail # Negative language test.
280 static_top_level_test/02: Fail # Negative language test. 272 static_top_level_test/02: Fail # Negative language test.
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 call_through_null_getter_test: Fail 337 call_through_null_getter_test: Fail
346 closure3_test: Fail 338 closure3_test: Fail
347 execute_finally3_test: Fail 339 execute_finally3_test: Fail
348 method_invocation_test: Fail 340 method_invocation_test: Fail
349 null_pointer_exception_test: Fail 341 null_pointer_exception_test: Fail
350 stack_overflow_test: Fail 342 stack_overflow_test: Fail
351 stack_overflow_stacktrace_test: Fail 343 stack_overflow_stacktrace_test: Fail
352 string_interpolate_npe_test: Fail 344 string_interpolate_npe_test: Fail
353 closure_call_wrong_argument_count_negative_test: Skip 345 closure_call_wrong_argument_count_negative_test: Skip
354 label_test: Skip 346 label_test: Skip
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698