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

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

Issue 10540048: Implement 'as' operator. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review comments. Created 8 years, 5 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.
11 # 11 #
12 # 1) Copy the old version of the test to 12 # 1) Copy the old version of the test to
13 # tests/language/src/test_name_[dartc|vm]_test.dart. 13 # tests/language/src/test_name_[dartc|vm]_test.dart.
14 # to maintain coverage. 14 # to maintain coverage.
15 # 2) File a bug on each architecture for the failure due to the language change. 15 # 2) File a bug on each architecture for the failure due to the language change.
16 # 3) Update the language/src directory with the updated test. 16 # 3) Update the language/src directory with the updated test.
17 17
18 [ $compiler == none ] 18 [ $compiler == none ]
19 cast_test: Fail # Issue 3400
19 gc_test: Fail # Issue 1487 20 gc_test: Fail # Issue 1487
20 field_override_test/none: Fail # Issue 742: field shadowing now allowed 21 field_override_test/none: Fail # Issue 742: field shadowing now allowed
21 field_override_test/01: Fail # Issue 742: field shadowing now allowed 22 field_override_test/01: Fail # Issue 742: field shadowing now allowed
22 field_override_test/02: Fail # Issue 742: field shadowing now allowed 23 field_override_test/02: Fail # Issue 742: field shadowing now allowed
23 super_field_access_test: Fail # Issue 742: field shadowing now allowed 24 super_field_access_test: Fail # Issue 742: field shadowing now allowed
24 pseudo_kw_illegal_test/03: Fail # Issue 356 25 pseudo_kw_illegal_test/03: Fail # Issue 356
25 pseudo_kw_illegal_test/08: Fail # Issue 356 26 pseudo_kw_illegal_test/08: Fail # Issue 356
26 pseudo_kw_illegal_test/10: Fail # Issue 356 27 pseudo_kw_illegal_test/10: Fail # Issue 356
27 pseudo_kw_illegal_test/14: Fail # Issue 356 28 pseudo_kw_illegal_test/14: Fail # Issue 356
28 29
(...skipping 17 matching lines...) Expand all
46 47
47 constructor_redirect_test/01: Fail # Issue 2103. 48 constructor_redirect_test/01: Fail # Issue 2103.
48 49
49 closure_with_super_send_test: Fail # Issue 3197. 50 closure_with_super_send_test: Fail # Issue 3197.
50 super_closure_test: Fail # Issue 3197. 51 super_closure_test: Fail # Issue 3197.
51 parameter_initializer6_negative_test: Fail # Issue 3502 52 parameter_initializer6_negative_test: Fail # Issue 3502
52 53
53 prefix_core_test: Fail # Issue 3638. 54 prefix_core_test: Fail # Issue 3638.
54 55
55 # Issue 2501 56 # Issue 2501
56 cascade_test: Pass,Fail # Some cases pass, but for the wrong reason 57 cascade_test: Pass,Fail # Some cases pass, but for the wrong reason
57 cascade_precedence_test: Fail 58 cascade_precedence_test: Fail
58 59
59 fauxverride_test/none: Fail # Issue 3778. 60 fauxverride_test/none: Fail # Issue 3778.
60 61
61 # DartC specific tests that should not be run by the VM 62 # DartC specific tests that should not be run by the VM
62 *dartc_test: Skip 63 *dartc_test: Skip
63 *dartc_negative_test: Skip 64 *dartc_negative_test: Skip
64 65
65 [ $compiler == none && $mode == debug ] 66 [ $compiler == none && $mode == debug ]
66 gc_test: Skip # Takes too long. 67 gc_test: Skip # Takes too long.
67 68
68 [ $compiler == dartc ] 69 [ $compiler == dartc ]
69 application_negative_test: Fail # Runtime only test, rewrite as multitest 70 application_negative_test: Fail # Runtime only test, rewrite as multitest
70 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest 71 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest
71 assign_instance_method_negative_test: Fail # Issue 3662 72 assign_instance_method_negative_test: Fail # Issue 3662
72 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit e as multitest 73 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit e as multitest
73 call_operator_test: Pass # Issue 1355 74 call_operator_test: Pass # Issue 1355
74 cascade_test: Pass,Fail # Issue 3729 Some cases pass, but for the wrong reason 75 cascade_test: Pass,Fail # Issue 3729 Some cases pass, but for the wrong reason
75 cascade_precedence_test: Fail # Issue 3729 76 cascade_precedence_test: Fail # Issue 3729
77 cast_test: Fail # Issue 3401
76 char_escape_test: Pass # Issue 1654 78 char_escape_test: Pass # Issue 1654
77 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri te as multitest 79 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri te as multitest
78 compile_time_constant_p_test/01: Fail # Issue 2580 80 compile_time_constant_p_test/01: Fail # Issue 2580
79 const_syntax_test/01: Fail # test issue 3626 81 const_syntax_test/01: Fail # test issue 3626
80 const_syntax_test/02: Fail # test issue 3626 82 const_syntax_test/02: Fail # test issue 3626
81 const_syntax_test/03: Fail # test issue 3626 83 const_syntax_test/03: Fail # test issue 3626
82 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest 84 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest
83 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest 85 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest
84 default_factory_library_test: Fail # Issue 514 86 default_factory_library_test: Fail # Issue 514
85 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. 87 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support.
86 duplicate_implements_test: Skip # Issue 976 88 duplicate_implements_test: Skip # Issue 976
87 factory5_test/00: Fail # issue 3079 89 factory5_test/00: Fail # issue 3079
88 field3a_negative_test: Fail # Issue 3655 90 field3a_negative_test: Fail # Issue 3655
89 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest 91 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest
90 final_syntax_test/*: Skip # can't handle base case 92 final_syntax_test/*: Skip # can't handle base case
91 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr ite as multitest 93 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr ite as multitest
92 library2_negative_test: Fail # still a valid test? Issue 3649 94 library2_negative_test: Fail # still a valid test? Issue 3649
93 library4_negative_test: Fail # still a valid test? Issue 3530 95 library4_negative_test: Fail # still a valid test? Issue 3530
94 library6_negative_test: Fail # still a valid test? Issue 3650 96 library6_negative_test: Fail # still a valid test? Issue 3650
95 list_literal4_test: Fail # Issue 1343 97 list_literal4_test: Fail # Issue 1343
96 map_literal4_test: Fail # Issue 1343 98 map_literal4_test: Fail # Issue 1343
97 named_parameters_negative_test: Fail # Runtime only test, rewrite as multitest 99 named_parameters_negative_test: Fail # Runtime only test, rewrite as multitest
98 named_parameters_with_object_property_names_test: Fail # Issue 2137 100 named_parameters_with_object_property_names_test: Fail # Issue 2137
99 no_such_method_negative_test: Fail # Runtime only test, rewrite as multitest 101 no_such_method_negative_test: Fail # Runtime only test, rewrite as multitest
100 override_field_test/04: Fail # Issue 3656 102 override_field_test/04: Fail # Issue 3656
101 private_member3_negative_test: Fail # Runtime only test? rewrite as multitest 103 private_member3_negative_test: Fail # Runtime only test? rewrite as multitest
102 pseudo_kw_illegal_test/08: Fail # Issue 356 104 pseudo_kw_illegal_test/08: Fail # Issue 356
103 pseudo_kw_illegal_test/10: Fail # Issue 356 105 pseudo_kw_illegal_test/10: Fail # Issue 356
104 pseudo_kw_illegal_test/14: Fail # Issue 356 106 pseudo_kw_illegal_test/14: Fail # Issue 356
105 static_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrit e as multitest 107 static_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrit e as multitest
106 switch7_negative_test: Fail # Issue 3658 108 switch7_negative_test: Fail # Issue 3658
107 switch_label_test: Fail # Issue 3658 109 switch_label_test: Fail # Issue 3658
108 syntax_test: Skip # Bug 2107 Static type warnings in none case 110 syntax_test: Skip # Bug 2107 Static type warnings in none case
109 third_test: Fail # Issue 3659 111 third_test: Fail # Issue 3659
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 *: Skip 145 *: Skip
144 146
145 [ $browser ] 147 [ $browser ]
146 prefix_core_test: Fail # Issue 2264. 148 prefix_core_test: Fail # Issue 2264.
147 149
148 [ $arch == simarm ] 150 [ $arch == simarm ]
149 *: Skip 151 *: Skip
150 152
151 [ $arch == arm ] 153 [ $arch == arm ]
152 *: Skip 154 *: Skip
OLDNEW
« lib/compiler/implementation/ssa/nodes.dart ('K') | « lib/compiler/implementation/ssa/nodes.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698