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

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

Issue 11411271: Remove support for interfaces. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years 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
« runtime/vm/object.cc ('K') | « runtime/vm/token.h ('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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 compile_time_constant10_test/none: Fail # issue 5214 52 compile_time_constant10_test/none: Fail # issue 5214
53 53
54 invocation_mirror_test: Fail # issue 3326, 3622. 54 invocation_mirror_test: Fail # issue 3326, 3622.
55 no_such_method_test: Fail # issue 3326, 3622. 55 no_such_method_test: Fail # issue 3326, 3622.
56 56
57 export_cyclic_test: Fail, Crash # issue 6060 57 export_cyclic_test: Fail, Crash # issue 6060
58 duplicate_export_negative_test: Fail # issue 6134 58 duplicate_export_negative_test: Fail # issue 6134
59 invocation_mirror_indirect_test: Fail # Issue 3326 59 invocation_mirror_indirect_test: Fail # Issue 3326
60 60
61 # Test issue 6324 61 # Test issue 6324
62 generic_instanceof3_test: Fail, OK
srdjan 2012/11/29 23:52:12 Ouch, that is a lot of tests that need to be updat
regis 2012/11/30 00:24:30 I'm going to do it, but I'll update the bug report
63 interface_factory_test: Fail, OK
64 factory4_test: Fail, OK
65 list_literal_syntax_test/none: Fail, OK
66 default_class_implicit_constructor_test: Fail, OK
67 interface_factory_constructor_negative_test: Pass, OK
68 implied_interface_test: Fail, OK
69 throw2_test: Fail, OK
70 class_override_negative_test: Pass, OK
71 default_implementation2_test: Fail, OK
72 implicit_this_test/none: Fail, OK
73 implicit_this_test/01: Fail, OK
74 implicit_this_test/04: Fail, OK
75 interface_factory3_negative_test: Pass, OK
76 factory_implementation_test: Fail, OK
77 interface_factory_multi_test: Fail, OK
78 interface_function_type_alias2_negative_test: Pass, OK
79 throw1_test: Fail, OK
80 factory2_negative_test: Pass, OK
81 named_parameters_test/none: Fail, OK
82 prefix14_test: Fail, OK
83 prefix15_test: Fail, OK
84 prefix16_test: Fail, OK
85 prefix17_test: Fail, OK
86 prefix22_test: Fail, OK
87 prefix23_test: Fail, OK
88 type_checks_in_factory_method_test: Fail, OK
89 interface_static_method_negative_test: Pass, OK
90 method_override2_test/none: Fail, OK
91 interface_injection1_negative_test: Pass, OK
92 extend_type_parameter2_negative_test: Pass, OK
93 generic_syntax_test: Fail, OK
94 is_operator_test: Fail, OK
95 dynamic_test: Fail, OK
96 generic_deep_test: Fail, OK
97 default_factory2_test: Fail, OK
98 default_implementation_test: Fail, OK
99 non_parameterized_factory2_test: Fail, OK
100 interface_function_type_alias1_negative_test: Pass, OK
101 default_factory3_test: Fail, OK
102 interface_inherit_field_test: Fail, OK
103 class_test: Fail, OK
104 interface2_negative_test: Pass, OK
105 instanceof_test: Fail, OK
106 default_interface1_negative_test: Pass, OK
107 default_factory_test: Fail, OK
108 default_factory_library_test: Fail, OK
109 duplicate_implements_test/none: Fail, OK
110 syntax_test/none: Fail, OK
111 type_variable_scope_test: Fail, OK
112 cyclic_type_variable_test: Fail, OK
113 interface_function_type_alias3_negative_test: Pass, OK
114 compile_time_constant_h_test: Fail, OK
115 try_catch3_test: Fail, OK
116 ct_const_test: Fail, OK
117 factory_negative_test: Pass, OK
118 instanceof2_test: Fail, OK
119 interface_constants_test: Fail, OK
120 interface_test: Fail, OK
121 library_same_name_used_test: Fail, OK
122 pseudo_kw_illegal_test/09: Fail, OK
123 interface_injection2_negative_test: Pass, OK
124 factory2_test: Fail, OK
125 non_parameterized_factory_test: Fail, OK
126 try_catch2_test: Fail, OK
127 factory3_negative_test: Pass, OK
128 class_extends_negative_test: Pass, OK
129 interface_static_non_final_fields_negative_test: Pass, OK
130 interface_cycle_negative_test: Pass, OK
131 factory3_test: Fail, OK
132 interface_factory1_negative_test: Pass, OK
133 factory5_test: Fail, OK
134 interface_factory2_negative_test: Pass, OK
62 class_test: Fail, OK 135 class_test: Fail, OK
63 interface_test/none: Fail, OK 136 interface_test/none: Fail, OK
64 interface_test/00: Fail, OK 137 interface_test/00: Fail, OK
65 compile_time_constant_h_test: Fail, OK 138 compile_time_constant_h_test: Fail, OK
66 const_constructor_syntax_test/none: Fail, OK 139 const_constructor_syntax_test/none: Fail, OK
67 default_class_implicit_constructor_test: Fail, OK 140 default_class_implicit_constructor_test: Fail, OK
68 named_parameters_test/none: Fail, OK 141 named_parameters_test/none: Fail, OK
69 type_checks_in_factory_method_test: Fail, OK 142 type_checks_in_factory_method_test: Fail, OK
70 default_factory2_test/none: Fail, OK 143 default_factory2_test/none: Fail, OK
71 default_factory3_test: Fail, OK 144 default_factory3_test: Fail, OK
(...skipping 23 matching lines...) Expand all
95 type_variable_scope_test/none: Fail, OK 168 type_variable_scope_test/none: Fail, OK
96 169
97 [ $compiler == none && $unchecked ] 170 [ $compiler == none && $unchecked ]
98 # Test issue 6324 (continued) 171 # Test issue 6324 (continued)
99 default_factory2_test/01: Fail, OK 172 default_factory2_test/01: Fail, OK
100 type_variable_bounds_test/01: Fail, OK 173 type_variable_bounds_test/01: Fail, OK
101 type_variable_bounds_test/02: Fail, OK 174 type_variable_bounds_test/02: Fail, OK
102 type_variable_bounds_test/04: Fail, OK 175 type_variable_bounds_test/04: Fail, OK
103 type_variable_bounds_test/05: Fail, OK 176 type_variable_bounds_test/05: Fail, OK
104 type_variable_bounds_test/07: Fail, OK 177 type_variable_bounds_test/07: Fail, OK
178 type_variable_bounds2_test: Fail, OK
105 type_variable_scope_test/00: Fail, OK 179 type_variable_scope_test/00: Fail, OK
106 type_variable_scope_test/01: Fail, OK 180 type_variable_scope_test/01: Fail, OK
107 type_variable_scope_test/02: Fail, OK 181 type_variable_scope_test/02: Fail, OK
108 type_variable_scope_test/03: Fail, OK 182 type_variable_scope_test/03: Fail, OK
109 type_variable_scope_test/04: Fail, OK 183 type_variable_scope_test/04: Fail, OK
110 type_variable_scope_test/05: Fail, OK 184 type_variable_scope_test/05: Fail, OK
111 185
112 [ $compiler == none && $checked ] 186 [ $compiler == none && $checked ]
113 # Test issue 6324 (continued) 187 # Test issue 6324 (continued)
114 # Pass for the wrong reason: no distinction between compile-time error and dynam ic error 188 # Pass for the wrong reason: no distinction between compile-time error and dynam ic error
115 default_factory2_test/01: Pass 189 default_factory2_test/01: Pass
116 type_variable_bounds_test/01: Pass 190 type_variable_bounds_test/01: Pass
117 type_variable_bounds_test/02: Pass 191 type_variable_bounds_test/02: Pass
118 type_variable_bounds_test/04: Pass 192 type_variable_bounds_test/04: Pass
119 type_variable_bounds_test/05: Pass 193 type_variable_bounds_test/05: Pass
120 type_variable_bounds_test/07: Pass 194 type_variable_bounds_test/07: Pass
195 type_variable_bounds2_test/none: Fail, OK
196 type_variable_bounds2_test/00: Pass
197 type_variable_bounds2_test/01: Fail, OK
198 type_variable_bounds2_test/02: Pass
199 type_variable_bounds2_test/03: Pass
200 type_variable_bounds2_test/04: Fail, OK
201 type_variable_bounds2_test/05: Pass
202 type_variable_bounds2_test/06: Pass
121 type_variable_scope_test/00: Pass 203 type_variable_scope_test/00: Pass
122 type_variable_scope_test/01: Pass 204 type_variable_scope_test/01: Pass
123 type_variable_scope_test/02: Pass 205 type_variable_scope_test/02: Pass
124 type_variable_scope_test/03: Pass 206 type_variable_scope_test/03: Pass
125 type_variable_scope_test/04: Pass 207 type_variable_scope_test/04: Pass
126 type_variable_scope_test/05: Pass 208 type_variable_scope_test/05: Pass
127 209
128 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ] 210 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ]
129 gc_test: Skip # Issue 1487, flaky. 211 gc_test: Skip # Issue 1487, flaky.
130 212
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 compile_time_constant_h_test: Fail, OK 364 compile_time_constant_h_test: Fail, OK
283 const_constructor_syntax_test/none: Fail, OK 365 const_constructor_syntax_test/none: Fail, OK
284 ct_const_test: Fail, OK 366 ct_const_test: Fail, OK
285 cyclic_type_variable_test/none: Fail, OK 367 cyclic_type_variable_test/none: Fail, OK
286 cyclic_type_variable_test/01: Fail, OK 368 cyclic_type_variable_test/01: Fail, OK
287 cyclic_type_variable_test/02: Fail, OK 369 cyclic_type_variable_test/02: Fail, OK
288 cyclic_type_variable_test/03: Fail, OK 370 cyclic_type_variable_test/03: Fail, OK
289 cyclic_type_variable_test/04: Fail, OK 371 cyclic_type_variable_test/04: Fail, OK
290 default_class_implicit_constructor_test: Fail, OK 372 default_class_implicit_constructor_test: Fail, OK
291 default_factory2_test/none: Fail, OK 373 default_factory2_test/none: Fail, OK
374 default_factory2_test/none: Fail, OK
292 default_factory2_test/01: Fail, OK 375 default_factory2_test/01: Fail, OK
293 default_factory3_test: Fail, OK 376 default_factory3_test: Fail, OK
294 default_factory_library_test: Fail, OK 377 default_factory_library_test: Fail, OK
295 default_implementation2_test: Fail, OK 378 default_implementation2_test: Fail, OK
296 default_factory_test: Fail, OK 379 default_factory_test: Fail, OK
297 default_implementation_test: Fail, OK 380 default_implementation_test: Fail, OK
298 duplicate_implements_test/none: Fail, OK 381 duplicate_implements_test/none: Fail, OK
299 duplicate_implements_test/03: Pass 382 duplicate_implements_test/03: Pass
300 duplicate_implements_test/04: Pass 383 duplicate_implements_test/04: Pass
301 dynamic_test: Fail, OK 384 dynamic_test: Fail, OK
302 factory2_test: Fail, OK 385 factory2_test: Fail, OK
303 factory3_test: Fail, OK 386 factory3_test: Fail, OK
304 factory5_test/none: Fail, OK 387 factory5_test/none: Fail, OK
305 factory4_test: Fail, OK 388 factory4_test: Fail, OK
306 factory_implementation_test: Fail, OK 389 factory_implementation_test: Fail, OK
307 generic_deep_test: Fail, OK 390 generic_deep_test: Fail, OK
308 generic_instanceof3_test: Fail, OK 391 generic_instanceof3_test: Fail, OK
309 generic_syntax_test: Fail, OK 392 generic_syntax_test: Fail, OK
310 implicit_this_test/01: Fail, OK
311 implicit_this_test/04: Fail, OK
312 implied_interface_test: Fail, OK 393 implied_interface_test: Fail, OK
313 instanceof2_test: Fail, OK 394 instanceof2_test: Fail, OK
314 instanceof_test: Fail, OK 395 instanceof_test: Fail, OK
315 interface_constants_test: Fail, OK 396 interface_constants_test: Fail, OK
316 interface_factory1_negative_test: Fail, OK 397 interface_factory1_negative_test: Fail, OK
317 interface_factory_test: Fail, OK 398 interface_factory_test: Fail, OK
318 interface_factory_multi_test: Fail, OK 399 interface_factory_multi_test: Fail, OK
319 interface_inherit_field_test: Fail, OK 400 interface_inherit_field_test: Fail, OK
320 interface_test/00: Fail, OK 401 interface_test/00: Fail, OK
321 is_operator_test: Fail, OK 402 is_operator_test: Fail, OK
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 compile_time_constant_checked3_test/03: Fail, OK 760 compile_time_constant_checked3_test/03: Fail, OK
680 compile_time_constant_checked3_test/04: Fail, OK 761 compile_time_constant_checked3_test/04: Fail, OK
681 compile_time_constant_checked3_test/05: Fail, OK 762 compile_time_constant_checked3_test/05: Fail, OK
682 compile_time_constant_checked3_test/06: Fail, OK 763 compile_time_constant_checked3_test/06: Fail, OK
683 764
684 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 765 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280
685 766
686 # This is a VM error when the compiled code is run. 767 # This is a VM error when the compiled code is run.
687 invocation_mirror_test: Fail # issue 3326, 3622. 768 invocation_mirror_test: Fail # issue 3326, 3622.
688 invocation_mirror_indirect_test: Fail # issue 3326, 3622. 769 invocation_mirror_indirect_test: Fail # issue 3326, 3622.
OLDNEW
« runtime/vm/object.cc ('K') | « runtime/vm/token.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698