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

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

Issue 10949015: Issue 5052. Analyzer should treat assert as a keyword (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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 compile_time_constant_checked2_test/05: Fail, OK 94 compile_time_constant_checked2_test/05: Fail, OK
95 compile_time_constant_checked2_test/06: Fail, OK 95 compile_time_constant_checked2_test/06: Fail, OK
96 compile_time_constant_checked3_test/01: Fail, OK 96 compile_time_constant_checked3_test/01: Fail, OK
97 compile_time_constant_checked3_test/02: Fail, OK 97 compile_time_constant_checked3_test/02: Fail, OK
98 compile_time_constant_checked3_test/03: Fail, OK 98 compile_time_constant_checked3_test/03: Fail, OK
99 compile_time_constant_checked3_test/04: Fail, OK 99 compile_time_constant_checked3_test/04: Fail, OK
100 compile_time_constant_checked3_test/05: Fail, OK 100 compile_time_constant_checked3_test/05: Fail, OK
101 compile_time_constant_checked3_test/06: Fail, OK 101 compile_time_constant_checked3_test/06: Fail, OK
102 102
103 [ $compiler == dartc ] 103 [ $compiler == dartc ]
104 assert_lexical_scope_test: Fail, OK # test issue 5276
104 implicit_this_test/none: Fail # should not warn about allocating SubAbstract2 105 implicit_this_test/none: Fail # should not warn about allocating SubAbstract2
105 metadata_test: Fail 106 metadata_test: Fail
106 bad_constructor_test/04: Fail # Constructor name clashes with other member 107 bad_constructor_test/04: Fail # Constructor name clashes with other member
107 bad_constructor_test/05: Fail # Constructor name clashes with other member 108 bad_constructor_test/05: Fail # Constructor name clashes with other member
108 bad_constructor_test/06: Fail # Constructor name clashes with other member 109 bad_constructor_test/06: Fail # Constructor name clashes with other member
109 call_constructor_on_unresolvable_class_test/03: Fail, OK # 'library' cannot be u sed as a prefix because it is a built-in identifier 110 call_constructor_on_unresolvable_class_test/03: Fail, OK # 'library' cannot be u sed as a prefix because it is a built-in identifier
110 get_set_syntax_test/none: Fail # does not accept getter/setter with no method bo dy 111 get_set_syntax_test/none: Fail # does not accept getter/setter with no method bo dy
111 application_negative_test: Fail # Runtime only test, rewrite as multitest 112 application_negative_test: Fail # Runtime only test, rewrite as multitest
112 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest 113 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest
113 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multi test 114 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multi test
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 override_field_method6_negative_test: Fail, OK # test issue 5249 186 override_field_method6_negative_test: Fail, OK # test issue 5249
186 parameter_initializer6_negative_test: Fail # language change 4288 187 parameter_initializer6_negative_test: Fail # language change 4288
187 prefix1_negative_test : Fail # language change 1031 188 prefix1_negative_test : Fail # language change 1031
188 prefix4_negative_test : Fail # language change 1031 189 prefix4_negative_test : Fail # language change 1031
189 prefix5_negative_test : Fail # language change 1031 190 prefix5_negative_test : Fail # language change 1031
190 prefix8_negative_test : Fail # language change 1031 191 prefix8_negative_test : Fail # language change 1031
191 prefix9_negative_test : Fail # language change 1031 192 prefix9_negative_test : Fail # language change 1031
192 prefix10_negative_test : Fail # language change 1031 193 prefix10_negative_test : Fail # language change 1031
193 prefix11_negative_test : Fail # language change 1031 194 prefix11_negative_test : Fail # language change 1031
194 private_member3_negative_test: Fail # Runtime only test? rewrite as multitest 195 private_member3_negative_test: Fail # Runtime only test? rewrite as multitest
196 pseudo_kw_test: Fail, OK # test issue 5276
195 pseudo_kw_illegal_test/09: Fail, OK # 'interface' is not a built-in identifier 197 pseudo_kw_illegal_test/09: Fail, OK # 'interface' is not a built-in identifier
196 pseudo_kw_illegal_test/11: Fail, OK # 'negate' is not a built-in identifier 198 pseudo_kw_illegal_test/11: Fail, OK # 'negate' is not a built-in identifier
197 pseudo_kw_illegal_test/14: Fail, OK # 'source' is not a built-in identifier 199 pseudo_kw_illegal_test/14: Fail, OK # 'source' is not a built-in identifier
198 resource_test: Fail # out of date - resource directives have been removed 200 resource_test: Fail # out of date - resource directives have been removed
199 static_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrit e as multitest 201 static_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrit e as multitest
200 syntax_test/none: Fail # Bug 2107 Static type warnings in none case (INSTANTIAT ION_OF_CLASS_WITH_UNIMPLEMENTED_MEMBERS) 202 syntax_test/none: Fail # Bug 2107 Static type warnings in none case (INSTANTIAT ION_OF_CLASS_WITH_UNIMPLEMENTED_MEMBERS)
201 throw7_negative_test: Fail # Issue 3654 203 throw7_negative_test: Fail # Issue 3654
202 type_variable_bounds_test/00: Fail # issue 3079 204 type_variable_bounds_test/00: Fail # issue 3079
203 type_variable_bounds_test/07: Fail # language change 1031 205 type_variable_bounds_test/07: Fail # language change 1031
204 type_variable_static_context_negative_test: Fail # language change 1031 206 type_variable_static_context_negative_test: Fail # language change 1031
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 compile_time_constant_checked2_test/03: Fail, OK 394 compile_time_constant_checked2_test/03: Fail, OK
393 compile_time_constant_checked2_test/04: Fail, OK 395 compile_time_constant_checked2_test/04: Fail, OK
394 compile_time_constant_checked2_test/05: Fail, OK 396 compile_time_constant_checked2_test/05: Fail, OK
395 compile_time_constant_checked2_test/06: Fail, OK 397 compile_time_constant_checked2_test/06: Fail, OK
396 compile_time_constant_checked3_test/01: Fail, OK 398 compile_time_constant_checked3_test/01: Fail, OK
397 compile_time_constant_checked3_test/02: Fail, OK 399 compile_time_constant_checked3_test/02: Fail, OK
398 compile_time_constant_checked3_test/03: Fail, OK 400 compile_time_constant_checked3_test/03: Fail, OK
399 compile_time_constant_checked3_test/04: Fail, OK 401 compile_time_constant_checked3_test/04: Fail, OK
400 compile_time_constant_checked3_test/05: Fail, OK 402 compile_time_constant_checked3_test/05: Fail, OK
401 compile_time_constant_checked3_test/06: Fail, OK 403 compile_time_constant_checked3_test/06: Fail, OK
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698