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

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

Issue 11412245: MalformedType used for all invalid type annotations. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Bug fixes Created 8 years 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 # 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 *dartc_negative_test: Skip 50 *dartc_negative_test: Skip
51 51
52 compile_time_constant10_test/none: Fail # issue 5214 52 compile_time_constant10_test/none: Fail # issue 5214
53 53
54 invocation_mirror_test: Fail # issue 3326, 3622. 54 invocation_mirror_test: Fail # issue 3326, 3622.
55 no_such_method_test: Fail # issue 3326, 3622. 55 no_such_method_test: Fail # issue 3326, 3622.
56 56
57 export_cyclic_test: Fail, Crash # issue 6060 57 export_cyclic_test: Fail, Crash # issue 6060
58 duplicate_export_negative_test: Fail # issue 6134 58 duplicate_export_negative_test: Fail # issue 6134
59 invocation_mirror_indirect_test: Fail # Issue 3326 59 invocation_mirror_indirect_test: Fail # Issue 3326
60 type_annotation_test/04: Fail # Issue 6970
61 type_annotation_test/06: Fail # Issue 6973
62 type_annotation_test/09: Fail # Issue 6973
60 63
61 # Test issue 6324 64 # Test issue 6324
62 generic_instanceof3_test: Fail, OK 65 generic_instanceof3_test: Fail, OK
63 interface_factory_test: Fail, OK 66 interface_factory_test: Fail, OK
64 factory4_test: Fail, OK 67 factory4_test: Fail, OK
65 list_literal_syntax_test/none: Fail, OK 68 list_literal_syntax_test/none: Fail, OK
66 default_class_implicit_constructor_test: Fail, OK 69 default_class_implicit_constructor_test: Fail, OK
67 interface_factory_constructor_negative_test: Pass, OK 70 interface_factory_constructor_negative_test: Pass, OK
68 implied_interface_test: Fail, OK 71 implied_interface_test: Fail, OK
69 throw2_test: Fail, OK 72 throw2_test: Fail, OK
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 compile_time_constant10_test/none: Fail # issue 5215. 287 compile_time_constant10_test/none: Fail # issue 5215.
285 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest 288 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest
286 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest 289 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest
287 disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support. 290 disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support.
288 factory5_test/00: Fail # issue 3079 291 factory5_test/00: Fail # issue 3079
289 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest 292 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest
290 293
291 getter_no_setter_test/01: Fail # Fails to detect compile-time error. 294 getter_no_setter_test/01: Fail # Fails to detect compile-time error.
292 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. 295 getter_no_setter2_test/01: Fail # Fails to detect compile-time error.
293 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr ite as multitest 296 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr ite as multitest
297 type_annotation_test/02: Fail # Issue 6974
298 type_annotation_test/07: Fail # Issue 6974
299 type_annotation_test/08: Fail # Issue 5291
294 # Test expects signature of noSuchMethod to be correct according 300 # Test expects signature of noSuchMethod to be correct according
295 # to specification. Should start working when the library signature 301 # to specification. Should start working when the library signature
296 # changes. 302 # changes.
297 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest 303 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest
298 library2_negative_test: Fail # still a valid test? Issue 3649 304 library2_negative_test: Fail # still a valid test? Issue 3649
299 library4_negative_test: Fail # still a valid test? Issue 3530 305 library4_negative_test: Fail # still a valid test? Issue 3530
300 library6_negative_test: Fail # still a valid test? Issue 3650 306 library6_negative_test: Fail # still a valid test? Issue 3650
301 list_literal4_test: Fail # Issue 1343 307 list_literal4_test: Fail # Issue 1343
302 map_literal4_test: Fail # Issue 1343 308 map_literal4_test: Fail # Issue 1343
303 named_parameters_with_object_property_names_test: Fail # Issue 2137 309 named_parameters_with_object_property_names_test: Fail # Issue 2137
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 *: Skip 551 *: Skip
546 552
547 [ $compiler == dart2dart ] 553 [ $compiler == dart2dart ]
548 built_in_identifier_prefix_test: Fail # Inherited from dart2js. 554 built_in_identifier_prefix_test: Fail # Inherited from dart2js.
549 factory_redirection2_test/01: Fail # Inherited from dart2js. 555 factory_redirection2_test/01: Fail # Inherited from dart2js.
550 const_factory_redirection_test: Fail # http://dartbug.com/6894 556 const_factory_redirection_test: Fail # http://dartbug.com/6894
551 557
552 many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, te st depends on method names. 558 many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, te st depends on method names.
553 overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test de pends on method names. 559 overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test de pends on method names.
554 560
561 # Malformed types not handled as unresolved:
562 import_core_prefix_test: Fail
563 prefix16_test: Fail
564 prefix22_test: Fail
565 type_annotation_test/04: Fail
566 type_annotation_test/06: Fail
567
555 # Calling unresolved class constructor: 568 # Calling unresolved class constructor:
556 call_nonexistent_constructor_test: Fail 569 call_nonexistent_constructor_test: Fail
557 570
558 bad_override_test/01: Fail 571 bad_override_test/01: Fail
559 bad_override_test/02: Fail 572 bad_override_test/02: Fail
560 illegal_invocation_test/01: Fail, OK # Typedef literals are expressions now. 573 illegal_invocation_test/01: Fail, OK # Typedef literals are expressions now.
561 illegal_invocation_test/04: Fail, OK # Class literals are expressions now. 574 illegal_invocation_test/04: Fail, OK # Class literals are expressions now.
562 illegal_invocation_test/05: Fail, OK # Type variables are expressions now. 575 illegal_invocation_test/05: Fail, OK # Type variables are expressions now.
563 576
564 first_class_types_constants_test: Fail # Issue 6282 577 first_class_types_constants_test: Fail # Issue 6282
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 compile_time_constant_checked3_test/03: Fail, OK 811 compile_time_constant_checked3_test/03: Fail, OK
799 compile_time_constant_checked3_test/04: Fail, OK 812 compile_time_constant_checked3_test/04: Fail, OK
800 compile_time_constant_checked3_test/05: Fail, OK 813 compile_time_constant_checked3_test/05: Fail, OK
801 compile_time_constant_checked3_test/06: Fail, OK 814 compile_time_constant_checked3_test/06: Fail, OK
802 815
803 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 816 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280
804 817
805 # This is a VM error when the compiled code is run. 818 # This is a VM error when the compiled code is run.
806 invocation_mirror_test: Fail # issue 3326, 3622. 819 invocation_mirror_test: Fail # issue 3326, 3622.
807 invocation_mirror_indirect_test: Fail # issue 3326, 3622. 820 invocation_mirror_indirect_test: Fail # issue 3326, 3622.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698