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

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: Rebased 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 *dartc_negative_test: Skip 51 *dartc_negative_test: Skip
52 52
53 compile_time_constant10_test/none: Fail # issue 5214 53 compile_time_constant10_test/none: Fail # issue 5214
54 54
55 invocation_mirror_test: Fail # issue 3326, 3622. 55 invocation_mirror_test: Fail # issue 3326, 3622.
56 no_such_method_test: Fail # issue 3326, 3622. 56 no_such_method_test: Fail # issue 3326, 3622.
57 57
58 export_cyclic_test: Fail, Crash # issue 6060 58 export_cyclic_test: Fail, Crash # issue 6060
59 duplicate_export_negative_test: Fail # issue 6134 59 duplicate_export_negative_test: Fail # issue 6134
60 invocation_mirror_indirect_test: Fail # Issue 3326 60 invocation_mirror_indirect_test: Fail # Issue 3326
61 type_annotation_test/04: Fail # Issue 6970
62 type_annotation_test/06: Fail # Issue 6973
63 type_annotation_test/09: Fail # Issue 6973
61 64
62 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ] 65 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ]
63 gc_test: Skip # Issue 1487, flaky. 66 gc_test: Skip # Issue 1487, flaky.
64 67
65 [ $compiler == none && $mode == debug ] 68 [ $compiler == none && $mode == debug ]
66 gc_test: Skip # Takes too long. 69 gc_test: Skip # Takes too long.
67 70
68 [ $compiler == none && $unchecked ] 71 [ $compiler == none && $unchecked ]
69 72
70 # Only checked mode reports an error on type assignment 73 # Only checked mode reports an error on type assignment
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 class_literal_test/29 : Fail # language change 3368 140 class_literal_test/29 : Fail # language change 3368
138 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri te as multitest 141 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri te as multitest
139 compile_time_constant10_test/none: Fail # issue 5215. 142 compile_time_constant10_test/none: Fail # issue 5215.
140 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest 143 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest
141 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest 144 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest
142 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest 145 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest
143 146
144 getter_no_setter_test/01: Fail # Fails to detect compile-time error. 147 getter_no_setter_test/01: Fail # Fails to detect compile-time error.
145 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. 148 getter_no_setter2_test/01: Fail # Fails to detect compile-time error.
146 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr ite as multitest 149 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr ite as multitest
150 type_annotation_test/02: Fail # Issue 6974
151 type_annotation_test/07: Fail # Issue 6974
152 type_annotation_test/08: Fail # Issue 5291
147 # Test expects signature of noSuchMethod to be correct according 153 # Test expects signature of noSuchMethod to be correct according
148 # to specification. Should start working when the library signature 154 # to specification. Should start working when the library signature
149 # changes. 155 # changes.
150 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest 156 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest
151 library2_negative_test: Fail # still a valid test? Issue 3649 157 library2_negative_test: Fail # still a valid test? Issue 3649
152 library4_negative_test: Fail # still a valid test? Issue 3530 158 library4_negative_test: Fail # still a valid test? Issue 3530
153 library6_negative_test: Fail # still a valid test? Issue 3650 159 library6_negative_test: Fail # still a valid test? Issue 3650
154 list_literal4_test: Fail # Issue 1343 160 list_literal4_test: Fail # Issue 1343
155 map_literal4_test: Fail # Issue 1343 161 map_literal4_test: Fail # Issue 1343
156 named_parameters_with_object_property_names_test: Fail # Issue 2137 162 named_parameters_with_object_property_names_test: Fail # Issue 2137
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 type_checks_in_factory_method_test: Fail 326 type_checks_in_factory_method_test: Fail
321 default_factory2_test/01: Fail # type arguments on redirecting factory not imple mented 327 default_factory2_test/01: Fail # type arguments on redirecting factory not imple mented
322 default_factory3_test: Fail # type arguments on redirecting factory not implemen ted 328 default_factory3_test: Fail # type arguments on redirecting factory not implemen ted
323 non_parameterized_factory_test: Fail # type arguments on redirecting factory not implemented 329 non_parameterized_factory_test: Fail # type arguments on redirecting factory not implemented
324 non_parameterized_factory2_test: Fail # type arguments on redirecting factory no t implemented 330 non_parameterized_factory2_test: Fail # type arguments on redirecting factory no t implemented
325 type_variable_scope_test: Fail # type arguments on redirecting factory not imple mented 331 type_variable_scope_test: Fail # type arguments on redirecting factory not imple mented
326 332
327 many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, te st depends on method names. 333 many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, te st depends on method names.
328 overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test de pends on method names. 334 overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test de pends on method names.
329 335
336 # Malformed types not handled as unresolved:
337 import_core_prefix_test: Fail
338 prefix16_test: Fail
339 prefix22_test: Fail
340 type_annotation_test/04: Fail
341 type_annotation_test/06: Fail
342
330 # Calling unresolved class constructor: 343 # Calling unresolved class constructor:
331 call_nonexistent_constructor_test: Fail 344 call_nonexistent_constructor_test: Fail
332 345
333 bad_override_test/01: Fail 346 bad_override_test/01: Fail
334 bad_override_test/02: Fail 347 bad_override_test/02: Fail
335 illegal_invocation_test/01: Fail, OK # Typedef literals are expressions now. 348 illegal_invocation_test/01: Fail, OK # Typedef literals are expressions now.
336 illegal_invocation_test/04: Fail, OK # Class literals are expressions now. 349 illegal_invocation_test/04: Fail, OK # Class literals are expressions now.
337 illegal_invocation_test/05: Fail, OK # Type variables are expressions now. 350 illegal_invocation_test/05: Fail, OK # Type variables are expressions now.
338 351
339 first_class_types_constants_test: Fail # Issue 6282 352 first_class_types_constants_test: Fail # Issue 6282
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 compile_time_constant_checked3_test/03: Fail, OK 517 compile_time_constant_checked3_test/03: Fail, OK
505 compile_time_constant_checked3_test/04: Fail, OK 518 compile_time_constant_checked3_test/04: Fail, OK
506 compile_time_constant_checked3_test/05: Fail, OK 519 compile_time_constant_checked3_test/05: Fail, OK
507 compile_time_constant_checked3_test/06: Fail, OK 520 compile_time_constant_checked3_test/06: Fail, OK
508 521
509 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 522 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280
510 523
511 # This is a VM error when the compiled code is run. 524 # This is a VM error when the compiled code is run.
512 invocation_mirror_test: Fail # issue 3326, 3622. 525 invocation_mirror_test: Fail # issue 3326, 3622.
513 invocation_mirror_indirect_test: Fail # issue 3326, 3622. 526 invocation_mirror_indirect_test: Fail # issue 3326, 3622.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698