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

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

Issue 2986093002: Revert two Kernel changes that were causing test failures. (Closed)
Patch Set: Revert "Migrate language/async_backwards... ... language/async_star_take..." 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) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, 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 == dartk && $runtime == vm]
6 assertion_initializer_const_error2_test/none: CompileTimeError
7 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
8 assertion_initializer_test: CompileTimeError
9
10 [$compiler == dartk && $runtime == vm && !$checked]
11 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
12
13 [$compiler == dartk && $runtime == vm && $checked]
14 assertion_initializer_const_function_test/01: RuntimeError
15
16 [$compiler == dartkp && $runtime == dart_precompiled]
17 assertion_initializer_const_error2_test/none: CompileTimeError
18
19 [$compiler == dartkp && $runtime == dart_precompiled && !$checked]
20 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
21 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
22 assertion_initializer_test: CompileTimeError
23
24 [$compiler == dartkp && $runtime == dart_precompiled && $checked]
25 assertion_initializer_const_error2_test/cc02: Crash
26 assertion_initializer_const_error_test/none: Crash
27 assertion_initializer_const_function_error_test/01: Crash
28 assertion_initializer_const_function_error_test/none: Crash
29 assertion_initializer_const_function_test/01: Crash
30 assertion_initializer_const_function_test/none: Crash
31 assertion_initializer_test: CompileTimeError
32
5 [ !$checked && ($compiler == dartk || $compiler == dartkp) ] 33 [ !$checked && ($compiler == dartk || $compiler == dartkp) ]
6 34
7 deferred_constraints_type_annotation_test/type_annotation1: CompileTimeError # F asta/KernelVM bug: Deferred loading kernel issue 28335. 35 deferred_constraints_type_annotation_test/type_annotation1: CompileTimeError # F asta/KernelVM bug: Deferred loading kernel issue 28335.
8 deferred_constraints_type_annotation_test/type_annotation_generic1: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 36 deferred_constraints_type_annotation_test/type_annotation_generic1: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
9 deferred_constraints_type_annotation_test/type_annotation_generic4: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 37 deferred_constraints_type_annotation_test/type_annotation_generic4: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
10 38
11 [ $compiler == dartk || $compiler == dartkp ] 39 [ $compiler == dartk || $compiler == dartkp ]
40 assert_trailing_comma_test/none: CompileTimeError # Issue 29959
12 method_override_test: RuntimeError # Not triaged. 41 method_override_test: RuntimeError # Not triaged.
13 42
14 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 43 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
15 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 44 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
16 cha_deopt3_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 45 cha_deopt3_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
17 conditional_import_string_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 46 conditional_import_string_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
18 conditional_import_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 47 conditional_import_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
19 deferred_call_empty_before_load_test: RuntimeError # Fasta/KernelVM bug: Deferre d loading kernel issue 28335. 48 deferred_call_empty_before_load_test: RuntimeError # Fasta/KernelVM bug: Deferre d loading kernel issue 28335.
20 deferred_closurize_load_library_test: CompileTimeError # Fasta/KernelVM bug: Def erred loading kernel issue 28335. 49 deferred_closurize_load_library_test: CompileTimeError # Fasta/KernelVM bug: Def erred loading kernel issue 28335.
21 deferred_constant_list_test: CompileTimeError # Fasta/KernelVM bug: Deferred loa ding kernel issue 28335. 50 deferred_constant_list_test: CompileTimeError # Fasta/KernelVM bug: Deferred loa ding kernel issue 28335.
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 250
222 # dartk: precompilation failures (debug) 251 # dartk: precompilation failures (debug)
223 [ $compiler == dartkp && $mode == debug ] 252 [ $compiler == dartkp && $mode == debug ]
224 external_test/13: Crash 253 external_test/13: Crash
225 final_syntax_test/09: Crash 254 final_syntax_test/09: Crash
226 regress_22445_test: Crash 255 regress_22445_test: Crash
227 regress_23498_test: Crash 256 regress_23498_test: Crash
228 257
229 # dartk: checked mode failures 258 # dartk: checked mode failures
230 [ $checked && ($compiler == dartk || $compiler == dartkp) ] 259 [ $checked && ($compiler == dartk || $compiler == dartkp) ]
260 assert_initializer_test/31: MissingCompileTimeError # KernelVM bug: Constant eva luation.
261 assert_initializer_test/32: MissingCompileTimeError # KernelVM bug: Constant eva luation.
262 assert_initializer_test/33: MissingCompileTimeError # KernelVM bug: Constant eva luation.
263 assert_initializer_test/34: MissingCompileTimeError # KernelVM bug: Constant eva luation.
264 assert_initializer_test/35: MissingCompileTimeError # KernelVM bug: Constant eva luation.
265 assert_initializer_test/36: MissingCompileTimeError # KernelVM bug: Constant eva luation.
266 assert_initializer_test/37: MissingCompileTimeError # KernelVM bug: Constant eva luation.
267 assert_initializer_test/38: MissingCompileTimeError # KernelVM bug: Constant eva luation.
268 assert_initializer_test/41: MissingCompileTimeError # KernelVM bug: Constant eva luation.
269 assert_initializer_test/42: MissingCompileTimeError # KernelVM bug: Constant eva luation.
270 assert_initializer_test/43: MissingCompileTimeError # KernelVM bug: Constant eva luation.
271 assert_initializer_test/44: MissingCompileTimeError # KernelVM bug: Constant eva luation.
272 assert_initializer_test/45: MissingCompileTimeError # KernelVM bug: Constant eva luation.
273 assert_initializer_test/46: MissingCompileTimeError # KernelVM bug: Constant eva luation.
274 assert_initializer_test/47: MissingCompileTimeError # KernelVM bug: Constant eva luation.
275 assert_initializer_test/48: MissingCompileTimeError # KernelVM bug: Constant eva luation.
276 assert_initializer_test/none: RuntimeError # KernelVM bug: Constant evaluation.
277 assign_static_type_test/02: MissingCompileTimeError
231 async_await_test: RuntimeError 278 async_await_test: RuntimeError
279 async_return_types_test/nestedFuture: Fail
280 async_return_types_test/wrongTypeParameter: Fail
232 compile_time_constant_checked_test/02: MissingCompileTimeError 281 compile_time_constant_checked_test/02: MissingCompileTimeError
233 const_constructor2_test/20: MissingCompileTimeError 282 const_constructor2_test/20: MissingCompileTimeError
234 const_constructor2_test/22: MissingCompileTimeError 283 const_constructor2_test/22: MissingCompileTimeError
235 const_constructor2_test/24: MissingCompileTimeError 284 const_constructor2_test/24: MissingCompileTimeError
236 const_init2_test/02: MissingCompileTimeError 285 const_init2_test/02: MissingCompileTimeError
237 default_factory2_test/01: Fail 286 default_factory2_test/01: Fail
238 factory_redirection_test/08: Fail 287 factory_redirection_test/08: Fail
239 factory_redirection_test/09: Fail 288 factory_redirection_test/09: Fail
240 factory_redirection_test/10: Fail 289 factory_redirection_test/10: Fail
241 factory_redirection_test/12: Fail 290 factory_redirection_test/12: Fail
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 mixin_super_bound2_test/01: RuntimeError 410 mixin_super_bound2_test/01: RuntimeError
362 mixin_super_bound_test: RuntimeError 411 mixin_super_bound_test: RuntimeError
363 msk_bound_test: RuntimeError 412 msk_bound_test: RuntimeError
364 redirecting_factory_infinite_steps_test/01: Fail 413 redirecting_factory_infinite_steps_test/01: Fail
365 redirecting_factory_malbounded_test/01: Fail 414 redirecting_factory_malbounded_test/01: Fail
366 regress_22728_test: RuntimeError 415 regress_22728_test: RuntimeError
367 regress_26133_test: RuntimeError 416 regress_26133_test: RuntimeError
368 type_parameter_test/05: MissingCompileTimeError 417 type_parameter_test/05: MissingCompileTimeError
369 type_parameter_test/none: RuntimeError 418 type_parameter_test/none: RuntimeError
370 type_variable_bounds4_test/01: RuntimeError 419 type_variable_bounds4_test/01: RuntimeError
OLDNEW
« no previous file with comments | « tests/language/language_dart2js.status ('k') | tests/language_2/assert_assignable_type_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698