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

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

Issue 2962153002: Add assert-in-initializer-list to formal specification. (Closed)
Patch Set: Created 3 years, 5 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 [ !$checked && ($compiler == dartk || $compiler == dartkp) ] 5 [ !$checked && ($compiler == dartk || $compiler == dartkp) ]
6 6
7 multiline_newline_test/04: MissingCompileTimeError # KernelVM bug: Constant eval uation. 7 multiline_newline_test/04: MissingCompileTimeError # KernelVM bug: Constant eval uation.
8 multiline_newline_test/04r: MissingCompileTimeError # KernelVM bug: Constant eva luation. 8 multiline_newline_test/04r: MissingCompileTimeError # KernelVM bug: Constant eva luation.
9 multiline_newline_test/05: MissingCompileTimeError # KernelVM bug: Constant eval uation. 9 multiline_newline_test/05: MissingCompileTimeError # KernelVM bug: Constant eval uation.
10 multiline_newline_test/05r: MissingCompileTimeError # KernelVM bug: Constant eva luation. 10 multiline_newline_test/05r: MissingCompileTimeError # KernelVM bug: Constant eva luation.
11 multiline_newline_test/06: MissingCompileTimeError # KernelVM bug: Constant eval uation. 11 multiline_newline_test/06: MissingCompileTimeError # KernelVM bug: Constant eval uation.
12 multiline_newline_test/06r: MissingCompileTimeError # KernelVM bug: Constant eva luation. 12 multiline_newline_test/06r: MissingCompileTimeError # KernelVM bug: Constant eva luation.
13 deferred_constraints_type_annotation_test/type_annotation1: CompileTimeError # F asta/KernelVM bug: Deferred loading kernel issue 28335. 13 deferred_constraints_type_annotation_test/type_annotation1: CompileTimeError # F asta/KernelVM bug: Deferred loading kernel issue 28335.
14 deferred_constraints_type_annotation_test/type_annotation_generic1: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 14 deferred_constraints_type_annotation_test/type_annotation_generic1: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
15 deferred_constraints_type_annotation_test/type_annotation_generic4: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 15 deferred_constraints_type_annotation_test/type_annotation_generic4: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
16 16
17 [ $compiler == dartk && $checked ]
18 assertion_initializer_const_function_test/01: RuntimeError
19
20 [ $compiler == dartkp && $checked ]
21 assertion_initializer_const_function_test/01: Crash
22 assertion_initializer_const_function_error_test/none: Crash
23 assertion_initializer_const_function_test/none: Crash
24 assertion_initializer_const_error_test/none: Crash
25
17 [ $compiler == dartk || $compiler == dartkp ] 26 [ $compiler == dartk || $compiler == dartkp ]
27 assertion_initializer_test: CompileTimeError
28 assertion_initializer_const_error2_test/none: CompileTimeError
29 assertion_initializer_const_function_error_test/01: Crash, MissingCompileTimeErr or
18 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 30 assert_trailing_comma_test/none: CompileTimeError # Issue 29959
19 method_override_test: RuntimeError # Not triaged. 31 method_override_test: RuntimeError # Not triaged.
20 32
21 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 33 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
22 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 34 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
23 cha_deopt3_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 35 cha_deopt3_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
24 conditional_import_string_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 36 conditional_import_string_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
25 conditional_import_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 37 conditional_import_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
26 deferred_call_empty_before_load_test: RuntimeError # Fasta/KernelVM bug: Deferre d loading kernel issue 28335. 38 deferred_call_empty_before_load_test: RuntimeError # Fasta/KernelVM bug: Deferre d loading kernel issue 28335.
27 deferred_closurize_load_library_test: CompileTimeError # Fasta/KernelVM bug: Def erred loading kernel issue 28335. 39 deferred_closurize_load_library_test: CompileTimeError # Fasta/KernelVM bug: Def erred loading kernel issue 28335.
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 redirecting_factory_infinite_steps_test/01: Fail 414 redirecting_factory_infinite_steps_test/01: Fail
403 redirecting_factory_malbounded_test/01: Fail 415 redirecting_factory_malbounded_test/01: Fail
404 regress_22728_test: RuntimeError 416 regress_22728_test: RuntimeError
405 regress_26133_test: RuntimeError 417 regress_26133_test: RuntimeError
406 type_parameter_test/05: MissingCompileTimeError 418 type_parameter_test/05: MissingCompileTimeError
407 type_parameter_test/none: RuntimeError 419 type_parameter_test/none: RuntimeError
408 type_variable_bounds4_test/01: RuntimeError 420 type_variable_bounds4_test/01: RuntimeError
409 421
410 [ ! $checked && ($compiler == dartk || $compiler == dartkp) ] 422 [ ! $checked && ($compiler == dartk || $compiler == dartkp) ]
411 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval uation. 423 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval uation.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698