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

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

Issue 11953012: Add more mixin tests and start rejecting illegal syntax. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status files. Created 7 years, 11 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 mixin_field_test: Fail 59 mixin_field_test: Fail
60 mixin_is_test: Fail 60 mixin_is_test: Fail
61 mixin_method_test: Fail 61 mixin_method_test: Fail
62 mixin_naming_test: Fail 62 mixin_naming_test: Fail
63
64 mixin_extends_field_test: Fail 63 mixin_extends_field_test: Fail
65 mixin_extends_is_test: Fail 64 mixin_extends_is_test: Fail
66 mixin_extends_method_test: Fail 65 mixin_extends_method_test: Fail
66 mixin_mixin_test: Fail
67 mixin_illegal_syntax_test/none: Fail
67 68
68 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ] 69 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ]
69 gc_test: Skip # Issue 1487, flaky. 70 gc_test: Skip # Issue 1487, flaky.
70 71
71 [ $compiler == none && $mode == debug ] 72 [ $compiler == none && $mode == debug ]
72 gc_test: Skip # Takes too long. 73 gc_test: Skip # Takes too long.
73 74
74 [ $compiler == none && $unchecked ] 75 [ $compiler == none && $unchecked ]
75 76
76 # Only checked mode reports an error on type assignment 77 # Only checked mode reports an error on type assignment
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 type_checks_in_factory_method_test: Fail 343 type_checks_in_factory_method_test: Fail
343 default_factory2_test/01: Fail # type arguments on redirecting factory not imple mented 344 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 345 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 346 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 347 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 348 type_variable_scope_test: Fail # type arguments on redirecting factory not imple mented
348 349
349 many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, te st depends on method names. 350 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. 351 overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test de pends on method names.
351 352
352 # Mixins aren't unparsed the right way yet. 353 # Mixins fail on the VM.
353 mixin_field_test: Fail # http://dartbug.com/7972 354 mixin_field_test: Fail # VM issue
354 mixin_is_test: Fail # http://dartbug.com/7972 355 mixin_is_test: Fail # VM issue
355 mixin_method_test: Fail # http://dartbug.com/7972 356 mixin_method_test: Fail # VM issue
356 mixin_naming_test: Fail # http://dartbug.com/7972 357 mixin_naming_test: Fail # VM issue
357 358 mixin_extends_field_test: Fail # VM issue
358 mixin_extends_field_test: Fail # http://dartbug.com/7972 359 mixin_extends_is_test: Fail # VM issue
359 mixin_extends_is_test: Fail # http://dartbug.com/7972 360 mixin_extends_method_test: Fail # VM issue
360 mixin_extends_method_test: Fail # http://dartbug.com/7972 361 mixin_mixin_test: Fail # VM issue
362 mixin_illegal_syntax_test/none: Fail # VM issue
361 363
362 # Malformed types not handled as unresolved: 364 # Malformed types not handled as unresolved:
363 import_core_prefix_test: Fail 365 import_core_prefix_test: Fail
364 prefix16_test: Fail 366 prefix16_test: Fail
365 prefix22_test: Fail 367 prefix22_test: Fail
366 type_annotation_test/04: Fail 368 type_annotation_test/04: Fail
367 type_annotation_test/06: Fail 369 type_annotation_test/06: Fail
368 370
369 # Calling unresolved class constructor: 371 # Calling unresolved class constructor:
370 call_nonexistent_constructor_test: Fail 372 call_nonexistent_constructor_test: Fail
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 548
547 [ $compiler == dart2dart && $minified ] 549 [ $compiler == dart2dart && $minified ]
548 # TODO(tball): Assign proper bug numbers. 550 # TODO(tball): Assign proper bug numbers.
549 class_literal_test/none: Fail 551 class_literal_test/none: Fail
550 552
551 import_core_prefix_test: Pass 553 import_core_prefix_test: Pass
552 prefix22_test: Pass 554 prefix22_test: Pass
553 invocation_mirror_test: Fail, OK # hardcoded names. 555 invocation_mirror_test: Fail, OK # hardcoded names.
554 invocation_mirror2_test: Fail, OK # hardcoded names. 556 invocation_mirror2_test: Fail, OK # hardcoded names.
555 super_call4_test: Fail, OK # hardcoded names. 557 super_call4_test: Fail, OK # hardcoded names.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698