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

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

Issue 1388523002: dart2js: add support for configuration-specific imports. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Update and fix status files. Implement missing functions. 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 | « tests/language/language.status ('k') | 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 88 const_for_in_variable_test/01: MissingCompileTimeError # Issue 25161
89 89
90 # Unsupported configuration specific imports.
91 config_import_test: CompileTimeError # Issue 24579
92
90 # Please add new failing tests before this line. 93 # Please add new failing tests before this line.
91 # Section below is for invalid tests. 94 # Section below is for invalid tests.
92 # 95 #
93 # 96 #
94 97
95 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined 98 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined
96 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim e error, but test runner is not satisfied 99 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim e error, but test runner is not satisfied
97 100
98 # test issue 11124, It is warning, not error to don't initialize final field 101 # test issue 11124, It is warning, not error to don't initialize final field
99 field3a_negative_test: Fail # Issue 11124 102 field3a_negative_test: Fail # Issue 11124
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 type_parameter_test/05: MissingCompileTimeError # Issue 16391 602 type_parameter_test/05: MissingCompileTimeError # Issue 16391
600 603
601 compile_time_constant_checked5_test/03: MissingCompileTimeError # Issue 23292 604 compile_time_constant_checked5_test/03: MissingCompileTimeError # Issue 23292
602 compile_time_constant_checked5_test/04: MissingCompileTimeError # Issue 23292 605 compile_time_constant_checked5_test/04: MissingCompileTimeError # Issue 23292
603 compile_time_constant_checked5_test/08: MissingCompileTimeError # Issue 23292 606 compile_time_constant_checked5_test/08: MissingCompileTimeError # Issue 23292
604 compile_time_constant_checked5_test/09: MissingCompileTimeError # Issue 23292 607 compile_time_constant_checked5_test/09: MissingCompileTimeError # Issue 23292
605 compile_time_constant_checked5_test/13: MissingCompileTimeError # Issue 23292 608 compile_time_constant_checked5_test/13: MissingCompileTimeError # Issue 23292
606 compile_time_constant_checked5_test/14: MissingCompileTimeError # Issue 23292 609 compile_time_constant_checked5_test/14: MissingCompileTimeError # Issue 23292
607 compile_time_constant_checked5_test/18: MissingCompileTimeError # Issue 23292 610 compile_time_constant_checked5_test/18: MissingCompileTimeError # Issue 23292
608 compile_time_constant_checked5_test/19: MissingCompileTimeError # Issue 23292 611 compile_time_constant_checked5_test/19: MissingCompileTimeError # Issue 23292
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/language_analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698