2b88fa0132
R=kustermann@google.com Bug: Change-Id: Ifc35f8a9b2ccf2fa095a4da510111b04c1ea883e Reviewed-on: https://dart-review.googlesource.com/20061 Reviewed-by: Vyacheslav Egorov <vegorov@google.com>
410 lines
24 KiB
Plaintext
410 lines
24 KiB
Plaintext
# Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
|
|
# for details. All rights reserved. Use of this source code is governed by a
|
|
# BSD-style license that can be found in the LICENSE file.
|
|
|
|
[$compiler == dartk && $runtime == vm]
|
|
assertion_initializer_const_function_error_test/01: MissingCompileTimeError
|
|
disassemble_test: Pass, Slow
|
|
|
|
[ $compiler == dartk || $compiler == dartkp ]
|
|
const_error_multiply_initialized_test/02: MissingCompileTimeError # Issue 29900
|
|
const_error_multiply_initialized_test/04: MissingCompileTimeError # Issue 29900
|
|
|
|
[$compiler == dartk && $runtime == vm && $checked]
|
|
assertion_initializer_const_function_test/01: RuntimeError
|
|
|
|
[$compiler == dartkp && $runtime == dart_precompiled && !$checked]
|
|
assertion_initializer_const_function_error_test/01: MissingCompileTimeError
|
|
|
|
[$compiler == dartkp && $runtime == dart_precompiled && $checked]
|
|
assertion_initializer_const_error2_test/none: Pass
|
|
assertion_initializer_const_error2_test/*: Crash
|
|
assertion_initializer_const_error_test/none: Crash
|
|
assertion_initializer_const_function_error_test/01: Crash
|
|
assertion_initializer_const_function_error_test/none: Crash
|
|
assertion_initializer_const_function_test/01: Crash
|
|
assertion_initializer_const_function_test/none: Crash
|
|
assertion_initializer_test: CompileTimeError
|
|
|
|
[ !$checked && ($compiler == dartk || $compiler == dartkp) ]
|
|
|
|
deferred_constraints_type_annotation_test/type_annotation1: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_constraints_type_annotation_test/type_annotation_generic1: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_constraints_type_annotation_test/type_annotation_generic4: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
|
|
cha_deopt1_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
cha_deopt2_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
cha_deopt3_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
conditional_import_string_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
conditional_import_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_call_empty_before_load_test: RuntimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_closurize_load_library_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_constant_list_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_constraints_constants_test/none: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_constraints_constants_test/reference_after_load: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_constraints_constants_test/default_argument2: Pass # Passes by mistake. KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_constraints_type_annotation_test/as_operation: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_constraints_type_annotation_test/catch_check: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_constraints_type_annotation_test/is_check: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_constraints_type_annotation_test/new: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_constraints_type_annotation_test/new_before_load: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_constraints_type_annotation_test/new_generic1: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_constraints_type_annotation_test/new_generic2: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_constraints_type_annotation_test/new_generic3: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_constraints_type_annotation_test/none: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_constraints_type_annotation_test/static_method: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_constraints_type_annotation_test/type_annotation_generic2: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_constraints_type_annotation_test/type_annotation_generic3: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_constraints_type_annotation_test/type_annotation_non_deferred: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_constraints_type_annotation_test/type_annotation_null: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_constraints_type_annotation_test/type_annotation_top_level: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_function_type_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_global_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_import_core_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_inheritance_constraints_test/extends: MissingCompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_inheritance_constraints_test/implements: MissingCompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_inheritance_constraints_test/mixin: MissingCompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_inlined_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_load_constants_test/none: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_load_inval_code_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_load_library_wrong_args_test/none: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_load_library_wrong_args_test/01: Pass # Passes by mistake. KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_mixin_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_no_such_method_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_not_loaded_check_test: RuntimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_only_constant_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_optimized_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_redirecting_factory_test: RuntimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_regression_22995_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_regression_28678_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_shadow_load_library_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_shared_and_unshared_classes_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_static_seperate_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_super_dependency_test/01: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_type_dependency_test/as: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_type_dependency_test/is: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_type_dependency_test/none: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_type_dependency_test/type_annotation: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
final_attempt_reinitialization_test/01: MissingCompileTimeError # Issue 29900
|
|
final_attempt_reinitialization_test/02: MissingCompileTimeError # Issue 29900
|
|
issue_1751477_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
regress_22443_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
regress_23408_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
regress_28278_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
vm/regress_27201_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
|
|
config_import_corelib_test: RuntimeError # KernelVM bug: Configurable imports.
|
|
config_import_test: RuntimeError # KernelVM bug: Configurable imports.
|
|
library_env_test/has_html_support: RuntimeError # KernelVM bug: Configurable imports.
|
|
library_env_test/has_no_io_support: RuntimeError # KernelVM bug: Configurable imports.
|
|
|
|
compile_time_constant_c_test/02: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
const_map2_test/00: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
const_map3_test/00: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
const_nested_test: RuntimeError # KernelVM bug: Constant evaluation.
|
|
const_switch2_test/01: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
const_syntax_test/05: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
constant_expression_test/01: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
constant_expression_test/03: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
switch_bad_case_test/01: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
switch_bad_case_test/02: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
switch_case_test/00: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
switch_case_test/01: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
switch_case_test/02: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
|
|
compile_time_constant_k_test/01: RuntimeError # KernelVM bug: Constant map duplicated key.
|
|
compile_time_constant_k_test/02: RuntimeError # KernelVM bug: Constant map duplicated key.
|
|
compile_time_constant_k_test/03: RuntimeError # KernelVM bug: Constant map duplicated key.
|
|
compile_time_constant_o_test/01: RuntimeError # KernelVM bug: Constant map duplicated key.
|
|
compile_time_constant_o_test/02: RuntimeError # KernelVM bug: Constant map duplicated key.
|
|
const_dynamic_type_literal_test/02: RuntimeError # KernelVM bug: Constant map duplicated key.
|
|
map_literal3_test: RuntimeError # KernelVM bug: Constant map duplicated key.
|
|
map_literal6_test: RuntimeError # KernelVM bug: Constant map duplicated key.
|
|
|
|
dynamic_prefix_core_test/01: RuntimeError # KernelVM bug: Blocked on language issue 29125.
|
|
|
|
external_test/10: MissingRuntimeError # KernelVM bug: Unbound external.
|
|
external_test/13: MissingRuntimeError # KernelVM bug: Unbound external.
|
|
external_test/20: MissingRuntimeError # KernelVM bug: Unbound external.
|
|
|
|
mixin_forwarding_constructor4_test/01: MissingCompileTimeError # KernelVM bug: Issue 15101
|
|
mixin_forwarding_constructor4_test/02: MissingCompileTimeError # KernelVM bug: Issue 15101
|
|
mixin_forwarding_constructor4_test/03: MissingCompileTimeError # KernelVM bug: Issue 15101
|
|
mixin_super_constructor_named_test/01: MissingCompileTimeError # KernelVM bug: Issue 15101
|
|
mixin_super_constructor_positionals_test/01: MissingCompileTimeError # KernelVM bug: Issue 15101
|
|
|
|
redirecting_constructor_initializer_test: RuntimeError # Super is evaluated last; same result as source-based pipeline.
|
|
|
|
vm/debug_break_enabled_vm_test/01: CompileTimeError # KernelVM bug: Bad test using extended break syntax.
|
|
vm/debug_break_enabled_vm_test/none: CompileTimeError # KernelVM bug: Bad test using extended break syntax.
|
|
|
|
vm/closure_memory_retention_test: Skip # KernelVM bug: Hits OOM
|
|
|
|
redirecting_factory_long_test: RuntimeError # Fasta bug: Bad compilation of type arguments for redirecting factory.
|
|
|
|
factory_redirection_test/07: MissingCompileTimeError # Fasta bug: Bad constructor redirection.
|
|
regress_27617_test/1: MissingCompileTimeError # Fasta bug: Bad constructor redirection.
|
|
regress_28217_test/01: MissingCompileTimeError # Fasta bug: Bad constructor redirection.
|
|
regress_28217_test/none: MissingCompileTimeError # Fasta bug: Bad constructor redirection.
|
|
|
|
vm/type_vm_test: RuntimeError # Fasta bug: Bad position information in stack trace.
|
|
|
|
constructor_redirect2_test/01: MissingCompileTimeError # Fasta bug: Body on redirecting constructor.
|
|
|
|
const_factory_with_body_test/01: MissingCompileTimeError # Fasta bug: Const factory with body.
|
|
|
|
const_instance_field_test/01: MissingCompileTimeError # Fasta bug: Const instance field.
|
|
|
|
cyclic_constructor_test/01: MissingCompileTimeError # Fasta bug: Cyclic constructor redirection.
|
|
|
|
const_optional_args_negative_test: Fail # Fasta bug: Default parameter values must be const.
|
|
|
|
named_parameters_default_eq_test/02: MissingCompileTimeError # Fasta bug: Default values are not allowed on redirecting factory constructors.
|
|
redirecting_factory_default_values_test/01: MissingCompileTimeError # Fasta bug: Default values are not allowed on redirecting factory constructors.
|
|
redirecting_factory_default_values_test/02: MissingCompileTimeError # Fasta bug: Default values are not allowed on redirecting factory constructors.
|
|
|
|
private_super_constructor_test/01: MissingCompileTimeError # Fasta bug: Illegal access to private constructor.
|
|
regress_20394_test/01: MissingCompileTimeError # Fasta bug: Illegal access to private constructor.
|
|
|
|
constructor_redirect_test/01: MissingCompileTimeError # Fasta bug: Initializer refers to this.
|
|
|
|
const_constructor_nonconst_field_test/01: MissingCompileTimeError # Fasta bug: Non-const expression in field initializer.
|
|
|
|
method_name_test: CompileTimeError # Fasta bug: Parser bug.
|
|
|
|
named_constructor_test/01: MissingRuntimeError # Fasta bug: Bad compilation of constructor reference.
|
|
|
|
const_native_factory_test/01: MissingCompileTimeError # Fasta bug: Issue 29763
|
|
|
|
syntax_test/none: CompileTimeError # Issue #30176.
|
|
syntax_test/64: MissingCompileTimeError # Test bug: Test doesn't execute erroneous code.
|
|
syntax_test/65: MissingCompileTimeError # Test bug: Test doesn't execute erroneous code.
|
|
|
|
# dartk: JIT & AOT failures (debug)
|
|
[ ($compiler == dartk || $compiler == dartkp) && $mode == debug ]
|
|
const_instance_field_test/01: Crash
|
|
cyclic_type_variable_test/01: Crash
|
|
cyclic_type_variable_test/02: Crash
|
|
cyclic_type_variable_test/03: Crash
|
|
cyclic_type_variable_test/04: Crash
|
|
cyclic_type_variable_test/none: Crash
|
|
type_parameter_test/04: Crash
|
|
type_parameter_test/05: Crash
|
|
|
|
# Triaged checked mode failures
|
|
[ ($compiler == dartk || $compiler == dartkp) && $checked ]
|
|
regress_22728_test: Fail # Dartk Issue 28498
|
|
|
|
# dartk: JIT failures
|
|
[ $compiler == dartk ]
|
|
const_locals_test: RuntimeError
|
|
const_string_test: RuntimeError
|
|
ct_const2_test: Pass, Crash # Flaky
|
|
hello_dart_test: Crash
|
|
library_env_test/has_no_mirror_support: RuntimeError
|
|
redirecting_factory_reflection_test: Crash
|
|
redirecting_factory_reflection_test: RuntimeError
|
|
vm/lazy_deopt_vm_test: Pass, Slow, Timeout
|
|
vm/optimized_stacktrace_test: Skip # Issue 28788
|
|
|
|
# dartk: JIT failures (debug)
|
|
[ $compiler == dartk && $mode == debug ]
|
|
deopt_inlined_function_lazy_test: Skip
|
|
hello_dart_test: Crash # error: expected: cls.is_type_finalized()
|
|
vm/lazy_deopt_vm_test: Crash
|
|
|
|
# dartk: precompilation failures
|
|
[ $compiler == dartkp ]
|
|
const_syntax_test/08: Crash
|
|
final_syntax_test/09: Crash
|
|
ref_before_declaration_test/none: Pass
|
|
final_syntax_test/09: MissingCompileTimeError
|
|
ref_before_declaration_test/none: Crash
|
|
stacktrace_demangle_ctors_test: RuntimeError
|
|
vm/optimized_stacktrace_test: Crash
|
|
vm/regress_27671_test: Crash
|
|
vm/type_vm_test: Crash
|
|
deferred_redirecting_factory_test: CompileTimeError # Issue 31296
|
|
vm/regress_27671_test: Skip # Unsupported
|
|
|
|
# dartk: precompilation failures (debug)
|
|
[ $compiler == dartkp && $mode == debug ]
|
|
external_test/13: Crash
|
|
final_syntax_test/09: Crash
|
|
malbounded_type_cast_test: Crash
|
|
regress_29025_test: Crash
|
|
vm/async_await_catch_stacktrace_test: Crash
|
|
|
|
# dartk: checked mode failures
|
|
[ $checked && ($compiler == dartk || $compiler == dartkp) ]
|
|
assert_initializer_test/31: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/32: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/33: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/34: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/35: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/36: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/37: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/38: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/41: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/42: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/43: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/44: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/45: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/46: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/47: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/48: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/none: RuntimeError # KernelVM bug: Constant evaluation.
|
|
assign_static_type_test/02: MissingCompileTimeError
|
|
async_await_test: RuntimeError
|
|
async_return_types_test/nestedFuture: Fail
|
|
async_return_types_test/wrongTypeParameter: Fail
|
|
compile_time_constant_checked_test/02: MissingCompileTimeError
|
|
const_constructor2_test/20: MissingCompileTimeError
|
|
const_constructor2_test/22: MissingCompileTimeError
|
|
const_constructor2_test/24: MissingCompileTimeError
|
|
const_init2_test/02: MissingCompileTimeError
|
|
default_factory2_test/01: Fail
|
|
factory_redirection_test/08: Fail
|
|
factory_redirection_test/09: Fail
|
|
factory_redirection_test/10: Fail
|
|
factory_redirection_test/12: Fail
|
|
factory_redirection_test/13: Fail
|
|
factory_redirection_test/14: Fail
|
|
function_type2_test: RuntimeError
|
|
function_type/function_type0_test: RuntimeError
|
|
function_type/function_type10_test: RuntimeError
|
|
function_type/function_type11_test: RuntimeError
|
|
function_type/function_type12_test: RuntimeError
|
|
function_type/function_type13_test: RuntimeError
|
|
function_type/function_type14_test: RuntimeError
|
|
function_type/function_type15_test: RuntimeError
|
|
function_type/function_type16_test: RuntimeError
|
|
function_type/function_type17_test: RuntimeError
|
|
function_type/function_type18_test: RuntimeError
|
|
function_type/function_type19_test: RuntimeError
|
|
function_type/function_type1_test: RuntimeError
|
|
function_type/function_type20_test: RuntimeError
|
|
function_type/function_type21_test: RuntimeError
|
|
function_type/function_type22_test: RuntimeError
|
|
function_type/function_type23_test: RuntimeError
|
|
function_type/function_type24_test: RuntimeError
|
|
function_type/function_type25_test: RuntimeError
|
|
function_type/function_type26_test: RuntimeError
|
|
function_type/function_type27_test: RuntimeError
|
|
function_type/function_type28_test: RuntimeError
|
|
function_type/function_type29_test: RuntimeError
|
|
function_type/function_type2_test: RuntimeError
|
|
function_type/function_type30_test: RuntimeError
|
|
function_type/function_type31_test: RuntimeError
|
|
function_type/function_type32_test: RuntimeError
|
|
function_type/function_type33_test: RuntimeError
|
|
function_type/function_type34_test: RuntimeError
|
|
function_type/function_type35_test: RuntimeError
|
|
function_type/function_type36_test: RuntimeError
|
|
function_type/function_type37_test: RuntimeError
|
|
function_type/function_type38_test: RuntimeError
|
|
function_type/function_type39_test: RuntimeError
|
|
function_type/function_type3_test: RuntimeError
|
|
function_type/function_type40_test: RuntimeError
|
|
function_type/function_type41_test: RuntimeError
|
|
function_type/function_type42_test: RuntimeError
|
|
function_type/function_type43_test: RuntimeError
|
|
function_type/function_type44_test: RuntimeError
|
|
function_type/function_type45_test: RuntimeError
|
|
function_type/function_type46_test: RuntimeError
|
|
function_type/function_type47_test: RuntimeError
|
|
function_type/function_type48_test: RuntimeError
|
|
function_type/function_type49_test: RuntimeError
|
|
function_type/function_type4_test: RuntimeError
|
|
function_type/function_type50_test: RuntimeError
|
|
function_type/function_type51_test: RuntimeError
|
|
function_type/function_type52_test: RuntimeError
|
|
function_type/function_type53_test: RuntimeError
|
|
function_type/function_type54_test: RuntimeError
|
|
function_type/function_type55_test: RuntimeError
|
|
function_type/function_type56_test: RuntimeError
|
|
function_type/function_type57_test: RuntimeError
|
|
function_type/function_type58_test: RuntimeError
|
|
function_type/function_type59_test: RuntimeError
|
|
function_type/function_type5_test: RuntimeError
|
|
function_type/function_type60_test: RuntimeError
|
|
function_type/function_type61_test: RuntimeError
|
|
function_type/function_type62_test: RuntimeError
|
|
function_type/function_type63_test: RuntimeError
|
|
function_type/function_type64_test: RuntimeError
|
|
function_type/function_type65_test: RuntimeError
|
|
function_type/function_type66_test: RuntimeError
|
|
function_type/function_type67_test: RuntimeError
|
|
function_type/function_type68_test: RuntimeError
|
|
function_type/function_type69_test: RuntimeError
|
|
function_type/function_type6_test: RuntimeError
|
|
function_type/function_type70_test: RuntimeError
|
|
function_type/function_type71_test: RuntimeError
|
|
function_type/function_type72_test: RuntimeError
|
|
function_type/function_type73_test: RuntimeError
|
|
function_type/function_type74_test: RuntimeError
|
|
function_type/function_type75_test: RuntimeError
|
|
function_type/function_type76_test: RuntimeError
|
|
function_type/function_type77_test: RuntimeError
|
|
function_type/function_type78_test: RuntimeError
|
|
function_type/function_type79_test: RuntimeError
|
|
function_type/function_type7_test: RuntimeError
|
|
function_type/function_type80_test: RuntimeError
|
|
function_type/function_type81_test: RuntimeError
|
|
function_type/function_type82_test: RuntimeError
|
|
function_type/function_type83_test: RuntimeError
|
|
function_type/function_type84_test: RuntimeError
|
|
function_type/function_type85_test: RuntimeError
|
|
function_type/function_type86_test: RuntimeError
|
|
function_type/function_type87_test: RuntimeError
|
|
function_type/function_type88_test: RuntimeError
|
|
function_type/function_type89_test: RuntimeError
|
|
function_type/function_type8_test: RuntimeError
|
|
function_type/function_type90_test: RuntimeError
|
|
function_type/function_type91_test: RuntimeError
|
|
function_type/function_type92_test: RuntimeError
|
|
function_type/function_type93_test: RuntimeError
|
|
function_type/function_type94_test: RuntimeError
|
|
function_type/function_type95_test: RuntimeError
|
|
function_type/function_type96_test: RuntimeError
|
|
function_type/function_type97_test: RuntimeError
|
|
function_type/function_type98_test: RuntimeError
|
|
function_type/function_type99_test: RuntimeError
|
|
function_type/function_type9_test: RuntimeError
|
|
list_literal1_test/01: MissingCompileTimeError
|
|
malbounded_redirecting_factory2_test/03: Fail
|
|
malbounded_redirecting_factory2_test/04: Fail
|
|
malbounded_redirecting_factory_test/03: Fail
|
|
malbounded_redirecting_factory_test/04: Fail
|
|
malbounded_type_cast_test: RuntimeError
|
|
malbounded_type_test_test/03: Fail
|
|
malbounded_type_test_test/04: Fail
|
|
malformed2_test/00: RuntimeError
|
|
malformed2_test/01: MissingCompileTimeError
|
|
map_literal1_test/01: MissingCompileTimeError
|
|
mixin_invalid_bound2_test/08: Fail
|
|
mixin_invalid_bound2_test/09: Fail
|
|
mixin_invalid_bound2_test/10: Fail
|
|
mixin_invalid_bound_test/06: Fail
|
|
mixin_invalid_bound_test/07: Fail
|
|
mixin_super_bound2_test/01: RuntimeError
|
|
mixin_super_bound_test: RuntimeError
|
|
msk_bound_test: RuntimeError
|
|
redirecting_factory_infinite_steps_test/01: Fail
|
|
redirecting_factory_malbounded_test/01: Fail
|
|
regress_22728_test: RuntimeError
|
|
regress_26133_test: RuntimeError
|
|
type_parameter_test/05: MissingCompileTimeError
|
|
type_parameter_test/none: RuntimeError
|
|
type_variable_bounds4_test/01: RuntimeError
|
|
|
|
[ $compiler == dartkp ]
|
|
export_double_same_main_test: Crash # Issue 29895
|
|
|
|
[ $compiler == dartk || $compiler == dartkp ]
|
|
bad_constructor_test/06: DartkCrash # Issue 31299
|
|
|
|
[ $compiler == dartkp && $mode == debug ]
|
|
assertion_test: Crash
|