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

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

Issue 11348188: Ambiguous type references require a compile time error in some special cases (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') | tests/language/language_dart2js.status » ('j') | 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 compile_time_constant_checked2_test/05: Fail, OK 76 compile_time_constant_checked2_test/05: Fail, OK
77 compile_time_constant_checked2_test/06: Fail, OK 77 compile_time_constant_checked2_test/06: Fail, OK
78 compile_time_constant_checked3_test/01: Fail, OK 78 compile_time_constant_checked3_test/01: Fail, OK
79 compile_time_constant_checked3_test/02: Fail, OK 79 compile_time_constant_checked3_test/02: Fail, OK
80 compile_time_constant_checked3_test/03: Fail, OK 80 compile_time_constant_checked3_test/03: Fail, OK
81 compile_time_constant_checked3_test/04: Fail, OK 81 compile_time_constant_checked3_test/04: Fail, OK
82 compile_time_constant_checked3_test/05: Fail, OK 82 compile_time_constant_checked3_test/05: Fail, OK
83 compile_time_constant_checked3_test/06: Fail, OK 83 compile_time_constant_checked3_test/06: Fail, OK
84 84
85 [ $compiler == dartc ] 85 [ $compiler == dartc ]
86 new_expression_type_args_test/0*: Fail # Wrongly reports compile-time error.
86 type_variable_shadows_class_test: Fail # Issue 643 87 type_variable_shadows_class_test: Fail # Issue 643
87 redirecting_factory_infinite_steps_test/01: Fail # http://dartbug.com/6560 88 redirecting_factory_infinite_steps_test/01: Fail # http://dartbug.com/6560
88 implicit_this_test/none: Fail # should not warn about allocating SubAbstract2 89 implicit_this_test/none: Fail # should not warn about allocating SubAbstract2
89 metadata_test: Fail 90 metadata_test: Fail
90 bad_override_test/01: Fail, OK # issue 6578, warning expected on "static" modifi er 91 bad_override_test/01: Fail, OK # issue 6578, warning expected on "static" modifi er
91 bad_override_test/02: Fail, OK # issue 6578, warning expected on "static" modifi er 92 bad_override_test/02: Fail, OK # issue 6578, warning expected on "static" modifi er
92 const_locals_test: Fail 93 const_locals_test: Fail
93 const_nested_test: Fail 94 const_nested_test: Fail
94 application_negative_test: Fail # Runtime only test, rewrite as multitest 95 application_negative_test: Fail # Runtime only test, rewrite as multitest
95 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multi test 96 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multi test
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 call_nonexistent_constructor_test: Fail 396 call_nonexistent_constructor_test: Fail
396 397
397 bad_override_test/01: Fail 398 bad_override_test/01: Fail
398 bad_override_test/02: Fail 399 bad_override_test/02: Fail
399 illegal_invocation_test/01: Fail, OK # Typedef literals are expressions now. 400 illegal_invocation_test/01: Fail, OK # Typedef literals are expressions now.
400 illegal_invocation_test/04: Fail, OK # Class literals are expressions now. 401 illegal_invocation_test/04: Fail, OK # Class literals are expressions now.
401 illegal_invocation_test/05: Fail, OK # Type variables are expressions now. 402 illegal_invocation_test/05: Fail, OK # Type variables are expressions now.
402 403
403 first_class_types_constants_test: Fail # Issue 6282 404 first_class_types_constants_test: Fail # Issue 6282
404 405
405 # Renaming type from platform library:
406 dynamic_test: Fail
407
408 # Missing compile-time error when modifying final local variables 406 # Missing compile-time error when modifying final local variables
409 final_variable_assignment_test/01: Fail 407 final_variable_assignment_test/01: Fail
410 final_variable_assignment_test/02: Fail 408 final_variable_assignment_test/02: Fail
411 final_variable_assignment_test/03: Fail 409 final_variable_assignment_test/03: Fail
412 final_variable_assignment_test/04: Fail 410 final_variable_assignment_test/04: Fail
413 411
414 # Factory for another interface (will be obsolete soon). 412 # Factory for another interface (will be obsolete soon).
415 # factory2_negative_test: Fail 413 # factory2_negative_test: Fail
416 # factory3_negative_test: Fail 414 # factory3_negative_test: Fail
417 # factory_negative_test: Fail 415 # factory_negative_test: Fail
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 # VM specific tests. 551 # VM specific tests.
554 disable_privacy_test: Fail, Ok 552 disable_privacy_test: Fail, Ok
555 # This test hard codes name of file being run and precise position. 553 # This test hard codes name of file being run and precise position.
556 generic_test: Fail, Ok 554 generic_test: Fail, Ok
557 # Minified mode failures. 555 # Minified mode failures.
558 # TODO(antonm): proper support in test framework. 556 # TODO(antonm): proper support in test framework.
559 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo o"). 557 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo o").
560 558
561 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning. 559 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning.
562 560
563 new_expression_type_args_test/02: Fail # Test does not conform with spec. 561 type_variable_bounds_test/07: Fail # Wrongly reports compile-time error.
562 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error.
563 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error.
564 564
565 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 565 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
566 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 566 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
567 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 567 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
568 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 568 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
569 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 569 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
570 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 570 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
571 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 571 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
572 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 572 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
573 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 573 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
(...skipping 17 matching lines...) Expand all
591 compile_time_constant_checked3_test/03: Fail, OK 591 compile_time_constant_checked3_test/03: Fail, OK
592 compile_time_constant_checked3_test/04: Fail, OK 592 compile_time_constant_checked3_test/04: Fail, OK
593 compile_time_constant_checked3_test/05: Fail, OK 593 compile_time_constant_checked3_test/05: Fail, OK
594 compile_time_constant_checked3_test/06: Fail, OK 594 compile_time_constant_checked3_test/06: Fail, OK
595 595
596 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 596 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280
597 597
598 # This is a VM error when the compiled code is run. 598 # This is a VM error when the compiled code is run.
599 invocation_mirror_test: Fail # issue 3326, 3622. 599 invocation_mirror_test: Fail # issue 3326, 3622.
600 invocation_mirror_indirect_test: Fail # issue 3326, 3622. 600 invocation_mirror_indirect_test: Fail # issue 3326, 3622.
OLDNEW
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698