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

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

Issue 12220011: Handle malformed types in catch-on. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: New implementation + test. Created 7 years, 10 months 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 compile_time_constant10_test/none: Fail # issue 5214 49 compile_time_constant10_test/none: Fail # issue 5214
50 50
51 export_cyclic_test: Fail, Crash # issue 6060 51 export_cyclic_test: Fail, Crash # issue 6060
52 duplicate_export_negative_test: Fail # issue 6134 52 duplicate_export_negative_test: Fail # issue 6134
53 type_annotation_test/04: Fail # Issue 6970 53 type_annotation_test/04: Fail # Issue 6970
54 type_annotation_test/06: Fail # Issue 6973 54 type_annotation_test/06: Fail # Issue 6973
55 type_annotation_test/09: Fail # Issue 6973 55 type_annotation_test/09: Fail # Issue 6973
56 56
57 type_parameter_literal_test: Fail # Issue 7551 57 type_parameter_literal_test: Fail # Issue 7551
58 58
59 on_catch_malformed_type_test: Fail # Issue 8356
60
59 mixin_illegal_syntax_test/none: Fail 61 mixin_illegal_syntax_test/none: Fail
60 mixin_type_parameters_mixin_test: Fail 62 mixin_type_parameters_mixin_test: Fail
61 mixin_type_parameters_super_test: Fail 63 mixin_type_parameters_super_test: Fail
62 mixin_type_parameters_mixin_extends_test: Fail 64 mixin_type_parameters_mixin_extends_test: Fail
63 mixin_type_parameters_super_extends_test: Fail 65 mixin_type_parameters_super_extends_test: Fail
64 mixin_lib_extends_field_test: Fail 66 mixin_lib_extends_field_test: Fail
65 67
66 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ] 68 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ]
67 gc_test: Skip # Issue 1487, flaky. 69 gc_test: Skip # Issue 1487, flaky.
68 70
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 type_checks_in_factory_method_test: Fail 344 type_checks_in_factory_method_test: Fail
343 default_factory2_test/01: Fail # type arguments on redirecting factory not imple mented 345 default_factory2_test/01: Fail # type arguments on redirecting factory not imple mented
344 default_factory3_test: Fail # type arguments on redirecting factory not implemen ted 346 default_factory3_test: Fail # type arguments on redirecting factory not implemen ted
345 non_parameterized_factory_test: Fail # type arguments on redirecting factory not implemented 347 non_parameterized_factory_test: Fail # type arguments on redirecting factory not implemented
346 non_parameterized_factory2_test: Fail # type arguments on redirecting factory no t implemented 348 non_parameterized_factory2_test: Fail # type arguments on redirecting factory no t implemented
347 type_variable_scope_test: Fail # type arguments on redirecting factory not imple mented 349 type_variable_scope_test: Fail # type arguments on redirecting factory not imple mented
348 350
349 many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, te st depends on method names. 351 many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, te st depends on method names.
350 overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test de pends on method names. 352 overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test de pends on method names.
351 353
354 on_catch_malformed_type_test: Fail # Issue 8356
ngeoffray 2013/02/18 15:48:35 Replace with # VM issue ?
Johnni Winther 2013/02/19 07:08:54 Done.
355
352 # Mixins fail on the VM. 356 # Mixins fail on the VM.
353 mixin_illegal_syntax_test/none: Fail # VM issue 357 mixin_illegal_syntax_test/none: Fail # VM issue
354 mixin_illegal_constructor_test/none: Fail # VM issue 358 mixin_illegal_constructor_test/none: Fail # VM issue
355 mixin_type_parameters_mixin_test: Fail # VM issue 359 mixin_type_parameters_mixin_test: Fail # VM issue
356 mixin_type_parameters_super_test: Fail # VM issue 360 mixin_type_parameters_super_test: Fail # VM issue
357 mixin_type_parameters_mixin_extends_test: Fail # VM issue 361 mixin_type_parameters_mixin_extends_test: Fail # VM issue
358 mixin_type_parameters_super_extends_test: Fail # VM issue 362 mixin_type_parameters_super_extends_test: Fail # VM issue
359 363
360 # Malformed types not handled as unresolved: 364 # Malformed types not handled as unresolved:
361 import_core_prefix_test: Fail 365 import_core_prefix_test: Fail
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 *: Skip 562 *: Skip
559 563
560 [ $arch == simarm ] 564 [ $arch == simarm ]
561 *: Skip 565 *: Skip
562 566
563 [ $arch == mips ] 567 [ $arch == mips ]
564 *: Skip 568 *: Skip
565 569
566 [ $arch == simmips ] 570 [ $arch == simmips ]
567 *: Skip 571 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698