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

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

Issue 11878043: Start adding support for mixin application syntax. We now parse the typedef variant of mixin applic… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix broken language test. 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
« no previous file with comments | « tests/compiler/dart2js/unparser_test.dart ('k') | tests/language/naming_test.dart » ('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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 [ $compiler == none && $checked ] 83 [ $compiler == none && $checked ]
84 default_factory2_test/01: Fail # Issue 7075. 84 default_factory2_test/01: Fail # Issue 7075.
85 85
86 [ $compiler == dartc ] 86 [ $compiler == dartc ]
87 class_literal_test/none : Fail # Issue 7630. 87 class_literal_test/none : Fail # Issue 7630.
88 88
89 # test issue 7749 89 # test issue 7749
90 list_literal1_negative_test: Fail 90 list_literal1_negative_test: Fail
91 map_literal1_negative_test: Fail 91 map_literal1_negative_test: Fail
92 92
93 # test issue XXXX
94 naming_test: Fail
95
96 library_juxtaposition_test: Fail # Issue 6881 93 library_juxtaposition_test: Fail # Issue 6881
97 new_expression_type_args_test/0*: Fail # Wrongly reports compile-time error. 94 new_expression_type_args_test/0*: Fail # Wrongly reports compile-time error.
98 redirecting_factory_infinite_steps_test/01: Fail # http://dartbug.com/6560 95 redirecting_factory_infinite_steps_test/01: Fail # http://dartbug.com/6560
99 implicit_this_test/none: Fail # should not warn about allocating SubAbstract2 96 implicit_this_test/none: Fail # should not warn about allocating SubAbstract2
100 metadata_test: Fail 97 metadata_test: Fail
101 const_locals_test: Fail 98 const_locals_test: Fail
102 const_nested_test: Fail 99 const_nested_test: Fail
103 application_negative_test: Fail # Runtime only test, rewrite as multitest 100 application_negative_test: Fail # Runtime only test, rewrite as multitest
104 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multi test 101 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multi test
105 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrite as multitest 102 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrite as multitest
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 527
531 [ $compiler == dart2dart && $minified ] 528 [ $compiler == dart2dart && $minified ]
532 # TODO(tball): Assign proper bug numbers. 529 # TODO(tball): Assign proper bug numbers.
533 class_literal_test/none: Fail 530 class_literal_test/none: Fail
534 531
535 import_core_prefix_test: Pass 532 import_core_prefix_test: Pass
536 prefix22_test: Pass 533 prefix22_test: Pass
537 invocation_mirror_test: Fail, OK # hardcoded names. 534 invocation_mirror_test: Fail, OK # hardcoded names.
538 invocation_mirror2_test: Fail, OK # hardcoded names. 535 invocation_mirror2_test: Fail, OK # hardcoded names.
539 super_call4_test: Fail, OK # hardcoded names. 536 super_call4_test: Fail, OK # hardcoded names.
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/unparser_test.dart ('k') | tests/language/naming_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698