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

Side by Side Diff: tests/language_2/language_2_analyzer.status

Issue 2994373002: Add a test to demonstrate issue #30461 (Closed)
Patch Set: Created 3 years, 4 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) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, 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 # Sections in this file should contain "$compiler == dart2analyzer". 5 # Sections in this file should contain "$compiler == dart2analyzer".
6 6
7 # Analyzer only implements Dart 2.0 static type checking with "--strong". 7 # Analyzer only implements Dart 2.0 static type checking with "--strong".
8 [ $compiler == dart2analyzer && ! $strong && ! $checked ] 8 [ $compiler == dart2analyzer && ! $strong && ! $checked ]
9 abstract_beats_arguments_test: MissingCompileTimeError 9 abstract_beats_arguments_test: MissingCompileTimeError
10 abstract_exact_selector_test/01: MissingCompileTimeError 10 abstract_exact_selector_test/01: MissingCompileTimeError
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 call_nonexistent_static_test/04: MissingCompileTimeError 61 call_nonexistent_static_test/04: MissingCompileTimeError
62 call_nonexistent_static_test/05: MissingCompileTimeError 62 call_nonexistent_static_test/05: MissingCompileTimeError
63 call_nonexistent_static_test/06: MissingCompileTimeError 63 call_nonexistent_static_test/06: MissingCompileTimeError
64 call_nonexistent_static_test/07: MissingCompileTimeError 64 call_nonexistent_static_test/07: MissingCompileTimeError
65 call_nonexistent_static_test/08: MissingCompileTimeError 65 call_nonexistent_static_test/08: MissingCompileTimeError
66 call_nonexistent_static_test/09: MissingCompileTimeError 66 call_nonexistent_static_test/09: MissingCompileTimeError
67 call_nonexistent_static_test/10: MissingCompileTimeError 67 call_nonexistent_static_test/10: MissingCompileTimeError
68 call_through_getter_test/01: MissingCompileTimeError 68 call_through_getter_test/01: MissingCompileTimeError
69 call_through_getter_test/02: MissingCompileTimeError 69 call_through_getter_test/02: MissingCompileTimeError
70 call_type_literal_test/01: MissingCompileTimeError 70 call_type_literal_test/01: MissingCompileTimeError
71 covariant_subtyping_with_substitution_test: StaticWarning
71 72
72 [ $compiler == dart2analyzer && ! $strong && $checked ] 73 [ $compiler == dart2analyzer && ! $strong && $checked ]
73 abstract_beats_arguments_test: MissingCompileTimeError 74 abstract_beats_arguments_test: MissingCompileTimeError
74 abstract_exact_selector_test/01: MissingCompileTimeError 75 abstract_exact_selector_test/01: MissingCompileTimeError
75 abstract_factory_constructor_test/00: MissingCompileTimeError 76 abstract_factory_constructor_test/00: MissingCompileTimeError
76 abstract_getter_test/01: MissingCompileTimeError 77 abstract_getter_test/01: MissingCompileTimeError
77 abstract_syntax_test/00: MissingCompileTimeError 78 abstract_syntax_test/00: MissingCompileTimeError
78 assign_static_type_test/01: MissingCompileTimeError 79 assign_static_type_test/01: MissingCompileTimeError
79 assign_static_type_test/03: MissingCompileTimeError 80 assign_static_type_test/03: MissingCompileTimeError
80 assign_static_type_test/04: MissingCompileTimeError 81 assign_static_type_test/04: MissingCompileTimeError
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 call_nonexistent_static_test/04: MissingCompileTimeError 125 call_nonexistent_static_test/04: MissingCompileTimeError
125 call_nonexistent_static_test/05: MissingCompileTimeError 126 call_nonexistent_static_test/05: MissingCompileTimeError
126 call_nonexistent_static_test/06: MissingCompileTimeError 127 call_nonexistent_static_test/06: MissingCompileTimeError
127 call_nonexistent_static_test/07: MissingCompileTimeError 128 call_nonexistent_static_test/07: MissingCompileTimeError
128 call_nonexistent_static_test/08: MissingCompileTimeError 129 call_nonexistent_static_test/08: MissingCompileTimeError
129 call_nonexistent_static_test/09: MissingCompileTimeError 130 call_nonexistent_static_test/09: MissingCompileTimeError
130 call_nonexistent_static_test/10: MissingCompileTimeError 131 call_nonexistent_static_test/10: MissingCompileTimeError
131 call_through_getter_test/01: MissingCompileTimeError 132 call_through_getter_test/01: MissingCompileTimeError
132 call_through_getter_test/02: MissingCompileTimeError 133 call_through_getter_test/02: MissingCompileTimeError
133 call_type_literal_test/01: MissingCompileTimeError 134 call_type_literal_test/01: MissingCompileTimeError
135 covariant_subtyping_with_substitution_test: StaticWarning
134 136
135 [ $compiler == dart2analyzer ] 137 [ $compiler == dart2analyzer ]
136 async_return_types_test/nestedFuture: MissingCompileTimeError 138 async_return_types_test/nestedFuture: MissingCompileTimeError
137 bad_initializer1_negative_test: CompileTimeError # Issue 14529 139 bad_initializer1_negative_test: CompileTimeError # Issue 14529
138 bad_initializer2_negative_test: fail # Issue 14880 140 bad_initializer2_negative_test: fail # Issue 14880
139 bad_named_constructor_negative_test: CompileTimeError # Issue 18693 141 bad_named_constructor_negative_test: CompileTimeError # Issue 18693
140 bit_operations_test/01: MissingCompileTimeError 142 bit_operations_test/01: MissingCompileTimeError
141 bit_operations_test/02: MissingCompileTimeError 143 bit_operations_test/02: MissingCompileTimeError
142 bit_operations_test/03: MissingCompileTimeError 144 bit_operations_test/03: MissingCompileTimeError
143 bit_operations_test/04: MissingCompileTimeError 145 bit_operations_test/04: MissingCompileTimeError
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 generic_constructor_mixin2_test/01: MissingCompileTimeError 208 generic_constructor_mixin2_test/01: MissingCompileTimeError
207 generic_constructor_mixin3_test/01: MissingCompileTimeError 209 generic_constructor_mixin3_test/01: MissingCompileTimeError
208 generic_methods_generic_function_result_test/01: MissingCompileTimeError # Issue #30207 210 generic_methods_generic_function_result_test/01: MissingCompileTimeError # Issue #30207
209 closure_type_test: Pass 211 closure_type_test: Pass
210 typevariable_substitution2_test/02: MissingCompileTimeError 212 typevariable_substitution2_test/02: MissingCompileTimeError
211 213
212 [ $compiler == dart2analyzer && $runtime == none ] 214 [ $compiler == dart2analyzer && $runtime == none ]
213 assertion_initializer_const_error2_test/none: CompileTimeError 215 assertion_initializer_const_error2_test/none: CompileTimeError
214 assertion_initializer_const_function_test/01: CompileTimeError 216 assertion_initializer_const_function_test/01: CompileTimeError
215 assertion_initializer_test: CompileTimeError 217 assertion_initializer_test: CompileTimeError
OLDNEW
« no previous file with comments | « tests/language_2/covariant_subtyping_with_substitution_test.dart ('k') | tests/language_2/language_2_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698