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

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

Issue 2621343002: VM: [Kernel] Add kernel::ConstantEvaluator support for string.length (Closed)
Patch Set: 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/co19/co19-kernel.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 # 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 # dartk: Shared JIT & Precompilation failures 111 # dartk: Shared JIT & Precompilation failures
112 [ ($compiler == dartk && $runtime == vm) || ($compiler == dartkp && $runtime == dart_precompiled) ] 112 [ ($compiler == dartk && $runtime == vm) || ($compiler == dartkp && $runtime == dart_precompiled) ]
113 accessor_conflict_export2_test: RuntimeError 113 accessor_conflict_export2_test: RuntimeError
114 accessor_conflict_export_test: RuntimeError 114 accessor_conflict_export_test: RuntimeError
115 accessor_conflict_import2_test: RuntimeError 115 accessor_conflict_import2_test: RuntimeError
116 accessor_conflict_import_prefixed2_test: RuntimeError 116 accessor_conflict_import_prefixed2_test: RuntimeError
117 accessor_conflict_import_prefixed_test: RuntimeError 117 accessor_conflict_import_prefixed_test: RuntimeError
118 accessor_conflict_import_test: RuntimeError 118 accessor_conflict_import_test: RuntimeError
119 assertion_test: RuntimeError 119 assertion_test: RuntimeError
120 bad_raw_string_negative_test: Fail 120 bad_raw_string_negative_test: Fail
121 cha_deopt1_test: RuntimeError 121 cha_deopt1_test: RuntimeError # Deferred Loading Issue 28335
122 cha_deopt2_test: RuntimeError 122 cha_deopt2_test: RuntimeError # Deferred Loading Issue 28335
123 cha_deopt3_test: RuntimeError 123 cha_deopt3_test: RuntimeError # Deferred Loading Issue 28335
124 compile_time_constant12_test: Crash
125 compile_time_constant_k_test/01: RuntimeError 124 compile_time_constant_k_test/01: RuntimeError
126 compile_time_constant_k_test/02: RuntimeError 125 compile_time_constant_k_test/02: RuntimeError
127 compile_time_constant_k_test/03: RuntimeError 126 compile_time_constant_k_test/03: RuntimeError
128 compile_time_constant_o_test/01: RuntimeError 127 compile_time_constant_o_test/01: RuntimeError
129 compile_time_constant_o_test/02: RuntimeError 128 compile_time_constant_o_test/02: RuntimeError
130 config_import_test: RuntimeError 129 config_import_test: RuntimeError
131 const_dynamic_type_literal_test/02: RuntimeError 130 const_dynamic_type_literal_test/02: RuntimeError
132 const_error_multiply_initialized_test/02: RuntimeError 131 const_error_multiply_initialized_test/02: RuntimeError
133 const_error_multiply_initialized_test/04: RuntimeError 132 const_error_multiply_initialized_test/04: RuntimeError
134 const_nested_test: RuntimeError 133 const_nested_test: RuntimeError
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 least_upper_bound_expansive_test/09: CompileTimeError 248 least_upper_bound_expansive_test/09: CompileTimeError
250 least_upper_bound_expansive_test/10: CompileTimeError 249 least_upper_bound_expansive_test/10: CompileTimeError
251 least_upper_bound_expansive_test/11: CompileTimeError 250 least_upper_bound_expansive_test/11: CompileTimeError
252 least_upper_bound_expansive_test/12: CompileTimeError 251 least_upper_bound_expansive_test/12: CompileTimeError
253 least_upper_bound_expansive_test/none: CompileTimeError 252 least_upper_bound_expansive_test/none: CompileTimeError
254 library_env_test/has_html_support: RuntimeError 253 library_env_test/has_html_support: RuntimeError
255 library_env_test/has_no_io_support: RuntimeError 254 library_env_test/has_no_io_support: RuntimeError
256 list_literal4_test: RuntimeError 255 list_literal4_test: RuntimeError
257 malformed_test/none: RuntimeError 256 malformed_test/none: RuntimeError
258 map_literal3_test: RuntimeError 257 map_literal3_test: RuntimeError
259 map_literal4_test: RuntimeError 258 map_literal4_test: RuntimeError # Checked Mode Issue
260 map_literal6_test: RuntimeError 259 map_literal6_test: RuntimeError
261 method_override_test: RuntimeError 260 method_override_test: RuntimeError
262 mixin_mixin2_test: RuntimeError 261 mixin_mixin2_test: RuntimeError
263 mixin_type_parameters_super_extends_test: RuntimeError 262 mixin_type_parameters_super_extends_test: RuntimeError
264 mixin_type_parameters_super_test: RuntimeError 263 mixin_type_parameters_super_test: RuntimeError
265 multiline_newline_test/none: RuntimeError 264 multiline_newline_test/none: RuntimeError
266 named_parameters_type_test/01: MissingRuntimeError 265 named_parameters_type_test/01: MissingRuntimeError
267 named_parameters_type_test/02: MissingRuntimeError 266 named_parameters_type_test/02: MissingRuntimeError
268 named_parameters_type_test/03: MissingRuntimeError 267 named_parameters_type_test/03: MissingRuntimeError
269 not_enough_positional_arguments_test/02: MissingRuntimeError # Dartk Issue 2830 1 268 not_enough_positional_arguments_test/02: MissingRuntimeError # Dartk Issue 2830 1
270 not_enough_positional_arguments_test/05: MissingRuntimeError # Dartk Issue 2830 1 269 not_enough_positional_arguments_test/05: MissingRuntimeError # Dartk Issue 2830 1
271 number_identifier_test/05: RuntimeError 270 number_identifier_test/05: RuntimeError
272 positional_parameters_type_test/01: MissingRuntimeError 271 positional_parameters_type_test/01: MissingRuntimeError
273 positional_parameters_type_test/02: MissingRuntimeError 272 positional_parameters_type_test/02: MissingRuntimeError
274 prefix10_negative_test: Fail 273 prefix10_negative_test: Fail
275 prefix21_test: RuntimeError 274 prefix21_test: RuntimeError
276 redirecting_constructor_initializer_test: RuntimeError 275 redirecting_constructor_initializer_test: RuntimeError
277 regress_22443_test: RuntimeError # Deferred Loading Issue 28335 276 regress_22443_test: RuntimeError # Deferred Loading Issue 28335
278 regress_23408_test: RuntimeError # Deferred Loading Issue 28335 277 regress_23408_test: RuntimeError # Deferred Loading Issue 28335
279 regress_r24720_test: RuntimeError 278 regress_r24720_test: RuntimeError
280 regress_28278_test: RuntimeError 279 regress_28278_test: RuntimeError # Mirrors Issue
281 script1_negative_test: Fail 280 script1_negative_test: Fail
282 script2_negative_test: Fail 281 script2_negative_test: Fail
283 setter_no_getter_call_test/none: RuntimeError 282 setter_no_getter_call_test/none: RuntimeError
284 static_setter_get_test/01: RuntimeError 283 static_setter_get_test/01: RuntimeError
285 super_test: RuntimeError 284 super_test: RuntimeError
286 switch7_negative_test: Fail 285 switch7_negative_test: Fail
287 switch_try_catch_test: RuntimeError 286 switch_try_catch_test: RuntimeError
288 try_catch_on_syntax_test/10: MissingRuntimeError 287 try_catch_on_syntax_test/10: MissingRuntimeError
289 try_catch_on_syntax_test/11: MissingRuntimeError 288 try_catch_on_syntax_test/11: MissingRuntimeError
290 try_finally_regress_25654_test: RuntimeError 289 try_finally_regress_25654_test: RuntimeError
(...skipping 19 matching lines...) Expand all
310 309
311 # dartk: precompilation failures 310 # dartk: precompilation failures
312 [ $compiler == dartkp && $runtime == dart_precompiled ] 311 [ $compiler == dartkp && $runtime == dart_precompiled ]
313 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 312 if_null_assignment_static_test/35: Crash # Dartk Issue 28302
314 string_interpolation7_test: RuntimeError # Dartk Issue 28306 313 string_interpolation7_test: RuntimeError # Dartk Issue 28306
315 314
316 # dartk: precompilation failures (debug) 315 # dartk: precompilation failures (debug)
317 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] 316 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
318 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 317 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
319 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 318 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
OLDNEW
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698