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

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

Issue 11225033: Fix inheritance of certain static members in VM (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
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | 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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 25 matching lines...) Expand all
36 super_first_constructor_test: Fail # Issue 1372. 36 super_first_constructor_test: Fail # Issue 1372.
37 37
38 # Issue 1355 38 # Issue 1355
39 call_operator_test: Fail 39 call_operator_test: Fail
40 40
41 closure_with_super_send_test: Fail # Issue 3197. 41 closure_with_super_send_test: Fail # Issue 3197.
42 closure_with_super_field_test: Fail # Issue 3197. 42 closure_with_super_field_test: Fail # Issue 3197.
43 super_closure_test: Fail # Issue 3197. 43 super_closure_test: Fail # Issue 3197.
44 parameter_initializer6_negative_test: Fail # Issue 3502 44 parameter_initializer6_negative_test: Fail # Issue 3502
45 45
46 fauxverride_test/none: Fail # Issue 3778.
47
48 bad_override_test/01: Fail # Issue 3859. 46 bad_override_test/01: Fail # Issue 3859.
49 bad_override_test/02: Fail # Issue 3859. 47 bad_override_test/02: Fail # Issue 3859.
50 48
51 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning. 49 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning.
52 50
53 lazy_static3_test: Fail # Issue 3558 51 lazy_static3_test: Fail # Issue 3558
54 52
55 type_error_test: Fail # http://dartbug.com/5280 53 type_error_test: Fail # http://dartbug.com/5280
56 54
57 # DartC specific tests that should not be run by the VM 55 # DartC specific tests that should not be run by the VM
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 function_type_parameter_test: Fail 373 function_type_parameter_test: Fail
376 implicit_scope_test: Fail 374 implicit_scope_test: Fail
377 instanceof3_test: Fail 375 instanceof3_test: Fail
378 parameter_initializer6_negative_test: Fail # Issue 3502 376 parameter_initializer6_negative_test: Fail # Issue 3502
379 syntax_test/47: Fail 377 syntax_test/47: Fail
380 # DartVM problem. 378 # DartVM problem.
381 closure_with_super_send_test: Fail # Issue 3197. 379 closure_with_super_send_test: Fail # Issue 3197.
382 closure_with_super_field_test: Fail # Issue 3197. 380 closure_with_super_field_test: Fail # Issue 3197.
383 constructor5_test: Fail 381 constructor5_test: Fail
384 constructor6_test: Fail 382 constructor6_test: Fail
385 fauxverride_test/none: Fail
386 field_override_test/01: Fail 383 field_override_test/01: Fail
387 field_override_test/02: Fail 384 field_override_test/02: Fail
388 field_override_test/none: Fail 385 field_override_test/none: Fail
389 gc_test: Fail 386 gc_test: Fail
390 super_closure_test: Fail 387 super_closure_test: Fail
391 super_field_access_test: Fail 388 super_field_access_test: Fail
392 super_first_constructor_test: Fail 389 super_first_constructor_test: Fail
393 # VM specific tests. 390 # VM specific tests.
394 disable_privacy_test: Fail, Ok 391 disable_privacy_test: Fail, Ok
395 # This test hard codes name of file being run and precise position. 392 # This test hard codes name of file being run and precise position.
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 compile_time_constant_checked2_test/05: Fail, OK 424 compile_time_constant_checked2_test/05: Fail, OK
428 compile_time_constant_checked2_test/06: Fail, OK 425 compile_time_constant_checked2_test/06: Fail, OK
429 compile_time_constant_checked3_test/01: Fail, OK 426 compile_time_constant_checked3_test/01: Fail, OK
430 compile_time_constant_checked3_test/02: Fail, OK 427 compile_time_constant_checked3_test/02: Fail, OK
431 compile_time_constant_checked3_test/03: Fail, OK 428 compile_time_constant_checked3_test/03: Fail, OK
432 compile_time_constant_checked3_test/04: Fail, OK 429 compile_time_constant_checked3_test/04: Fail, OK
433 compile_time_constant_checked3_test/05: Fail, OK 430 compile_time_constant_checked3_test/05: Fail, OK
434 compile_time_constant_checked3_test/06: Fail, OK 431 compile_time_constant_checked3_test/06: Fail, OK
435 432
436 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 433 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280
OLDNEW
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698