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

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

Issue 23537005: Update class and interface cycle tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Style change Created 7 years, 3 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/language/interface_cycle_test.dart ('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 [ $compiler == dart2js || $compiler == dart2dart ] 5 [ $compiler == dart2js || $compiler == dart2dart ]
6 compile_time_constant_c_test/none: Fail # Map literal with int key. 6 compile_time_constant_c_test/none: Fail # Map literal with int key.
7 constructor_initializer_test: Fail, OK # Depends on ?parameter check. 7 constructor_initializer_test: Fail, OK # Depends on ?parameter check.
8 null_test/03: Fail # Issue 12445. 8 null_test/03: Fail # Issue 12445.
9 9
10 black_listed_test/none: Fail # Issue 12446. 10 black_listed_test/none: Fail # Issue 12446.
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 external_test/14: Fail # Issue 12887 152 external_test/14: Fail # Issue 12887
153 external_test/21: Fail # Issue 12887 153 external_test/21: Fail # Issue 12887
154 external_test/22: Fail # Issue 12887 154 external_test/22: Fail # Issue 12887
155 external_test/23: Fail # Issue 12887 155 external_test/23: Fail # Issue 12887
156 external_test/30: Fail # Issue 12887 156 external_test/30: Fail # Issue 12887
157 external_test/31: Fail # Issue 12887 157 external_test/31: Fail # Issue 12887
158 instanceof4_test/01: Fail # Issue 12889 158 instanceof4_test/01: Fail # Issue 12889
159 list_literal4_test: Fail # Issue 12890 159 list_literal4_test: Fail # Issue 12890
160 map_literal4_test: Fail # Issue 12891 160 map_literal4_test: Fail # Issue 12891
161 161
162 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
163 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
164
165
166 # 162 #
167 # The following tests are all negative tests that should be fixed. 163 # The following tests are all negative tests that should be fixed.
168 # 164 #
169 abstract_syntax_test/01: Fail # Negative language test. 165 abstract_syntax_test/01: Fail # Negative language test.
170 const_constructor_syntax_test/04: Fail # Negative language test. 166 const_constructor_syntax_test/04: Fail # Negative language test.
171 const_syntax_test/04: Fail # Negative language test. 167 const_syntax_test/04: Fail # Negative language test.
172 constructor2_negative_test: Fail # Negative language test. 168 constructor2_negative_test: Fail # Negative language test.
173 constructor_return_negative_test: Fail # Negative language test. 169 constructor_return_negative_test: Fail # Negative language test.
174 constructor_return_with_arrow_negative_test: Fail # Negative language test. 170 constructor_return_with_arrow_negative_test: Fail # Negative language test.
175 constructor_return_with_init_and_arrow_negative_test: Fail # Negative language t est. 171 constructor_return_with_init_and_arrow_negative_test: Fail # Negative language t est.
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 named_parameters_aggregated_test/01: Fail # Issue 12802 333 named_parameters_aggregated_test/01: Fail # Issue 12802
338 named_parameters_aggregated_test/03: Fail # Issue 12813 334 named_parameters_aggregated_test/03: Fail # Issue 12813
339 not_enough_positional_arguments_test/01: Fail # Issue 12839 335 not_enough_positional_arguments_test/01: Fail # Issue 12839
340 not_enough_positional_arguments_test/02: Fail # Issue 12839 336 not_enough_positional_arguments_test/02: Fail # Issue 12839
341 not_enough_positional_arguments_test/04: Fail # Issue 12839 337 not_enough_positional_arguments_test/04: Fail # Issue 12839
342 not_enough_positional_arguments_test/05: Fail # Issue 12839 338 not_enough_positional_arguments_test/05: Fail # Issue 12839
343 339
344 metadata_test: Fail # Issue 12762 340 metadata_test: Fail # Issue 12762
345 const_var_test: Pass, Fail # Issue 12794 341 const_var_test: Pass, Fail # Issue 12794
346 map_literal3_test: Fail # Issue 12794 342 map_literal3_test: Fail # Issue 12794
347 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
348 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
349 # Common problems with dart2js. In illegal family, invalid 343 # Common problems with dart2js. In illegal family, invalid
350 # declarations are simply not parsed. In pseudo kw dart2js 344 # declarations are simply not parsed. In pseudo kw dart2js
351 # chokes on things like typedef(x) => "typedef $x" and alike. 345 # chokes on things like typedef(x) => "typedef $x" and alike.
352 abstract_syntax_test/01: Fail 346 abstract_syntax_test/01: Fail
353 pseudo_kw_test: Fail 347 pseudo_kw_test: Fail
354 external_test/01: Fail # Issue 12888 348 external_test/01: Fail # Issue 12888
355 external_test/02: Fail # Issue 12888 349 external_test/02: Fail # Issue 12888
356 external_test/11: Fail # Issue 12888 350 external_test/11: Fail # Issue 12888
357 external_test/12: Fail # Issue 12888 351 external_test/12: Fail # Issue 12888
358 external_test/13: Fail # Issue 12888 352 external_test/13: Fail # Issue 12888
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 f_bounded_quantification4_test: Fail # Issue 12605. 430 f_bounded_quantification4_test: Fail # Issue 12605.
437 f_bounded_quantification5_test: Fail # Issue 12605. 431 f_bounded_quantification5_test: Fail # Issue 12605.
438 432
439 # TODO(tball): Assign proper bug numbers. 433 # TODO(tball): Assign proper bug numbers.
440 class_literal_test: Fail 434 class_literal_test: Fail
441 435
442 import_core_prefix_test: Pass 436 import_core_prefix_test: Pass
443 prefix22_test: Pass 437 prefix22_test: Pass
444 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 438 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
445 super_call4_test: Fail, OK # hardcoded names. 439 super_call4_test: Fail, OK # hardcoded names.
OLDNEW
« no previous file with comments | « tests/language/interface_cycle_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698