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

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

Issue 2993223002: [VM parser] Insert missing result type check in async functions using arrow (Closed)
Patch Set: update status file 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
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/language_2/language_2_dart2js.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) 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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 accessor_conflict_import2_test: CompileTimeError # Issue 25626 152 accessor_conflict_import2_test: CompileTimeError # Issue 25626
153 accessor_conflict_import_prefixed2_test: CompileTimeError # Issue 25626 153 accessor_conflict_import_prefixed2_test: CompileTimeError # Issue 25626
154 accessor_conflict_import_prefixed_test: CompileTimeError # Issue 25626 154 accessor_conflict_import_prefixed_test: CompileTimeError # Issue 25626
155 accessor_conflict_import_test: CompileTimeError # Issue 25626 155 accessor_conflict_import_test: CompileTimeError # Issue 25626
156 async_return_types_test/nestedFuture: MissingCompileTimeError 156 async_return_types_test/nestedFuture: MissingCompileTimeError
157 bit_operations_test/01: MissingStaticWarning # Issue 28823 157 bit_operations_test/01: MissingStaticWarning # Issue 28823
158 bit_operations_test/02: MissingStaticWarning # Issue 28823 158 bit_operations_test/02: MissingStaticWarning # Issue 28823
159 bit_operations_test/03: MissingStaticWarning # Issue 28823 159 bit_operations_test/03: MissingStaticWarning # Issue 28823
160 bit_operations_test/04: MissingStaticWarning # Issue 28823 160 bit_operations_test/04: MissingStaticWarning # Issue 28823
161 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 07 161 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 07
162 regress_30339_test: CompileTimeError
162 163
163 [ ! $strong && $compiler == dart2analyzer ] 164 [ ! $strong && $compiler == dart2analyzer ]
164 accessor_conflict_export2_test: StaticWarning # Issue 25626 165 accessor_conflict_export2_test: StaticWarning # Issue 25626
165 accessor_conflict_export_test: StaticWarning # Issue 25626 166 accessor_conflict_export_test: StaticWarning # Issue 25626
166 accessor_conflict_import2_test: StaticWarning # Issue 25626 167 accessor_conflict_import2_test: StaticWarning # Issue 25626
167 accessor_conflict_import_prefixed2_test: StaticWarning # Issue 25626 168 accessor_conflict_import_prefixed2_test: StaticWarning # Issue 25626
168 accessor_conflict_import_prefixed_test: StaticWarning # Issue 25626 169 accessor_conflict_import_prefixed_test: StaticWarning # Issue 25626
169 accessor_conflict_import_test: StaticWarning # Issue 25626 170 accessor_conflict_import_test: StaticWarning # Issue 25626
170 cast_test/04: MissingCompileTimeError 171 cast_test/04: MissingCompileTimeError
171 cast_test/05: MissingCompileTimeError 172 cast_test/05: MissingCompileTimeError
172 generic_methods_generic_function_result_test/01: MissingCompileTimeError # Issue #30207 173 generic_methods_generic_function_result_test/01: MissingCompileTimeError # Issue #30207
173 174
174 [ $compiler == dart2analyzer && $runtime == none ] 175 [ $compiler == dart2analyzer && $runtime == none ]
175 assertion_initializer_const_error2_test/none: CompileTimeError 176 assertion_initializer_const_error2_test/none: CompileTimeError
176 assertion_initializer_const_function_test/01: CompileTimeError 177 assertion_initializer_const_function_test/01: CompileTimeError
177 assertion_initializer_test: CompileTimeError 178 assertion_initializer_test: CompileTimeError
OLDNEW
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/language_2/language_2_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698