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

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

Issue 1186033004: Update analyzer to reflect new rules for prefixes. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « tests/language/language.status ('k') | tests/language/language_dart2js.status » ('j') | 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 == dart2analyzer ] 5 [ $compiler == dart2analyzer ]
6 6
7 # Runtime negative test. No static errors or warnings. 7 # Runtime negative test. No static errors or warnings.
8 closure_call_wrong_argument_count_negative_test: skip 8 closure_call_wrong_argument_count_negative_test: skip
9 9
10 enum_syntax_test/02: Fail # 21649 10 enum_syntax_test/02: Fail # 21649
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 function_subtype_inline1_test: StaticWarning 224 function_subtype_inline1_test: StaticWarning
225 function_type2_test: StaticWarning 225 function_type2_test: StaticWarning
226 function_type_parameter2_negative_test: CompileTimeError 226 function_type_parameter2_negative_test: CompileTimeError
227 function_type_parameter_negative_test: CompileTimeError 227 function_type_parameter_negative_test: CompileTimeError
228 generic_list_checked_test: StaticWarning 228 generic_list_checked_test: StaticWarning
229 generics_test: StaticWarning 229 generics_test: StaticWarning
230 generic_test: StaticWarning 230 generic_test: StaticWarning
231 getter_declaration_negative_test: CompileTimeError 231 getter_declaration_negative_test: CompileTimeError
232 getter_no_setter2_test/01: StaticWarning 232 getter_no_setter2_test/01: StaticWarning
233 getter_no_setter_test/01: StaticWarning 233 getter_no_setter_test/01: StaticWarning
234 illegal_invocation_test/01: StaticWarning
235 implicit_this_test/02: StaticWarning 234 implicit_this_test/02: StaticWarning
236 implied_interface_test: StaticWarning 235 implied_interface_test: StaticWarning
237 import_combinators_test: StaticWarning 236 import_combinators_test: StaticWarning
238 import_core_prefix_test: StaticWarning 237 import_core_prefix_test: StaticWarning
239 inferrer_this_access_test: StaticWarning 238 inferrer_this_access_test: StaticWarning
240 inlined_throw_test: StaticWarning 239 inlined_throw_test: StaticWarning
241 instance_method2_negative_test: CompileTimeError 240 instance_method2_negative_test: CompileTimeError
242 instance_method_negative_test: CompileTimeError 241 instance_method_negative_test: CompileTimeError
243 instanceof3_test: StaticWarning 242 instanceof3_test: StaticWarning
244 instantiate_type_variable_test/01: StaticWarning 243 instantiate_type_variable_test/01: StaticWarning
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 # This test is expected to have warnings because of noSuchMethod overriding. 458 # This test is expected to have warnings because of noSuchMethod overriding.
460 regress_12561_test: StaticWarning 459 regress_12561_test: StaticWarning
461 460
462 main_not_a_function_test/01: Fail # Issue 20030 461 main_not_a_function_test/01: Fail # Issue 20030
463 main_test/03: Fail # Issue 20030 462 main_test/03: Fail # Issue 20030
464 no_main_test/01: Fail # Issue 20030 463 no_main_test/01: Fail # Issue 20030
465 464
466 # This test is expected to generate a warning, since it's 465 # This test is expected to generate a warning, since it's
467 # intentionally referring to a variable that's not in scope. 466 # intentionally referring to a variable that's not in scope.
468 transitive_private_library_access_test: StaticWarning 467 transitive_private_library_access_test: StaticWarning
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698