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

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

Issue 2962153002: Add assert-in-initializer-list to formal specification. (Closed)
Patch Set: Update status files more. 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
« no previous file with comments | « tests/language/language_dart2js.status ('k') | no next file » | 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) 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 assertion_initializer_const_function_test/none: RuntimeError
16
17 [$compiler == dartkp && $runtime == dart_precompiled]
18 assertion_initializer_const_error2_test/none: CompileTimeError
19
20 [$compiler == dartkp && $runtime == dart_precompiled && !$checked]
21 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
22 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
23 assertion_initializer_test: CompileTimeError
24
25 [$compiler == dartkp && $runtime == dart_precompiled && $checked]
26 assertion_initializer_const_error2_test/cc02: Crash
27 assertion_initializer_const_error_test/none: Crash
28 assertion_initializer_const_function_error_test/01: Crash
29 assertion_initializer_const_function_error_test/none: Crash
30 assertion_initializer_const_function_test/01: Crash
31 assertion_initializer_const_function_test/none: Crash
32 assertion_initializer_test: CompileTimeError
33
5 [ !$checked && ($compiler == dartk || $compiler == dartkp) ] 34 [ !$checked && ($compiler == dartk || $compiler == dartkp) ]
6 35
7 deferred_constraints_type_annotation_test/type_annotation1: CompileTimeError # F asta/KernelVM bug: Deferred loading kernel issue 28335. 36 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. 37 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. 38 deferred_constraints_type_annotation_test/type_annotation_generic4: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
10 39
11 [ $compiler == dartk || $compiler == dartkp ] 40 [ $compiler == dartk || $compiler == dartkp ]
12 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 41 assert_trailing_comma_test/none: CompileTimeError # Issue 29959
13 method_override_test: RuntimeError # Not triaged. 42 method_override_test: RuntimeError # Not triaged.
14 43
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 mixin_super_bound2_test/01: RuntimeError 416 mixin_super_bound2_test/01: RuntimeError
388 mixin_super_bound_test: RuntimeError 417 mixin_super_bound_test: RuntimeError
389 msk_bound_test: RuntimeError 418 msk_bound_test: RuntimeError
390 redirecting_factory_infinite_steps_test/01: Fail 419 redirecting_factory_infinite_steps_test/01: Fail
391 redirecting_factory_malbounded_test/01: Fail 420 redirecting_factory_malbounded_test/01: Fail
392 regress_22728_test: RuntimeError 421 regress_22728_test: RuntimeError
393 regress_26133_test: RuntimeError 422 regress_26133_test: RuntimeError
394 type_parameter_test/05: MissingCompileTimeError 423 type_parameter_test/05: MissingCompileTimeError
395 type_parameter_test/none: RuntimeError 424 type_parameter_test/none: RuntimeError
396 type_variable_bounds4_test/01: RuntimeError 425 type_variable_bounds4_test/01: RuntimeError
OLDNEW
« no previous file with comments | « tests/language/language_dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698