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

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

Issue 2641433002: Support tests using VMOptions also with kernel (Closed)
Patch Set: More fixes Created 3 years, 11 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.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
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 ############################################################################### 91 ###############################################################################
92 92
93 # dartk: Shared JIT & Precompilation failures 93 # dartk: Shared JIT & Precompilation failures
94 [ ($compiler == dartk && $runtime == vm) || ($compiler == dartkp && $runtime == dart_precompiled) ] 94 [ ($compiler == dartk && $runtime == vm) || ($compiler == dartkp && $runtime == dart_precompiled) ]
95 accessor_conflict_export2_test: RuntimeError 95 accessor_conflict_export2_test: RuntimeError
96 accessor_conflict_export_test: RuntimeError 96 accessor_conflict_export_test: RuntimeError
97 accessor_conflict_import2_test: RuntimeError 97 accessor_conflict_import2_test: RuntimeError
98 accessor_conflict_import_prefixed2_test: RuntimeError 98 accessor_conflict_import_prefixed2_test: RuntimeError
99 accessor_conflict_import_prefixed_test: RuntimeError 99 accessor_conflict_import_prefixed_test: RuntimeError
100 accessor_conflict_import_test: RuntimeError 100 accessor_conflict_import_test: RuntimeError
101 assertion_test: RuntimeError
102 bad_raw_string_negative_test: Fail 101 bad_raw_string_negative_test: Fail
103 cha_deopt1_test: RuntimeError # Deferred Loading Issue 28335 102 cha_deopt1_test: RuntimeError # Deferred Loading Issue 28335
104 cha_deopt2_test: RuntimeError # Deferred Loading Issue 28335 103 cha_deopt2_test: RuntimeError # Deferred Loading Issue 28335
105 cha_deopt3_test: RuntimeError # Deferred Loading Issue 28335 104 cha_deopt3_test: RuntimeError # Deferred Loading Issue 28335
106 compile_time_constant_k_test/01: RuntimeError 105 compile_time_constant_k_test/01: RuntimeError
107 compile_time_constant_k_test/02: RuntimeError 106 compile_time_constant_k_test/02: RuntimeError
108 compile_time_constant_k_test/03: RuntimeError 107 compile_time_constant_k_test/03: RuntimeError
109 compile_time_constant_o_test/01: RuntimeError 108 compile_time_constant_o_test/01: RuntimeError
110 compile_time_constant_o_test/02: RuntimeError 109 compile_time_constant_o_test/02: RuntimeError
111 config_import_test: RuntimeError 110 config_import_test: RuntimeError
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 function_subtype_inline0_test: RuntimeError 182 function_subtype_inline0_test: RuntimeError
184 function_subtype_local3_test: RuntimeError 183 function_subtype_local3_test: RuntimeError
185 function_subtype_local4_test: RuntimeError 184 function_subtype_local4_test: RuntimeError
186 function_subtype_not1_test: RuntimeError 185 function_subtype_not1_test: RuntimeError
187 function_type_alias2_test: RuntimeError 186 function_type_alias2_test: RuntimeError
188 function_type_alias3_test: RuntimeError 187 function_type_alias3_test: RuntimeError
189 function_type_alias4_test: RuntimeError 188 function_type_alias4_test: RuntimeError
190 generic_closure_test: RuntimeError 189 generic_closure_test: RuntimeError
191 generic_field_mixin4_test: RuntimeError 190 generic_field_mixin4_test: RuntimeError
192 generic_method_types_test: Pass, RuntimeError 191 generic_method_types_test: Pass, RuntimeError
193 generic_test: RuntimeError
194 getter_closure_execution_order_test: RuntimeError 192 getter_closure_execution_order_test: RuntimeError
195 getter_setter_in_lib_test: RuntimeError 193 getter_setter_in_lib_test: RuntimeError
196 inferrer_closure_test: RuntimeError 194 inferrer_closure_test: RuntimeError
197 initializing_formal_final_test: RuntimeError 195 initializing_formal_final_test: RuntimeError
198 is_not_class2_test: RuntimeError 196 is_not_class2_test: RuntimeError
199 issue13474_test: RuntimeError 197 issue13474_test: RuntimeError
200 issue_1751477_test: RuntimeError 198 issue_1751477_test: RuntimeError
201 library_env_test/has_html_support: RuntimeError 199 library_env_test/has_html_support: RuntimeError
202 library_env_test/has_no_io_support: RuntimeError 200 library_env_test/has_no_io_support: RuntimeError
203 list_literal4_test: RuntimeError 201 list_literal4_test: RuntimeError
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 248 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301
251 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 249 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
252 250
253 # dartk: precompilation failures 251 # dartk: precompilation failures
254 [ $compiler == dartkp && $runtime == dart_precompiled ] 252 [ $compiler == dartkp && $runtime == dart_precompiled ]
255 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 253 if_null_assignment_static_test/35: Crash # Dartk Issue 28302
256 254
257 # dartk: precompilation failures (debug) 255 # dartk: precompilation failures (debug)
258 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] 256 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
259 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 257 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
260 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 258 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
259
260
261 # New failures after respecting VMOptions in test files
262 [ $compiler == dartk || $compiler == dartkp ]
263 vm/regress_27671_test: RuntimeError
264
265 # New failures after respecting VMOptions in test files
266 [ $compiler == dartk && $runtime == vm && $mode == debug]
267 hello_dart_test: Crash
268
269 # New failures after respecting VMOptions in test files
270 [ $compiler == dartk && $runtime == vm ]
271 hello_dart_test: CompileTimeError
272 ct_const2_test: Pass, CompileTimeError # Multitest via multiple VMOptions!
273 disassemble_test: Pass, Crash # Multitest via multiple VMOptions!
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tools/testing/dart/compiler_configuration.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698