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

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

Issue 10826249: Issue 3084. Generate warning, not error, for 'Unknown.unknown' (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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/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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 gc_test: Skip # Takes too long. 62 gc_test: Skip # Takes too long.
63 63
64 [ $compiler == dartc ] 64 [ $compiler == dartc ]
65 application_negative_test: Fail # Runtime only test, rewrite as multitest 65 application_negative_test: Fail # Runtime only test, rewrite as multitest
66 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest 66 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest
67 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as mult itest 67 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as mult itest
68 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit e as multitest 68 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit e as multitest
69 call_operator_test: Pass # Issue 1355 69 call_operator_test: Pass # Issue 1355
70 cascade_test: Pass,Fail # Issue 3729 Some cases pass, but for the wrong reason 70 cascade_test: Pass,Fail # Issue 3729 Some cases pass, but for the wrong reason
71 char_escape_test: Pass # Issue 1654 71 char_escape_test: Pass # Issue 1654
72 class_literal_test/04 : Skip # language change 1031
73 class_literal_test/09 : Skip # language change 1031
74 class_literal_test/16 : Skip # language change 1031
72 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri te as multitest 75 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri te as multitest
73 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest 76 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest
74 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest 77 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest
75 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. 78 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support.
76 duplicate_implements_test: Skip # Issue 976 79 duplicate_implements_test: Skip # Issue 976
77 factory5_test/00: Fail # issue 3079 80 factory5_test/00: Fail # issue 3079
78 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest 81 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest
79 final_syntax_test/*: Skip # can't handle base case 82 final_syntax_test/*: Skip # can't handle base case
80 getter_no_setter_test/01: Fail # Fails to detect compile-time error. 83 getter_no_setter_test/01: Fail # Fails to detect compile-time error.
81 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr ite as multitest 84 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr ite as multitest
82 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest 85 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest
83 library2_negative_test: Fail # still a valid test? Issue 3649 86 library2_negative_test: Fail # still a valid test? Issue 3649
84 library4_negative_test: Fail # still a valid test? Issue 3530 87 library4_negative_test: Fail # still a valid test? Issue 3530
85 library6_negative_test: Fail # still a valid test? Issue 3650 88 library6_negative_test: Fail # still a valid test? Issue 3650
86 list_literal4_test: Fail # Issue 1343 89 list_literal4_test: Fail # Issue 1343
87 map_literal4_test: Fail # Issue 1343 90 map_literal4_test: Fail # Issue 1343
88 named_parameters_negative_test: Fail # Runtime only test, rewrite as multitest 91 named_parameters_negative_test: Fail # Runtime only test, rewrite as multitest
89 named_parameters_with_object_property_names_test: Fail # Issue 2137 92 named_parameters_with_object_property_names_test: Fail # Issue 2137
90 no_such_method_negative_test: Fail # Runtime only test, rewrite as multiteste 93 no_such_method_negative_test: Fail # Runtime only test, rewrite as multiteste
91 override_field_test/03: Fail # still a valid test? Issue 3894 94 override_field_test/03: Fail # still a valid test? Issue 3894
92 override_field_test/04: Fail # still a valid test? Issue 3656 95 override_field_test/04: Fail # still a valid test? Issue 3656
96 prefix1_negative_test : Skip # language change 1031
97 prefix5_negative_test : Skip # language change 1031
93 private_member3_negative_test: Fail # Runtime only test? rewrite as multitest 98 private_member3_negative_test: Fail # Runtime only test? rewrite as multitest
94 pseudo_kw_illegal_test/08: Fail # Issue 356 99 pseudo_kw_illegal_test/08: Fail # Issue 356
95 pseudo_kw_illegal_test/10: Fail # Issue 356 100 pseudo_kw_illegal_test/10: Fail # Issue 356
96 pseudo_kw_illegal_test/14: Fail # Issue 356 101 pseudo_kw_illegal_test/14: Fail # Issue 356
97 setter_no_getter_call_test/01: Fail # Issue 4383 102 setter_no_getter_call_test/01: Fail # Issue 4383
98 static_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrit e as multitest 103 static_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrit e as multitest
99 syntax_test: Skip # Bug 2107 Static type warnings in none case 104 syntax_test: Skip # Bug 2107 Static type warnings in none case
100 throw7_negative_test: Fail # Issue 3654 105 throw7_negative_test: Fail # Issue 3654
101 try_catch_test: Fail # Uses new catch syntax. 106 try_catch_test: Fail # Uses new catch syntax.
102 # try_catch_syntax_test/08: Fail # Issue 3795 107 # try_catch_syntax_test/08: Fail # Issue 3795
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 static_top_level_test/05: Fail 310 static_top_level_test/05: Fail
306 string_interpolation7_test: Fail 311 string_interpolation7_test: Fail
307 switch_label_test: Fail 312 switch_label_test: Fail
308 syntax_test/none: Fail 313 syntax_test/none: Fail
309 typed_message_test: Fail 314 typed_message_test: Fail
310 type_variable_bounds2_test/02: Fail 315 type_variable_bounds2_test/02: Fail
311 type_variable_bounds2_test/06: Fail 316 type_variable_bounds2_test/06: Fail
312 type_variable_bounds_test/02: Fail 317 type_variable_bounds_test/02: Fail
313 type_variable_bounds_test/04: Fail 318 type_variable_bounds_test/04: Fail
314 type_variable_bounds_test/05: Fail 319 type_variable_bounds_test/05: Fail
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