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

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

Issue 1510753003: Update analyzer status. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years 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 | « no previous file | tests/language/language_analyzer2.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 == dartanalyzer ] 5 [ $compiler == dartanalyzer ]
6 async_return_types_test/wrongTypeParameter: MissingStaticWarning # Issue 22410 6 async_return_types_test/wrongTypeParameter: MissingStaticWarning # Issue 22410
7 async_return_types_test/wrongReturnType: MissingStaticWarning # Issue 22410 7 async_return_types_test/wrongReturnType: MissingStaticWarning # Issue 22410
8 async_or_generator_return_type_stacktrace_test/01: MissingStaticWarning # Issue 22410 8 async_or_generator_return_type_stacktrace_test/01: MissingStaticWarning # Issue 22410
9 async_or_generator_return_type_stacktrace_test/02: MissingStaticWarning # Issue 22410 9 async_or_generator_return_type_stacktrace_test/02: MissingStaticWarning # Issue 22410
10 async_return_types_test/nestedFuture: MissingStaticWarning # Issue 22410 10 async_return_types_test/nestedFuture: MissingStaticWarning # Issue 22410
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 mixin_super_constructor_positionals_test/01: MissingCompileTimeError # Issue 195 76 78 mixin_super_constructor_positionals_test/01: MissingCompileTimeError # Issue 195 76
79 reify_typevar_static_test/00: MissingCompileTimeError # Issue 21565 79 reify_typevar_static_test/00: MissingCompileTimeError # Issue 21565
80 80
81 multiline_newline_test/01: CompileTimeError # Issue 23888 81 multiline_newline_test/01: CompileTimeError # Issue 23888
82 multiline_newline_test/02: CompileTimeError # Issue 23888 82 multiline_newline_test/02: CompileTimeError # Issue 23888
83 multiline_newline_test/03: CompileTimeError # Issue 23888 83 multiline_newline_test/03: CompileTimeError # Issue 23888
84 multiline_newline_test/04: MissingCompileTimeError # Issue 23888 84 multiline_newline_test/04: MissingCompileTimeError # Issue 23888
85 multiline_newline_test/05: MissingCompileTimeError # Issue 23888 85 multiline_newline_test/05: MissingCompileTimeError # Issue 23888
86 multiline_newline_test/06: MissingCompileTimeError # Issue 23888 86 multiline_newline_test/06: MissingCompileTimeError # Issue 23888
87 87
88 const_for_in_variable_test/01: MissingCompileTimeError # Issue 25161
89
88 # Please add new failing tests before this line. 90 # Please add new failing tests before this line.
89 # Section below is for invalid tests. 91 # Section below is for invalid tests.
90 # 92 #
91 # 93 #
92 94
93 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined 95 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined
94 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim e error, but test runner is not satisfied 96 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim e error, but test runner is not satisfied
95 97
96 # test issue 11124, It is warning, not error to don't initialize final field 98 # test issue 11124, It is warning, not error to don't initialize final field
97 field3a_negative_test: Fail # Issue 11124 99 field3a_negative_test: Fail # Issue 11124
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 type_parameter_test/05: MissingCompileTimeError # Issue 16391 599 type_parameter_test/05: MissingCompileTimeError # Issue 16391
598 600
599 compile_time_constant_checked5_test/03: MissingCompileTimeError # Issue 23292 601 compile_time_constant_checked5_test/03: MissingCompileTimeError # Issue 23292
600 compile_time_constant_checked5_test/04: MissingCompileTimeError # Issue 23292 602 compile_time_constant_checked5_test/04: MissingCompileTimeError # Issue 23292
601 compile_time_constant_checked5_test/08: MissingCompileTimeError # Issue 23292 603 compile_time_constant_checked5_test/08: MissingCompileTimeError # Issue 23292
602 compile_time_constant_checked5_test/09: MissingCompileTimeError # Issue 23292 604 compile_time_constant_checked5_test/09: MissingCompileTimeError # Issue 23292
603 compile_time_constant_checked5_test/13: MissingCompileTimeError # Issue 23292 605 compile_time_constant_checked5_test/13: MissingCompileTimeError # Issue 23292
604 compile_time_constant_checked5_test/14: MissingCompileTimeError # Issue 23292 606 compile_time_constant_checked5_test/14: MissingCompileTimeError # Issue 23292
605 compile_time_constant_checked5_test/18: MissingCompileTimeError # Issue 23292 607 compile_time_constant_checked5_test/18: MissingCompileTimeError # Issue 23292
606 compile_time_constant_checked5_test/19: MissingCompileTimeError # Issue 23292 608 compile_time_constant_checked5_test/19: MissingCompileTimeError # Issue 23292
OLDNEW
« no previous file with comments | « no previous file | tests/language/language_analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698