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

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

Issue 11225050: Make super accessible in closures. (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 20 matching lines...) Expand all
31 constructor5_test: Fail # (Discussion ongoing) 31 constructor5_test: Fail # (Discussion ongoing)
32 constructor6_test: Fail # (Discussion ongoing) 32 constructor6_test: Fail # (Discussion ongoing)
33 33
34 # Regular bugs which should be fixed. 34 # Regular bugs which should be fixed.
35 const_init6_negative_test: Fail # Issue 811 35 const_init6_negative_test: Fail # Issue 811
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.
42 closure_with_super_field_test: Fail # Issue 3197.
43 super_closure_test: Fail # Issue 3197.
44 parameter_initializer6_negative_test: Fail # Issue 3502 41 parameter_initializer6_negative_test: Fail # Issue 3502
45 42
46 bad_override_test/01: Fail # Issue 3859. 43 bad_override_test/01: Fail # Issue 3859.
47 bad_override_test/02: Fail # Issue 3859. 44 bad_override_test/02: Fail # Issue 3859.
48 45
49 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning. 46 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning.
50 47
51 lazy_static3_test: Fail # Issue 3558 48 lazy_static3_test: Fail # Issue 3558
52 49
53 type_error_test: Fail # http://dartbug.com/5280 50 type_error_test: Fail # http://dartbug.com/5280
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 function_type_alias5_test/01: Fail 366 function_type_alias5_test/01: Fail
370 function_type_alias5_test/02: Fail 367 function_type_alias5_test/02: Fail
371 function_type_alias7_test/00: Fail 368 function_type_alias7_test/00: Fail
372 function_type_parameter2_test: Fail 369 function_type_parameter2_test: Fail
373 function_type_parameter_test: Fail 370 function_type_parameter_test: Fail
374 implicit_scope_test: Fail 371 implicit_scope_test: Fail
375 instanceof3_test: Fail 372 instanceof3_test: Fail
376 parameter_initializer6_negative_test: Fail # Issue 3502 373 parameter_initializer6_negative_test: Fail # Issue 3502
377 syntax_test/47: Fail 374 syntax_test/47: Fail
378 # DartVM problem. 375 # DartVM problem.
379 closure_with_super_send_test: Fail # Issue 3197.
380 closure_with_super_field_test: Fail # Issue 3197.
381 constructor5_test: Fail 376 constructor5_test: Fail
382 constructor6_test: Fail 377 constructor6_test: Fail
383 field_override_test/01: Fail 378 field_override_test/01: Fail
384 field_override_test/02: Fail 379 field_override_test/02: Fail
385 field_override_test/none: Fail 380 field_override_test/none: Fail
386 gc_test: Fail 381 gc_test: Fail
387 super_closure_test: Fail
388 super_field_access_test: Fail 382 super_field_access_test: Fail
389 super_first_constructor_test: Fail 383 super_first_constructor_test: Fail
390 # VM specific tests. 384 # VM specific tests.
391 disable_privacy_test: Fail, Ok 385 disable_privacy_test: Fail, Ok
392 # This test hard codes name of file being run and precise position. 386 # This test hard codes name of file being run and precise position.
393 generic_test: Fail, Ok 387 generic_test: Fail, Ok
394 # Minified mode failures. 388 # Minified mode failures.
395 # TODO(antonm): proper support in test framework. 389 # TODO(antonm): proper support in test framework.
396 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("foo"). 390 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("foo").
397 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv oked method ("foo"). 391 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv oked method ("foo").
(...skipping 26 matching lines...) Expand all
424 compile_time_constant_checked2_test/05: Fail, OK 418 compile_time_constant_checked2_test/05: Fail, OK
425 compile_time_constant_checked2_test/06: Fail, OK 419 compile_time_constant_checked2_test/06: Fail, OK
426 compile_time_constant_checked3_test/01: Fail, OK 420 compile_time_constant_checked3_test/01: Fail, OK
427 compile_time_constant_checked3_test/02: Fail, OK 421 compile_time_constant_checked3_test/02: Fail, OK
428 compile_time_constant_checked3_test/03: Fail, OK 422 compile_time_constant_checked3_test/03: Fail, OK
429 compile_time_constant_checked3_test/04: Fail, OK 423 compile_time_constant_checked3_test/04: Fail, OK
430 compile_time_constant_checked3_test/05: Fail, OK 424 compile_time_constant_checked3_test/05: Fail, OK
431 compile_time_constant_checked3_test/06: Fail, OK 425 compile_time_constant_checked3_test/06: Fail, OK
432 426
433 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 427 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