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

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: Address comments. Created 5 years, 2 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
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 # Unsupported configuration specific imports.
89 config_import_test: RuntimeError
90
88 # Please add new failing tests before this line. 91 # Please add new failing tests before this line.
89 # Section below is for invalid tests. 92 # Section below is for invalid tests.
90 # 93 #
91 # 94 #
92 95
93 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined 96 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 97 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim e error, but test runner is not satisfied
95 98
96 # test issue 11124, It is warning, not error to don't initialize final field 99 # test issue 11124, It is warning, not error to don't initialize final field
97 field3a_negative_test: Fail # Issue 11124 100 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 600 type_parameter_test/05: MissingCompileTimeError # Issue 16391
598 601
599 compile_time_constant_checked5_test/03: MissingCompileTimeError # Issue 23292 602 compile_time_constant_checked5_test/03: MissingCompileTimeError # Issue 23292
600 compile_time_constant_checked5_test/04: MissingCompileTimeError # Issue 23292 603 compile_time_constant_checked5_test/04: MissingCompileTimeError # Issue 23292
601 compile_time_constant_checked5_test/08: MissingCompileTimeError # Issue 23292 604 compile_time_constant_checked5_test/08: MissingCompileTimeError # Issue 23292
602 compile_time_constant_checked5_test/09: MissingCompileTimeError # Issue 23292 605 compile_time_constant_checked5_test/09: MissingCompileTimeError # Issue 23292
603 compile_time_constant_checked5_test/13: MissingCompileTimeError # Issue 23292 606 compile_time_constant_checked5_test/13: MissingCompileTimeError # Issue 23292
604 compile_time_constant_checked5_test/14: MissingCompileTimeError # Issue 23292 607 compile_time_constant_checked5_test/14: MissingCompileTimeError # Issue 23292
605 compile_time_constant_checked5_test/18: MissingCompileTimeError # Issue 23292 608 compile_time_constant_checked5_test/18: MissingCompileTimeError # Issue 23292
606 compile_time_constant_checked5_test/19: MissingCompileTimeError # Issue 23292 609 compile_time_constant_checked5_test/19: MissingCompileTimeError # Issue 23292
OLDNEW
« pkg/compiler/lib/src/tree/nodes.dart ('K') | « tests/language/language.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698