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

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

Issue 2668503003: VM: [Kernel] Switch to DFE for testing -c dartk configuration. (Closed)
Patch Set: Address comments Created 3 years, 10 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/co19/co19-kernel.status ('k') | tools/testing/dart/compiler_configuration.dart » ('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) 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 # These tests currently take too long. Remove when they are fixed. 5 # These tests currently take too long. Remove when they are fixed.
6 [ $compiler == dartk || $compiler == dartkp ] 6 [ $compiler == dartk || $compiler == dartkp ]
7 large_class_declaration_test: SkipSlow # KernelVM Issue 28312 7 large_class_declaration_test: SkipSlow # KernelVM Issue 28312
8 8
9 ############################################################################### 9 ###############################################################################
10 # Dartk Entries 10 # Dartk Entries
11 ############################################################################### 11 ###############################################################################
12 12
13 [ $compiler == dartk || $compiler == dartkp ] 13 [ $compiler == dartk || $compiler == dartkp ]
14 conditional_import_string_test: DartkCompileTimeError 14 conditional_import_string_test: CompileTimeError
15 conditional_import_test: DartkCompileTimeError 15 conditional_import_test: CompileTimeError
16 conflicting_type_variable_and_setter_test: DartkCompileTimeError 16 conflicting_type_variable_and_setter_test: CompileTimeError
17 const_for_in_variable_test/01: MissingCompileTimeError 17 const_for_in_variable_test/01: MissingCompileTimeError
18 constructor_duplicate_final_test/03: MissingCompileTimeError 18 constructor_duplicate_final_test/03: MissingCompileTimeError
19 deep_nesting1_negative_test: DartkCrash 19 deep_nesting1_negative_test: DartkCrash
20 deep_nesting2_negative_test: DartkCrash 20 deep_nesting2_negative_test: DartkCrash
21 enum_syntax_test/05: MissingCompileTimeError 21 enum_syntax_test/05: MissingCompileTimeError
22 enum_syntax_test/06: MissingCompileTimeError 22 enum_syntax_test/06: MissingCompileTimeError
23 external_test/21: MissingCompileTimeError 23 external_test/21: MissingCompileTimeError
24 external_test/24: MissingCompileTimeError 24 external_test/24: MissingCompileTimeError
25 external_test/25: MissingCompileTimeError 25 external_test/25: MissingCompileTimeError
26 final_syntax_test/01: MissingCompileTimeError 26 final_syntax_test/01: MissingCompileTimeError
27 final_syntax_test/02: MissingCompileTimeError 27 final_syntax_test/02: MissingCompileTimeError
28 final_syntax_test/03: MissingCompileTimeError 28 final_syntax_test/03: MissingCompileTimeError
29 final_syntax_test/04: MissingCompileTimeError 29 final_syntax_test/04: MissingCompileTimeError
30 generic_local_functions_test: DartkCompileTimeError # Issue 28515 30 generic_local_functions_test: CompileTimeError # Issue 28515
31 generic_methods_generic_function_parameter_test: DartkCompileTimeError # Issue 2 8515 31 generic_methods_generic_function_parameter_test: CompileTimeError # Issue 28515
32 metadata_test: DartkCompileTimeError 32 metadata_test: CompileTimeError
33 multiline_newline_test/01: DartkCompileTimeError 33 multiline_newline_test/01: CompileTimeError
34 multiline_newline_test/02: DartkCompileTimeError 34 multiline_newline_test/02: CompileTimeError
35 multiline_newline_test/03: DartkCompileTimeError 35 multiline_newline_test/03: CompileTimeError
36 multiline_newline_test/04: MissingCompileTimeError 36 multiline_newline_test/04: MissingCompileTimeError
37 multiline_newline_test/05: MissingCompileTimeError 37 multiline_newline_test/05: MissingCompileTimeError
38 multiline_newline_test/06: MissingCompileTimeError 38 multiline_newline_test/06: MissingCompileTimeError
39 not_enough_positional_arguments_test/01: DartkCompileTimeError
40 regress_27617_test/1: MissingCompileTimeError 39 regress_27617_test/1: MissingCompileTimeError
41 type_variable_conflict2_test/02: MissingCompileTimeError
42 vm/debug_break_enabled_vm_test/01: DartkCompileTimeError
43 vm/debug_break_enabled_vm_test/none: DartkCompileTimeError
44 vm/reflect_core_vm_test: DartkCompileTimeError
45 vm/regress_27201_test: DartkCompileTimeError
46 vm/regress_28325_test: RuntimeError # Issue 28055. 40 vm/regress_28325_test: RuntimeError # Issue 28055.
47 41 vm/debug_break_enabled_vm_test/01: CompileTimeError
48 # dartk: temporary failure 42 vm/debug_break_enabled_vm_test/none: CompileTimeError
49 mixin_illegal_syntax_test/00: DartkCrash 43 vm/reflect_core_vm_test: CompileTimeError
50 44 vm/regress_27201_test: CompileTimeError
51 # Passing for the wrong reason 45 main_not_a_function_test/01: Pass # Fails if tree shaking is disabled
52 language/main_not_a_function_test/01: Pass # Fails if tree shaking is disabled
53 46
54 # dartk: JIT failures 47 # dartk: JIT failures
55 [ $compiler == dartk && $runtime == vm ] 48 [ $compiler == dartk && $runtime == vm ]
56 config_import_corelib_test: RuntimeError 49 config_import_corelib_test: RuntimeError
57 reify_typevar_static_test/00: MissingCompileTimeError 50 type_variable_conflict2_test/02: MissingCompileTimeError
58 type_variable_conflict2_test/06: MissingCompileTimeError
59 type_variable_conflict2_test/08: MissingCompileTimeError
60 type_variable_conflict2_test/10: MissingCompileTimeError
61 51
62 # dartk: precompilation failures 52 # dartk: precompilation failures
63 [ $compiler == dartkp && $runtime == dart_precompiled ] 53 [ $compiler == dartkp && $runtime == dart_precompiled ]
64 config_import_corelib_test: RuntimeError 54 config_import_corelib_test: RuntimeError
65 55
66 ############################################################################### 56 ###############################################################################
67 # VM Entries 57 # VM Entries
68 ############################################################################### 58 ###############################################################################
69 59
70 # dartk: Shared JIT & Precompilation failures 60 # dartk: Shared JIT & Precompilation failures
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 named_parameters_type_test/03: Crash 248 named_parameters_type_test/03: Crash
259 positional_parameters_type_test/01: Crash 249 positional_parameters_type_test/01: Crash
260 positional_parameters_type_test/02: Crash 250 positional_parameters_type_test/02: Crash
261 type_checks_in_factory_method_test: Crash 251 type_checks_in_factory_method_test: Crash
262 vm/regress_27671_test: Crash 252 vm/regress_27671_test: Crash
263 vm/type_vm_test: Crash 253 vm/type_vm_test: Crash
264 254
265 # Triaged checked mode failures 255 # Triaged checked mode failures
266 [ ($compiler == dartk || $compiler == dartkp) && $checked ] 256 [ ($compiler == dartk || $compiler == dartkp) && $checked ]
267 language/regress_22728_test: Fail # Dartk Issue 28498 257 language/regress_22728_test: Fail # Dartk Issue 28498
OLDNEW
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | tools/testing/dart/compiler_configuration.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698