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

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

Issue 11316096: Issue 6283. Support type literals as expressions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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/co19/co19-compiler.status ('k') | no next file » | 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 class_literal_test/28 : Fail # language change 3368 131 class_literal_test/28 : Fail # language change 3368
132 class_literal_test/29 : Fail # language change 3368 132 class_literal_test/29 : Fail # language change 3368
133 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri te as multitest 133 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri te as multitest
134 compile_time_constant10_test/none: Fail # issue 5215. 134 compile_time_constant10_test/none: Fail # issue 5215.
135 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest 135 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest
136 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest 136 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest
137 disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support. 137 disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support.
138 factory5_test/00: Fail # issue 3079 138 factory5_test/00: Fail # issue 3079
139 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest 139 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest
140 140
141 first_class_types_literals_test: Fail # issue 6283
142 getter_no_setter_test/01: Fail # Fails to detect compile-time error. 141 getter_no_setter_test/01: Fail # Fails to detect compile-time error.
143 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. 142 getter_no_setter2_test/01: Fail # Fails to detect compile-time error.
144 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr ite as multitest 143 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr ite as multitest
145 duplicate_export_negative_test: Fail # Duplicate export not reported. 144 duplicate_export_negative_test: Fail # Duplicate export not reported.
146 # Test expects signature of noSuchMethod to be correct according 145 # Test expects signature of noSuchMethod to be correct according
147 # to specification. Should start working when the library signature 146 # to specification. Should start working when the library signature
148 # changes. 147 # changes.
149 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest 148 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest
150 library2_negative_test: Fail # still a valid test? Issue 3649 149 library2_negative_test: Fail # still a valid test? Issue 3649
151 library4_negative_test: Fail # still a valid test? Issue 3530 150 library4_negative_test: Fail # still a valid test? Issue 3530
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 prefix4_negative_test: Pass 328 prefix4_negative_test: Pass
330 prefix5_negative_test: Pass 329 prefix5_negative_test: Pass
331 prefix_new_test: Fail, OK 330 prefix_new_test: Fail, OK
332 prefix_test: Fail, OK 331 prefix_test: Fail, OK
333 private_member3_negative_test: Pass 332 private_member3_negative_test: Pass
334 private_member_test: Fail, OK 333 private_member_test: Fail, OK
335 top_level_prefixed_declaration_test: Fail, OK 334 top_level_prefixed_declaration_test: Fail, OK
336 typed_message_test: Fail, OK 335 typed_message_test: Fail, OK
337 336
338 337
338 # test issue 6818
339 type_variable_identifier_expression_negative_test: Fail, OK
340
339 341
340 # 342 #
341 # Add new dartc annotations above in alphabetical order 343 # Add new dartc annotations above in alphabetical order
342 # 344 #
343 345
344 # VM specific tests that should not be run by DartC. 346 # VM specific tests that should not be run by DartC.
345 *vm_test: Skip 347 *vm_test: Skip
346 *vm_negative_test: Skip 348 *vm_negative_test: Skip
347 349
348 350
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 compile_time_constant_checked3_test/05: Fail, OK 589 compile_time_constant_checked3_test/05: Fail, OK
588 compile_time_constant_checked3_test/06: Fail, OK 590 compile_time_constant_checked3_test/06: Fail, OK
589 591
590 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 592 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280
591 593
592 call_through_null_getter_test: Fail # issue 6130 594 call_through_null_getter_test: Fail # issue 6130
593 595
594 # This is a VM error when the compiled code is run. 596 # This is a VM error when the compiled code is run.
595 invocation_mirror_test: Fail # issue 3326, 3622. 597 invocation_mirror_test: Fail # issue 3326, 3622.
596 invocation_mirror_indirect_test: Fail # issue 3326, 3622. 598 invocation_mirror_indirect_test: Fail # issue 3326, 3622.
OLDNEW
« no previous file with comments | « tests/co19/co19-compiler.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698