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

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

Issue 3001113002: Fix typevariable_substitution2_test (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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 class_literal_test/21: MissingCompileTimeError 200 class_literal_test/21: MissingCompileTimeError
201 class_literal_test/22: MissingCompileTimeError 201 class_literal_test/22: MissingCompileTimeError
202 class_literal_test/23: MissingCompileTimeError 202 class_literal_test/23: MissingCompileTimeError
203 class_literal_test/24: MissingCompileTimeError 203 class_literal_test/24: MissingCompileTimeError
204 class_literal_test/25: MissingCompileTimeError 204 class_literal_test/25: MissingCompileTimeError
205 generic_constructor_mixin_test/01: MissingCompileTimeError 205 generic_constructor_mixin_test/01: MissingCompileTimeError
206 generic_constructor_mixin2_test/01: MissingCompileTimeError 206 generic_constructor_mixin2_test/01: MissingCompileTimeError
207 generic_constructor_mixin3_test/01: MissingCompileTimeError 207 generic_constructor_mixin3_test/01: MissingCompileTimeError
208 generic_methods_generic_function_result_test/01: MissingCompileTimeError # Issue #30207 208 generic_methods_generic_function_result_test/01: MissingCompileTimeError # Issue #30207
209 closure_type_test: Pass 209 closure_type_test: Pass
210 typevariable_substitution2_test/02: MissingCompileTimeError
211 210
212 [ $compiler == dart2analyzer && $runtime == none ] 211 [ $compiler == dart2analyzer && $runtime == none ]
213 assertion_initializer_const_error2_test/none: CompileTimeError 212 assertion_initializer_const_error2_test/none: CompileTimeError
214 assertion_initializer_const_function_test/01: CompileTimeError 213 assertion_initializer_const_function_test/01: CompileTimeError
215 assertion_initializer_test: CompileTimeError 214 assertion_initializer_test: CompileTimeError
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/mixin_language_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