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

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

Issue 10909081: Fix tests and update status files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 bad_override_test/02: Fail # Issue 3859. 56 bad_override_test/02: Fail # Issue 3859.
57 57
58 setter_no_getter_call_test/01: Crash # Issue 4360 58 setter_no_getter_call_test/01: Crash # Issue 4360
59 setter_no_getter_test/01: Crash # Issue 4360 59 setter_no_getter_test/01: Crash # Issue 4360
60 60
61 getter_no_setter2_test/01: Fail # Issue 4898 61 getter_no_setter2_test/01: Fail # Issue 4898
62 62
63 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning. 63 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning.
64 64
65 final_syntax_test/none: Fail # Issue 3558 65 final_syntax_test/none: Fail # Issue 3558
66 lazy_final_test: Fail # Issue 3558 66 lazy_static_test: Fail # Issue 3558
67 lazy_final2_test: Fail # Issue 3558 67 lazy_static2_test: Fail # Issue 3558
68 lazy_final3_test: Fail # Issue 3558 68 lazy_static3_test: Fail # Issue 3558
69 69
70 70
71 # DartC specific tests that should not be run by the VM 71 # DartC specific tests that should not be run by the VM
72 *dartc_test: Skip 72 *dartc_test: Skip
73 *dartc_negative_test: Skip 73 *dartc_negative_test: Skip
74 74
75 [ $compiler == none && $mode == debug ] 75 [ $compiler == none && $mode == debug ]
76 gc_test: Skip # Takes too long. 76 gc_test: Skip # Takes too long.
77 77
78 [ $compiler == dartc ] 78 [ $compiler == dartc ]
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 duplicate_implements_test: Skip # Issue 976 117 duplicate_implements_test: Skip # Issue 976
118 factory5_test/00: Fail # issue 3079 118 factory5_test/00: Fail # issue 3079
119 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest 119 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest
120 const_syntax_test/09: Fail # Issue 4713 120 const_syntax_test/09: Fail # Issue 4713
121 getter_no_setter_test/01: Fail # Fails to detect compile-time error. 121 getter_no_setter_test/01: Fail # Fails to detect compile-time error.
122 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. 122 getter_no_setter2_test/01: Fail # Fails to detect compile-time error.
123 setter_no_getter_test/01: Fail # Fails to detect compile-time error. 123 setter_no_getter_test/01: Fail # Fails to detect compile-time error.
124 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr ite as multitest 124 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr ite as multitest
125 interface_factory1_negative_test: Fail # language change 1031 125 interface_factory1_negative_test: Fail # language change 1031
126 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest 126 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest
127 final_syntax_test/none: Fail # Issue 3476
128 lazy_static_test: Fail # Issue 3476
129 lazy_static2_test: Fail # Issue 3476
130 lazy_static3_test: Fail # Issue 3476
127 library2_negative_test: Fail # still a valid test? Issue 3649 131 library2_negative_test: Fail # still a valid test? Issue 3649
128 library4_negative_test: Fail # still a valid test? Issue 3530 132 library4_negative_test: Fail # still a valid test? Issue 3530
129 library6_negative_test: Fail # still a valid test? Issue 3650 133 library6_negative_test: Fail # still a valid test? Issue 3650
130 list_literal4_test: Fail # Issue 1343 134 list_literal4_test: Fail # Issue 1343
131 map_literal4_test: Fail # Issue 1343 135 map_literal4_test: Fail # Issue 1343
132 named_parameters_with_object_property_names_test: Fail # Issue 2137 136 named_parameters_with_object_property_names_test: Fail # Issue 2137
133 new_expression_type_args_test/01: Fail # language change 1031 137 new_expression_type_args_test/01: Fail # language change 1031
134 new_expression_type_args_test/02: Fail # language change 1031 138 new_expression_type_args_test/02: Fail # language change 1031
135 no_such_method_negative_test: Fail # Runtime only test, rewrite as multiteste 139 no_such_method_negative_test: Fail # Runtime only test, rewrite as multiteste
136 override_field_test/03: Fail # still a valid test? Issue 3894 140 override_field_test/03: Fail # still a valid test? Issue 3894
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 pseudo_kw_illegal_test/14: Fail 240 pseudo_kw_illegal_test/14: Fail
237 pseudo_kw_illegal_test/15: Fail 241 pseudo_kw_illegal_test/15: Fail
238 pseudo_kw_illegal_test/16: Fail 242 pseudo_kw_illegal_test/16: Fail
239 pseudo_kw_test: Fail 243 pseudo_kw_test: Fail
240 # external keyword is not yet supported by dart2js/dart2dart. 244 # external keyword is not yet supported by dart2js/dart2dart.
241 external_test/*: Skip 245 external_test/*: Skip
242 const_syntax_test/03: Fail, OK 246 const_syntax_test/03: Fail, OK
243 const_syntax_test/04: Fail, OK 247 const_syntax_test/04: Fail, OK
244 final_syntax_test/03: Fail, OK 248 final_syntax_test/03: Fail, OK
245 final_syntax_test/04: Fail, OK 249 final_syntax_test/04: Fail, OK
246 lazy_final_test: Fail, OK # Issue 3558 250 lazy_static_test: Fail, OK # Issue 3558
247 lazy_final2_test: Fail, OK # Issue 3558 251 lazy_static2_test: Fail, OK # Issue 3558
248 # Call operator is not supported by DartVM (see suppression above.) 252 # Call operator is not supported by DartVM (see suppression above.)
249 call_operator_test: Fail 253 call_operator_test: Fail
250 # dart2js frontend doesn't even analyse problematic classes. 254 # dart2js frontend doesn't even analyse problematic classes.
251 class_extends_negative_test: Fail 255 class_extends_negative_test: Fail
252 duplicate_implements_test/01: Fail 256 duplicate_implements_test/01: Fail
253 duplicate_implements_test/02: Fail 257 duplicate_implements_test/02: Fail
254 duplicate_implements_test/03: Fail 258 duplicate_implements_test/03: Fail
255 duplicate_implements_test/04: Fail 259 duplicate_implements_test/04: Fail
256 field2_negative_test: Fail 260 field2_negative_test: Fail
257 field4_negative_test: Fail 261 field4_negative_test: Fail
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 disable_privacy_test: Fail, Ok 319 disable_privacy_test: Fail, Ok
316 # This test hard codes name of file being run and precise position. 320 # This test hard codes name of file being run and precise position.
317 generic_test: Fail, Ok 321 generic_test: Fail, Ok
318 # Minified mode failures. 322 # Minified mode failures.
319 # TODO(antonm): proper support in test framework. 323 # TODO(antonm): proper support in test framework.
320 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("foo"). 324 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("foo").
321 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv oked method ("foo"). 325 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv oked method ("foo").
322 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo o"). 326 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo o").
323 327
324 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning. 328 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698