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

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

Issue 11312095: Fix various inheritance bugs (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 1 month 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 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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 duplicate_implements_test/03: Fail # Negative language test. 254 duplicate_implements_test/03: Fail # Negative language test.
255 duplicate_implements_test/04: Fail # Negative language test. 255 duplicate_implements_test/04: Fail # Negative language test.
256 factory2_negative_test: Fail # Negative language test. 256 factory2_negative_test: Fail # Negative language test.
257 factory3_negative_test: Fail # Negative language test. 257 factory3_negative_test: Fail # Negative language test.
258 factory_negative_test: Fail # Negative language test. 258 factory_negative_test: Fail # Negative language test.
259 field2_negative_test: Fail # Negative language test. 259 field2_negative_test: Fail # Negative language test.
260 field3_negative_test: Fail # Negative language test. 260 field3_negative_test: Fail # Negative language test.
261 field4_negative_test: Fail # Negative language test. 261 field4_negative_test: Fail # Negative language test.
262 field5_negative_test: Fail # Negative language test. 262 field5_negative_test: Fail # Negative language test.
263 field6a_negative_test: Fail # Negative language test. 263 field6a_negative_test: Fail # Negative language test.
264 field7a_negative_test: Fail # Negative language test.
265 final_for_in_variable_test/01: Fail # Negative language test 264 final_for_in_variable_test/01: Fail # Negative language test
266 final_param_negative_test: Fail # Negative language test. 265 final_param_negative_test: Fail # Negative language test.
267 final_var_negative_test: Fail # Negative language test. 266 final_var_negative_test: Fail # Negative language test.
268 instantiate_type_variable_negative_test: Pass # For the wrong reason. 267 instantiate_type_variable_negative_test: Pass # For the wrong reason.
269 interface_factory3_negative_test: Fail # Negative language test. 268 interface_factory3_negative_test: Fail # Negative language test.
270 interface_factory_constructor_negative_test: Fail # Negative language test. 269 interface_factory_constructor_negative_test: Fail # Negative language test.
271 interface_static_method_negative_test: Fail # Negative language test. 270 interface_static_method_negative_test: Fail # Negative language test.
272 list_literal1_negative_test: Fail # Negative language test. 271 list_literal1_negative_test: Fail # Negative language test.
273 list_literal2_negative_test: Fail # Negative language test. 272 list_literal2_negative_test: Fail # Negative language test.
274 map_literal1_negative_test: Fail # Negative language test. 273 map_literal1_negative_test: Fail # Negative language test.
275 map_literal2_negative_test: Fail # Negative language test. 274 map_literal2_negative_test: Fail # Negative language test.
276 non_const_super_negative_test: Fail # Negative language test. 275 non_const_super_negative_test: Fail # Negative language test.
277 number_identifier_negative_test: Fail # Negative language test. 276 number_identifier_negative_test: Fail # Negative language test.
278 operator1_negative_test: Fail # Negative language test. 277 operator1_negative_test: Fail # Negative language test.
279 override_field_test/04: Fail # Broken test.
280 prefix16_test: Fail 278 prefix16_test: Fail
281 prefix18_negative_test: Fail # Negative language test. 279 prefix18_negative_test: Fail # Negative language test.
282 prefix20_negative_test: Fail # Negative language test. 280 prefix20_negative_test: Fail # Negative language test.
283 prefix23_negative_test: Fail # Negative language test. 281 prefix23_negative_test: Fail # Negative language test.
284 pseudo_kw_illegal_test/03: Fail # Negative language test. 282 pseudo_kw_illegal_test/03: Fail # Negative language test.
285 pseudo_kw_illegal_test/14: Fail # Negative language test. 283 pseudo_kw_illegal_test/14: Fail # Negative language test.
286 scope_negative_test: Fail # Negative language test. 284 scope_negative_test: Fail # Negative language test.
287 setter_declaration2_negative_test: Fail # Negative language test. 285 setter_declaration2_negative_test: Fail # Negative language test.
288 setter_declaration_negative_test: Fail # Negative language test. 286 setter_declaration_negative_test: Fail # Negative language test.
289 static_field_test/01: Fail # Negative language test. 287 static_field_test/01: Fail # Negative language test.
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 [ $runtime == opera ] 361 [ $runtime == opera ]
364 call_through_null_getter_test: Fail 362 call_through_null_getter_test: Fail
365 closure3_test: Fail 363 closure3_test: Fail
366 execute_finally3_test: Fail 364 execute_finally3_test: Fail
367 method_invocation_test: Fail 365 method_invocation_test: Fail
368 null_pointer_exception_test: Fail 366 null_pointer_exception_test: Fail
369 stack_overflow_test: Fail 367 stack_overflow_test: Fail
370 string_interpolate_npe_test: Fail 368 string_interpolate_npe_test: Fail
371 closure_call_wrong_argument_count_negative_test: Skip 369 closure_call_wrong_argument_count_negative_test: Skip
372 label_test: Skip 370 label_test: Skip
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/override_field_method3_negative_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698