# 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. # These tests currently take too long. Remove when they are fixed. [ $compiler == dartk || $compiler == dartkp ] large_class_declaration_test: SkipSlow # KernelVM Issue 28312 ############################################################################### # Dartk Entries ############################################################################### [ $compiler == dartk || $compiler == dartkp ] conditional_import_string_test: CompileTimeError conditional_import_test: CompileTimeError conflicting_type_variable_and_setter_test: CompileTimeError const_for_in_variable_test/01: MissingCompileTimeError constructor_duplicate_final_test/03: MissingCompileTimeError deep_nesting1_negative_test: DartkCrash deep_nesting2_negative_test: DartkCrash enum_syntax_test/05: MissingCompileTimeError enum_syntax_test/06: MissingCompileTimeError external_test/21: MissingCompileTimeError external_test/24: MissingCompileTimeError external_test/25: MissingCompileTimeError final_syntax_test/01: MissingCompileTimeError final_syntax_test/02: MissingCompileTimeError final_syntax_test/03: MissingCompileTimeError final_syntax_test/04: MissingCompileTimeError generic_local_functions_test: CompileTimeError # Issue 28515 generic_methods_generic_function_parameter_test: CompileTimeError # Issue 28515 metadata_test: CompileTimeError multiline_newline_test/01: CompileTimeError multiline_newline_test/02: CompileTimeError multiline_newline_test/03: CompileTimeError multiline_newline_test/04: MissingCompileTimeError multiline_newline_test/05: MissingCompileTimeError multiline_newline_test/06: MissingCompileTimeError regress_27617_test/1: MissingCompileTimeError vm/regress_28325_test: RuntimeError # Issue 28055. vm/debug_break_enabled_vm_test/01: CompileTimeError vm/debug_break_enabled_vm_test/none: CompileTimeError vm/reflect_core_vm_test: CompileTimeError vm/regress_27201_test: CompileTimeError main_not_a_function_test/01: Pass # Fails if tree shaking is disabled type_variable_conflict2_test/02: MissingCompileTimeError # dartk: JIT failures [ $compiler == dartk && $runtime == vm ] config_import_corelib_test: RuntimeError # dartk: precompilation failures [ $compiler == dartkp && $runtime == dart_precompiled ] config_import_corelib_test: RuntimeError mixin_illegal_syntax_test/00: DartkCrash not_enough_positional_arguments_test/01: DartkCompileTimeError # Issue 28590 ############################################################################### # VM Entries ############################################################################### # dartk: Shared JIT & Precompilation failures [ ($compiler == dartk && $runtime == vm) || ($compiler == dartkp && $runtime == dart_precompiled) ] accessor_conflict_export2_test: RuntimeError accessor_conflict_export_test: RuntimeError accessor_conflict_import2_test: RuntimeError accessor_conflict_import_prefixed2_test: RuntimeError accessor_conflict_import_prefixed_test: RuntimeError accessor_conflict_import_test: RuntimeError bad_raw_string_negative_test: Fail cha_deopt1_test: RuntimeError # Deferred Loading Issue 28335 cha_deopt2_test: RuntimeError # Deferred Loading Issue 28335 cha_deopt3_test: RuntimeError # Deferred Loading Issue 28335 compile_time_constant_k_test/01: RuntimeError compile_time_constant_k_test/02: RuntimeError compile_time_constant_k_test/03: RuntimeError compile_time_constant_o_test/01: RuntimeError compile_time_constant_o_test/02: RuntimeError config_import_test: RuntimeError const_dynamic_type_literal_test/02: RuntimeError const_error_multiply_initialized_test/02: RuntimeError const_error_multiply_initialized_test/04: RuntimeError const_nested_test: RuntimeError constructor_duplicate_final_test/01: MissingRuntimeError constructor_duplicate_final_test/02: MissingRuntimeError cyclic_type_test/00: RuntimeError cyclic_type_test/01: RuntimeError cyclic_type_test/03: RuntimeError 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 deferred_call_empty_before_load_test: RuntimeError # Deferred Loading Issue 28335 deferred_closurize_load_library_test: RuntimeError deferred_constant_list_test: RuntimeError deferred_constraints_constants_test/none: RuntimeError deferred_constraints_constants_test/reference_after_load: RuntimeError deferred_constraints_type_annotation_test/as_operation: RuntimeError deferred_constraints_type_annotation_test/catch_check: RuntimeError deferred_constraints_type_annotation_test/is_check: RuntimeError deferred_constraints_type_annotation_test/new: RuntimeError deferred_constraints_type_annotation_test/new_before_load: RuntimeError deferred_constraints_type_annotation_test/new_generic1: RuntimeError deferred_constraints_type_annotation_test/new_generic2: RuntimeError deferred_constraints_type_annotation_test/new_generic3: RuntimeError deferred_constraints_type_annotation_test/none: RuntimeError deferred_constraints_type_annotation_test/static_method: RuntimeError deferred_constraints_type_annotation_test/type_annotation1: RuntimeError deferred_constraints_type_annotation_test/type_annotation_generic1: RuntimeError deferred_constraints_type_annotation_test/type_annotation_generic2: RuntimeError deferred_constraints_type_annotation_test/type_annotation_generic3: RuntimeError deferred_constraints_type_annotation_test/type_annotation_generic4: RuntimeError deferred_constraints_type_annotation_test/type_annotation_non_deferred: RuntimeError deferred_constraints_type_annotation_test/type_annotation_null: RuntimeError deferred_constraints_type_annotation_test/type_annotation_top_level: RuntimeError deferred_function_type_test: RuntimeError deferred_global_test: RuntimeError deferred_import_core_test: RuntimeError deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError deferred_inlined_test: RuntimeError deferred_load_constants_test/none: RuntimeError deferred_load_inval_code_test: RuntimeError deferred_load_library_wrong_args_test/none: RuntimeError deferred_mixin_test: RuntimeError deferred_no_such_method_test: RuntimeError deferred_not_loaded_check_test: RuntimeError deferred_only_constant_test: RuntimeError deferred_optimized_test: RuntimeError deferred_redirecting_factory_test: RuntimeError deferred_regression_22995_test: RuntimeError deferred_shadow_load_library_test: RuntimeError deferred_shared_and_unshared_classes_test: RuntimeError deferred_static_seperate_test: RuntimeError deferred_super_dependency_test/01: RuntimeError deferred_type_dependency_test/as: RuntimeError deferred_type_dependency_test/is: RuntimeError deferred_type_dependency_test/none: RuntimeError deferred_type_dependency_test/type_annotation: RuntimeError evaluation_redirecting_constructor_test: RuntimeError external_test/10: MissingRuntimeError external_test/13: MissingRuntimeError external_test/20: MissingRuntimeError for2_test: RuntimeError for_variable_capture_test: RuntimeError function_subtype2_test: RuntimeError function_subtype_bound_closure3_test: RuntimeError function_subtype_bound_closure4_test: RuntimeError function_subtype_cast1_test: RuntimeError function_subtype_inline0_test: RuntimeError function_subtype_local3_test: RuntimeError function_subtype_local4_test: RuntimeError function_subtype_not1_test: RuntimeError function_type_alias2_test: RuntimeError function_type_alias3_test: RuntimeError function_type_alias4_test: RuntimeError generic_closure_test: RuntimeError generic_field_mixin4_test: RuntimeError generic_method_types_test: Pass, RuntimeError getter_closure_execution_order_test: RuntimeError getter_setter_in_lib_test: RuntimeError inferrer_closure_test: RuntimeError initializing_formal_final_test: RuntimeError is_not_class2_test: RuntimeError issue_1751477_test: RuntimeError library_env_test/has_html_support: RuntimeError library_env_test/has_no_io_support: RuntimeError list_literal4_test: RuntimeError malformed_test/none: RuntimeError map_literal3_test: RuntimeError map_literal6_test: RuntimeError method_override_test: RuntimeError mixin_type_parameters_super_extends_test: RuntimeError mixin_type_parameters_super_test: RuntimeError multiline_newline_test/none: RuntimeError not_enough_positional_arguments_test/02: MissingRuntimeError # Dartk Issue 28301 not_enough_positional_arguments_test/05: MissingRuntimeError # Dartk Issue 28301 number_identifier_test/05: RuntimeError prefix10_negative_test: Fail prefix21_test: RuntimeError redirecting_constructor_initializer_test: RuntimeError regress_22443_test: RuntimeError # Deferred Loading Issue 28335 regress_23408_test: RuntimeError # Deferred Loading Issue 28335 regress_28278_test: RuntimeError # Mirrors Issue script1_negative_test: Fail script2_negative_test: Fail setter_no_getter_call_test/none: RuntimeError # Dartk Issue 28418 static_setter_get_test/01: RuntimeError # Dartk Issue 28417 switch7_negative_test: Fail # Dartk Issue 28416 try_catch_on_syntax_test/10: MissingRuntimeError # Dartk Issue 28410 try_catch_on_syntax_test/11: MissingRuntimeError # Dartk Issue 28410 type_variable_function_type_test: RuntimeError vm/type_cast_vm_test: RuntimeError vm/type_vm_test: RuntimeError # dartk: JIT failures [ $compiler == dartk && $runtime == vm ] const_locals_test: RuntimeError constructor_named_arguments_test/01: Crash # Dartk Issue 28301 const_string_test: RuntimeError # Dartk Issue 28306 library_env_test/has_no_mirror_support: RuntimeError redirecting_factory_reflection_test: RuntimeError # dartk: JIT failures (debug) [ $compiler == dartk && $runtime == vm && $mode == debug ] not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 # dartk: precompilation failures [ $compiler == dartkp && $runtime == dart_precompiled ] deferred_regression_28678_test: RuntimeError # Issue 28335 # dartk: precompilation failures (debug) [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] constructor_named_arguments_test/01: Crash # Dartk Issue 28301 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 # New failures after respecting VMOptions in test files [ $compiler == dartk || $compiler == dartkp ] vm/regress_27671_test: RuntimeError # New failures after respecting VMOptions in test files [ $compiler == dartk && $runtime == vm && $mode == debug] hello_dart_test: Crash # error: expected: cls.is_type_finalized() # New failures after respecting VMOptions in test files [ $compiler == dartk && $runtime == vm ] hello_dart_test: CompileTimeError # VMOptions=--compile-all causes us to hit "native function VMServiceIO_Shutdown cannot be resolved" ct_const2_test: Pass, CompileTimeError # VMOptions=--compile-all causes us to hit "native function VMServiceIO_Shutdown cannot be resolved" # Failures during Gardening shift: To be triaged! [ $compiler == dartk || $compiler == dartkp ] runtime_type_function_test: RuntimeError [ $compiler == dartkp ] bad_raw_string_test/none: Skip # Issue 28680 bad_raw_string_test/03: Skip # Issue 28680 # Triaged checked mode failures [ ($compiler == dartk || $compiler == dartkp) && $checked ] language/regress_22728_test: Fail # Dartk Issue 28498