Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pretty much all the test-cases on windows are failing and have been failing for months #12420

Closed
andrewrk opened this issue Aug 12, 2022 · 0 comments · Fixed by #12772
Closed
Labels
bug Observed behavior contradicts documented or intended behavior os-windows regression It worked in a previous version of Zig, but stopped working.
Milestone

Comments

@andrewrk
Copy link
Member

We've really let down our Windows users lately, this just tragic.

Related: #12380 #12381

c:\msys64\home\andy\dev\zig>stage1\bin\zig.exe build test docs -Dstatic-llvm --search-prefix C:\msys64\home\andy\local\zig+llvm+lld+clang-x86_64-windows-gnu-0.10.0-dev.3524+74673b7f6
aarch64-macos\hello_world_with_updates (stage2, aarch64-macos) failed: WrongCompileErrors
adding_numbers_at_runtime_and_comptime (stage2, x86_64-macos) failed: UnexpectedCompileErrors
adding_numbers_at_runtime_and_comptime (stage2, aarch64-macos) failed: UnexpectedCompileErrors
bad_inferred_variable_type (stage2, x86_64-macos) failed: WrongCompileErrors
bad_inferred_variable_type (stage2, aarch64-macos) failed: WrongCompileErrors
break_continue (stage2, x86_64-macos) failed: UnexpectedCompileErrors
break_continue (stage2, aarch64-macos) failed: UnexpectedCompileErrors
catch_at_comptime (stage2, x86_64-macos) failed: UnexpectedCompileErrors
catch_at_comptime (stage2, aarch64-macos) failed: UnexpectedCompileErrors
comparison_of_non-tagged_union_and_enum_literal (stage2, native) failed: TODOImplementWritingObjFiles
compile_error_in_inline_fn_call_fixed (stage2, x86_64-macos) failed: WrongCompileErrors
compile_error_in_inline_fn_call_fixed (stage2, aarch64-macos) failed: WrongCompileErrors
compile_errors\AstGen_comptime_known_struct_is_resolved_before_error (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\C_pointer_pointing_to_non_C_ABI_compatible_type_or_has_align_attr (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\C_pointer_to_anyopaque (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\Issue_5586_Make_unary_minus_for_unsigned_types_a_compile_error (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\Issue_6823_dont_allow_ (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\access_invalid_typeInfo_decl (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\access_non-existent_member_of_error_set (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\accessing_runtime_parameter_from_outer_function (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\add_assign_on_undefined_value (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\add_on_undefined_value (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\add_overflow_in_function_evaluation (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\address_of_number_literal (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\alignCast_expects_pointer_or_slice (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\alignment_of_enum_field_specified (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\ambiguous_decl_reference (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\any_typed_null_to_any_typed_optional (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\array_access_of_non_array (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\array_access_of_type (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\array_access_of_undeclared_identifier (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\array_access_with_non_integer_index (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\array_concatenation_with_wrong_type (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\array_in_c_exported_function (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\array_init_invalid_elem_count (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\assign_inline_fn_to_non-comptime_var (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\assign_null_to_non-optional_pointer (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\assign_through_constant_pointer (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\assign_through_constant_slice (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\assign_to_constant_field (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\assign_to_constant_variable (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\assign_to_invalid_dereference (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\assign_too_big_number_to_u16 (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\assign_unreachable (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\assigning_to_struct_or_union_fields_that_are_not_optionals_with_a_function_that_returns_an_optional (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\atomic_orderings_of_atomicStore_Acquire_or_AcqRel (stage2, native) failed: TODOImplementWritingObjFiles
...many lines omitted...
compile_errors\no_else_prong_on_switch_on_global_error_set (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\noinline_fn_cc_inline (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\non-const_expression_function_call_with_struct_return_value_outside_function (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\non-const_expression_in_struct_literal_outside_function (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\non-const_switch_number_literal (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\non-const_variables_of_things_that_require_const_variables (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\non-enum_tag_type_passed_to_union (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\non-exhaustive_enum_field_non_final (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\non-exhaustive_enum_marker_assigned_a_value (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\non-exhaustive_enum_specifies_every_value (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\non-extern_function_with_var_args (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\non-inline_for_loop_on_a_type_that_requires_comptime (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\non-integer_tag_type_to_automatic_union_enum (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\non-integer_tag_type_to_enum (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\non-pure_function_returns_type (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\non_constant_expression_in_array_size (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\non_error_sets_used_in_merge_error_sets_operator (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\non_float_passed_to_floatToInt (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\non_int_passed_to_intToFloat (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\non_pointer_given_to_ptrToInt (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\normal_string_with_newline (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\not_an_enum_type (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\offsetOf-bad_field_name (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\offsetOf-non_struct (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\only_equality_binary_operator_allowed_for_error_sets (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\opaque_type_with_field (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\out_of_range_comptime_int_passed_to_floatToInt (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\packed_union_given_enum_tag_type (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\packed_union_with_automatic_layout_field (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\panic_called_at_compile_time (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\parameter_redeclaration (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\parameter_shadowing_global (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\pass_const_ptr_to_mutable_ptr_fn (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\passing_a_not-aligned-enough_pointer_to_cmpxchg (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\pointer_arithmetic_on_pointer-to-array (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\pointer_to_noreturn (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\pointers_with_different_address_spaces (stage2, x86_64-macos) failed: WrongCompileErrors
compile_errors\pointers_with_different_address_spaces (llvm, x86_64-macos) failed: WrongCompileErrors
compile_errors\popCount-non-integer (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\primitives_take_precedence_over_declarations (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\ptrToInt_0_to_non_optional_pointer (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\reading_past_end_of_pointer_casted_array (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\reassign_to_struct_parameter (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\redefinition_of_enums (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\redefinition_of_global_variables (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\redefinition_of_struct (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\refer_to_the_type_of_a_generic_function (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\reference_to_const_data (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\referring_to_a_struct_that_is_invalid (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\regression_test_2980_base_type_u32_is_not_type_checked_properly_when_assigning_a_value_within_a_struct (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\reify_type (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\reify_type (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\reify_type (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\reify_typeOf_with_incompatible_arguments (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\reify_typeOf_with_no_arguments (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\reify_type_for_exhaustive_enum_with_non-integer_tag_type (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\reify_type_for_exhaustive_enum_with_undefined_tag_type (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\reify_type_for_exhaustive_enum_with_zero_fields (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\reify_type_for_tagged_union_with_extra_enum_field (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\reify_type_for_tagged_union_with_extra_union_field (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\reify_type_for_union_with_zero_fields (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\reify_type_union_payload_is_undefined (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\reify_type_with_Type (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\reify_type_with_undefined (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\reject_extern_function_definitions_with_body (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\reject_extern_variables_with_initializers (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\repeated_invalid_field_access_to_generic_function_returning_type_crashes_compiler_2655 (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\result_location_incompatibility_mismatching_handle_is_ptr (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\result_location_incompatibility_mismatching_handle_is_ptr_generic_call (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\return_from_defer_expression (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\return_invalid_type_from_test (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\runtime_cast_to_union_which_has_non-void_fields (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\runtime_index_into_comptime_type_slice (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\runtime_indexing_comptime_array (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\saturating_arithmetic_does_not_allow_floats (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\self_referential_struct_requires_comptime (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\self_referential_union_requires_comptime (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\setAlignStack_in_inline_function (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\setAlignStack_in_naked_function (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\setAlignStack_outside_function (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\setAlignStack_set_twice (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\setAlignStack_too_big (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\setting_a_section_on_a_local_variable (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\shift_on_type_with_non-power-of-two_size (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\shifting_RHS_is_log2_of_LHS_int_bit_width (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\shuffle_with_selected_index_past_first_vector_length (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\signed_integer_remainder_division (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\sizeOf_bad_type (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\slice_cannot_have_its_bytes_reinterpreted (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\slice_passed_as_array_init_type (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\slice_passed_as_array_init_type_with_elems (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\slice_sentinel_mismatch-2 (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\slicing_single-item_pointer (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\specify_non-integer_enum_tag_type (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\src_fields_runtime (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\src_outside_function (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\stage2\comptime_unreachable (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\stage2\constant_inside_comptime_function_has_compile_error (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\stage2\duplicate-unused_labels (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\stage2\embed_outside_package (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\stage2\import_outside_package (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\stage2\out_of_bounds_index (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\stage2\slice_of_null_pointer (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\stage2\struct_duplicate_field_name (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\stage2\union_access_of_inactive_field (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\stage2\union_duplicate_enum_field (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\stage2\union_duplicate_field_definition (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\stage2\union_enum_field_missing (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\stage2\union_extra_field (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\stage2\union_runtime_coercion_from_enum (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\struct_depends_on_itself_via_optional_field (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\struct_field_missing_type (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\struct_init_syntax_for_array (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\struct_with_declarations_unavailable_for_reify_type (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\struct_with_invalid_field (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\sub_overflow_in_function_evaluation (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\switch_expression-duplicate_enumeration_prong (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\switch_expression-duplicate_enumeration_prong_when_else_present (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\switch_expression-duplicate_or_overlapping_integer_value (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\switch_expression-duplicate_type (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\switch_expression-duplicate_type_struct_alias (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\switch_expression-missing_enumeration_prong (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\switch_expression-multiple_else_prongs (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\switch_expression-non_exhaustive_integer_prongs (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\switch_expression-switch_on_pointer_type_with_no_else (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\switch_expression-unreachable_else_prong_bool (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\switch_expression-unreachable_else_prong_range_i8 (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\switch_expression-unreachable_else_prong_range_u8 (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\switch_expression-unreachable_else_prong_u1 (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\switch_expression-unreachable_else_prong_u2 (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\switch_on_enum_with_1_field_with_no_prongs (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\switch_on_union_with_no_attached_enum (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\switch_ranges_endpoints_are_validated (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\switch_with_overlapping_case_ranges (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\switching_with_exhaustive_enum_has___prong_ (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\switching_with_non-exhaustive_enums (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\tagName_on_invalid_value_of_non-exhaustive_enum (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\tagName_used_on_union_with_no_associated_enum_tag (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\take_slice_of_invalid_dereference (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\threadlocal_qualifier_on_const (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\top_level_decl_dependency_loop (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\truncate_sign_mismatch (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\try_in_function_with_non_error_return_type (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\tuple_init_edge_cases (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\type_checking_function_pointers (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\type_mismatch_in_C_prototype_with_varargs (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\type_mismatch_with_tuple_concatenation (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\type_variables_must_be_constant (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\undeclared_identifier (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\undeclared_identifier_error_should_mark_fn_as_impure (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\undeclared_identifier_in_unanalyzed_branch (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\undefined_as_field_type_is_rejected (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\undefined_function_call (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\underscore_is_not_a_declarable_symbol (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\underscore_should_not_be_usable_inside_for (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\underscore_should_not_be_usable_inside_while (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\underscore_should_not_be_usable_inside_while_else (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\union_fields_with_value_assignments (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\union_with_0_fields (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\union_with_specified_enum_omits_field (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\unknown_length_pointer_to_opaque (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\unreachable_code (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\unreachable_code-double_break (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\unreachable_code-nested_returns (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\unreachable_executed_at_comptime (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\unreachable_parameter (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\unreachable_variable (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\unreachable_with_return (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\unused_variable_error_on_errdefer (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\use_anyopaque_as_return_type_of_fn_ptr (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\use_implicit_casts_to_assign_null_to_non-nullable_pointer (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\use_invalid_number_literal_as_array_index (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\use_of_undeclared_identifier (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\using_an_unknown_len_ptr_type_instead_of_array (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\using_invalid_types_in_function_call_raises_an_error (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\usingnamespace_with_wrong_type (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\variable_has_wrong_type (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\variable_initialization_compile_error_then_referenced (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\variable_with_type_noreturn (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\vector_index_out_of_bounds (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\volatile_on_global_assembly (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\wasmMemoryGrow_is_a_compile_error_in_non-Wasm_targets (stage2, x86_64-native) failed: TODOImplementWritingObjFiles
compile_errors\wasmMemorySize_is_a_compile_error_in_non-Wasm_targets (stage2, x86_64-native) failed: TODOImplementWritingObjFiles
compile_errors\while_expected_bool_got_error_union (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\while_expected_bool_got_optional (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\while_expected_error_union_got_bool (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\while_expected_error_union_got_optional (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\while_expected_optional_got_bool (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\while_expected_optional_got_error_union (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\while_loop_body_expression_ignored (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\write_to_const_global_variable (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\wrong_initializer_for_union_payload_of_type_type (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\wrong_number_of_arguments (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\wrong_number_of_arguments_for_method_fn_call (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\wrong_pointer_coerced_to_pointer_to_opaque_{} (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\wrong_size_to_an_array_literal (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\wrong_type_for_reify_type (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\wrong_type_passed_to_panic (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\wrong_type_to_hasField (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\wrong_types_given_to_atomic_order_args_in_cmpxchg (stage2, native) failed: TODOImplementWritingObjFiles
compile_errors\wrong_types_given_to_export (stage2, native) failed: TODOImplementWritingObjFiles
double_ampersand (stage2, x86_64-macos) failed: WrongCompileErrors
double_ampersand (stage2, aarch64-macos) failed: WrongCompileErrors
enum_values (stage2, x86_64-macos) failed: UnexpectedCompileErrors
enum_values (stage2, aarch64-macos) failed: UnexpectedCompileErrors
fn_typeinfo_passed_to_comptime_fn (stage2, x86_64-macos) failed: UnexpectedCompileErrors
fn_typeinfo_passed_to_comptime_fn (stage2, aarch64-macos) failed: UnexpectedCompileErrors
function_calls (stage2, x86_64-macos) failed: UnexpectedCompileErrors
function_calls (stage2, aarch64-macos) failed: UnexpectedCompileErrors
int_to_ptr (stage2, x86_64-macos) failed: WrongCompileErrors
int_to_ptr (stage2, aarch64-macos) failed: WrongCompileErrors
large_add_function (stage2, aarch64-macos) failed: UnexpectedCompileErrors
llvm\address_space_pointer_access_chaining_pointer_to_optional_array (llvm, x86_64-macos) failed: WrongCompileErrors
llvm\address_spaces_pointer_access_chaining_array_pointer (stage2, x86_64-macos) failed: WrongCompileErrors
llvm\address_spaces_pointer_access_chaining_array_pointer (llvm, x86_64-macos) failed: WrongCompileErrors
llvm\address_spaces_pointer_access_chaining_complex (llvm, x86_64-macos) failed: WrongCompileErrors
llvm\address_spaces_pointer_access_chaining_struct_pointer (stage2, x86_64-macos) failed: WrongCompileErrors
llvm\address_spaces_pointer_access_chaining_struct_pointer (llvm, x86_64-macos) failed: WrongCompileErrors
llvm\blocks (stage2, x86_64-macos) failed: UnexpectedCompileErrors
llvm\blocks (llvm, x86_64-macos) failed: UnexpectedCompileErrors
llvm\dereferencing_though_multiple_pointers_with_address_spaces (stage2, x86_64-macos) failed: WrongCompileErrors
llvm\dereferencing_though_multiple_pointers_with_address_spaces (llvm, x86_64-macos) failed: WrongCompileErrors
llvm\for_loop (stage2, x86_64-macos) failed: UnexpectedCompileErrors
llvm\for_loop (llvm, x86_64-macos) failed: UnexpectedCompileErrors
llvm\hello_world (llvm, x86_64-macos) failed: UnexpectedCompileErrors
llvm\nested_blocks (stage2, x86_64-macos) failed: UnexpectedCompileErrors
llvm\nested_blocks (llvm, x86_64-macos) failed: UnexpectedCompileErrors
llvm\optionals (llvm, x86_64-macos) failed: UnexpectedCompileErrors
llvm\pointer_keeps_address_space (stage2, x86_64-macos) failed: WrongCompileErrors
llvm\pointer_keeps_address_space (llvm, x86_64-macos) failed: WrongCompileErrors
llvm\pointer_keeps_address_space_when_taking_address_of_dereference (stage2, x86_64-macos) failed: WrongCompileErrors
llvm\pointer_keeps_address_space_when_taking_address_of_dereference (llvm, x86_64-macos) failed: WrongCompileErrors
llvm\pointer_to_explicit_generic_address_space_coerces_to_implicit_pointer (stage2, x86_64-macos) failed: WrongCompileErrors
llvm\pointer_to_explicit_generic_address_space_coerces_to_implicit_pointer (llvm, x86_64-macos) failed: WrongCompileErrors
llvm\rem (stage2, x86_64-macos) failed: UnexpectedCompileErrors
llvm\rem (llvm, x86_64-macos) failed: UnexpectedCompileErrors
llvm\simple_addition_and_subtraction (stage2, x86_64-macos) failed: UnexpectedCompileErrors
llvm\simple_addition_and_subtraction (llvm, x86_64-macos) failed: UnexpectedCompileErrors
llvm\simple_if_statement (stage2, x86_64-macos) failed: UnexpectedCompileErrors
llvm\simple_if_statement (llvm, x86_64-macos) failed: UnexpectedCompileErrors
llvm\while_loops (stage2, x86_64-macos) failed: UnexpectedCompileErrors
llvm\while_loops (llvm, x86_64-macos) failed: UnexpectedCompileErrors
lower_unnamed_consts_structs (stage2, x86_64-macos) failed: UnexpectedCompileErrors
lower_unnamed_consts_structs (stage2, aarch64-macos) failed: UnexpectedCompileErrors
merge_error_sets (stage2, x86_64-macos) failed: UnexpectedCompileErrors
merge_error_sets (stage2, aarch64-macos) failed: UnexpectedCompileErrors
multiplying_numbers_at_runtime_and_comptime (stage2, x86_64-macos) failed: UnexpectedCompileErrors
non_leaf_functions (stage2, x86_64-macos) failed: UnexpectedCompileErrors
non_leaf_functions (stage2, aarch64-macos) failed: UnexpectedCompileErrors
optional_payload (stage2, x86_64-macos) failed: UnexpectedCompileErrors
orelse_at_comptime (stage2, x86_64-macos) failed: UnexpectedCompileErrors
orelse_at_comptime (stage2, aarch64-macos) failed: UnexpectedCompileErrors
passing_u0_to_function (stage2, x86_64-macos) failed: UnexpectedCompileErrors
passing_u0_to_function (stage2, aarch64-macos) failed: UnexpectedCompileErrors
recursive_fibonacci (stage2, x86_64-macos) failed: UnexpectedCompileErrors
runtime_bitwise_and (stage2, x86_64-macos) failed: UnexpectedCompileErrors
runtime_bitwise_and (stage2, aarch64-macos) failed: UnexpectedCompileErrors
runtime_bitwise_or (stage2, x86_64-macos) failed: UnexpectedCompileErrors
runtime_bitwise_or (stage2, aarch64-macos) failed: UnexpectedCompileErrors
save_function_return_values_in_callee_preserved_register (stage2, x86_64-macos) failed: UnexpectedCompileErrors
save_function_return_values_in_callee_preserved_register (stage2, aarch64-macos) failed: UnexpectedCompileErrors
type_of (stage2, x86_64-macos) failed: UnexpectedCompileErrors
type_of (stage2, aarch64-macos) failed: UnexpectedCompileErrors
unused_labels (stage2, x86_64-macos) failed: WrongCompileErrors
unused_labels (stage2, aarch64-macos) failed: WrongCompileErrors
x86_64-macos\assert_function (stage2, x86_64-macos) failed: UnexpectedCompileErrors
x86_64-macos\comptime_var (stage2, x86_64-macos) failed: WrongCompileErrors
x86_64-macos\hello_world_with_updates (stage2, x86_64-macos) failed: WrongCompileErrors
multiline error messages failed: TODOImplementWritingObjFiles
missing semicolon at EOF failed: TODOImplementWritingObjFiles
argument causes error  failed: TODOImplementWritingObjFiles
603 tests failed
error.Unexpected NTSTATUS=0xc0000056
C:\msys64\home\andy\dev\zig\lib\std\debug.zig:577:53: 0x7ff755f7fddb in td.debug.writeCurrentStackTraceWindows (test.obj)
    const n = windows.ntdll.RtlCaptureStackBackTrace(0, addr_buf.len, @ptrCast(**anyopaque, &addr_buf), null);
                                                    ^
C:\msys64\home\andy\dev\zig\lib\std\debug.zig:557:45: 0x7ff755cbed16 in td.debug.writeCurrentStackTrace (test.obj)
        return writeCurrentStackTraceWindows(out_stream, debug_info, tty_config, start_addr);
                                            ^
C:\msys64\home\andy\dev\zig\lib\std\debug.zig:158:31: 0x7ff755c952de in td.debug.dumpCurrentStackTrace (test.obj)
        writeCurrentStackTrace(stderr, debug_info, detectTTYConfig(), start_addr) catch |err| {
                              ^
C:\msys64\home\andy\dev\zig\lib\std\os\windows.zig:2036:40: 0x7ff755cc729c in td.os.windows.unexpectedStatus (test.obj)
        std.debug.dumpCurrentStackTrace(null);
                                       ^
C:\msys64\home\andy\dev\zig\lib\std\os\windows.zig:915:40: 0x7ff756203bc4 in td.os.windows.DeleteFile (test.obj)
        else => return unexpectedStatus(rc),
                                       ^
C:\msys64\home\andy\dev\zig\lib\std\os.zig:2452:30: 0x7ff7560a15bd in td.os.unlinkatW (test.obj)
    return windows.DeleteFile(sub_path_w, .{ .dir = dirfd, .remove_dir = remove_dir });
                             ^
C:\msys64\home\andy\dev\zig\lib\std\fs.zig:1788:21: 0x7ff755e40e48 in td.fs.Dir::std.fs.Dir.deleteFileW (test.obj)
        os.unlinkatW(self.fd, sub_path_w, 0) catch |err| switch (err) {
                    ^
C:\msys64\home\andy\dev\zig\lib\std\fs.zig:1755:36: 0x7ff755cda89e in td.fs.Dir::std.fs.Dir.deleteFile (test.obj)
            return self.deleteFileW(sub_path_w.span());
                                   ^
C:\msys64\home\andy\dev\zig\lib\std\fs.zig:2104:52: 0x7ff755ca86ab in td.fs.Dir::std.fs.Dir.deleteTree (test.obj)
                    if (iterable_dir.dir.deleteFile(entry.name)) {
                                                   ^
C:\msys64\home\andy\dev\zig\lib\std\testing.zig:364:35: 0x7ff755c9d27d in td.testing.TmpDir::std.testing.TmpDir.cleanup (test.obj)
        self.parent_dir.deleteTree(&self.sub_path) catch {};
                                  ^
C:\msys64\home\andy\dev\zig\src\test.zig:1230:33: 0x7ff755c93141 in estContext::TestContext.run (test.obj)
        defer global_tmp.cleanup();
                                ^
C:\msys64\home\andy\dev\zig\src\test.zig:65:16: 0x7ff755c63d77 in est "" (test.obj)
    try ctx.run();
               ^
C:\msys64\home\andy\dev\zig\lib\test_runner.zig:79:28: 0x7ff755c93781 in root).main (test.obj)
        } else test_fn.func();
                           ^
C:\msys64\home\andy\dev\zig\lib\std\start.zig:475:12: 0x7ff755c94ee4 in td.start.main (test.obj)
    return @call(.{ .modifier = .always_inline }, callMainWithArgs, .{ @intCast(usize, c_argc), c_argv, envp });
           ^
Unable to dump stack trace: InvalidDebugInfo
Test [1/118] test ""... FAIL (TestFailed)
C:\msys64\home\andy\dev\zig\lib\std\fs.zig:1359:9: 0x7ff755ca7f3a in td.fs.Dir::std.fs.Dir.makeDir (test.obj)
        try os.mkdirat(self.fd, sub_path, default_new_dir_mode);
        ^
C:\msys64\home\andy\dev\zig\lib\std\os\windows.zig:127:35: 0x7ff755cda534 in td.os.windows.OpenFile (test.obj)
        .OBJECT_PATH_NOT_FOUND => return error.FileNotFound,
                                  ^
C:\msys64\home\andy\dev\zig\lib\std\os.zig:2778:21: 0x7ff755ca8150 in td.os.mkdiratW (test.obj)
        else => |e| return e,
                    ^
C:\msys64\home\andy\dev\zig\lib\std\os.zig:2701:9: 0x7ff755ca8048 in td.os.mkdirat (test.obj)
        return mkdiratW(dir_fd, sub_dir_path_w.span(), mode);
        ^
C:\msys64\home\andy\dev\zig\lib\std\fs.zig:1359:9: 0x7ff755ca7f3a in td.fs.Dir::std.fs.Dir.makeDir (test.obj)
        try os.mkdirat(self.fd, sub_path, default_new_dir_mode);
        ^
C:\msys64\home\andy\dev\zig\lib\std\os\windows.zig:134:35: 0x7ff755cda68f in td.os.windows.OpenFile (test.obj)
        .OBJECT_NAME_COLLISION => return error.PathAlreadyExists,
                                  ^
C:\msys64\home\andy\dev\zig\lib\std\os.zig:2778:21: 0x7ff755ca8150 in td.os.mkdiratW (test.obj)
        else => |e| return e,
                    ^
C:\msys64\home\andy\dev\zig\lib\std\os.zig:2701:9: 0x7ff755ca8048 in td.os.mkdirat (test.obj)
        return mkdiratW(dir_fd, sub_dir_path_w.span(), mode);
        ^
C:\msys64\home\andy\dev\zig\lib\std\fs.zig:1359:9: 0x7ff755ca7f3a in td.fs.Dir::std.fs.Dir.makeDir (test.obj)
        try os.mkdirat(self.fd, sub_path, default_new_dir_mode);
        ^
C:\msys64\home\andy\dev\zig\lib\std\os\windows.zig:127:35: 0x7ff755cda534 in td.os.windows.OpenFile (test.obj)
        .OBJECT_PATH_NOT_FOUND => return error.FileNotFound,
                                  ^
C:\msys64\home\andy\dev\zig\lib\std\os.zig:2778:21: 0x7ff755ca8150 in td.os.mkdiratW (test.obj)
        else => |e| return e,
                    ^
C:\msys64\home\andy\dev\zig\lib\std\os.zig:2701:9: 0x7ff755ca8048 in td.os.mkdirat (test.obj)
        return mkdiratW(dir_fd, sub_dir_path_w.span(), mode);
        ^
C:\msys64\home\andy\dev\zig\lib\std\fs.zig:1359:9: 0x7ff755ca7f3a in td.fs.Dir::std.fs.Dir.makeDir (test.obj)
        try os.mkdirat(self.fd, sub_path, default_new_dir_mode);
        ^
C:\msys64\home\andy\dev\zig\lib\std\os\windows.zig:134:35: 0x7ff755cda68f in td.os.windows.OpenFile (test.obj)
        .OBJECT_NAME_COLLISION => return error.PathAlreadyExists,
                                  ^
C:\msys64\home\andy\dev\zig\lib\std\os.zig:2778:21: 0x7ff755ca8150 in td.os.mkdiratW (test.obj)
        else => |e| return e,
                    ^
C:\msys64\home\andy\dev\zig\lib\std\os.zig:2701:9: 0x7ff755ca8048 in td.os.mkdirat (test.obj)
        return mkdiratW(dir_fd, sub_dir_path_w.span(), mode);
        ^
C:\msys64\home\andy\dev\zig\lib\std\fs.zig:1359:9: 0x7ff755ca7f3a in td.fs.Dir::std.fs.Dir.makeDir (test.obj)
        try os.mkdirat(self.fd, sub_path, default_new_dir_mode);
        ^
C:\msys64\home\andy\dev\zig\lib\std\os\windows.zig:127:35: 0x7ff755cda534 in td.os.windows.OpenFile (test.obj)
        .OBJECT_PATH_NOT_FOUND => return error.FileNotFound,
                                  ^
C:\msys64\home\andy\dev\zig\lib\std\os.zig:2778:21: 0x7ff755ca8150 in td.os.mkdiratW (test.obj)
        else => |e| return e,
                    ^
C:\msys64\home\andy\dev\zig\lib\std\os.zig:2701:9: 0x7ff755ca8048 in td.os.mkdirat (test.obj)
        return mkdiratW(dir_fd, sub_dir_path_w.span(), mode);
        ^
C:\msys64\home\andy\dev\zig\lib\std\fs.zig:1359:9: 0x7ff755ca7f3a in td.fs.Dir::std.fs.Dir.makeDir (test.obj)
        try os.mkdirat(self.fd, sub_path, default_new_dir_mode);
        ^
C:\msys64\home\andy\dev\zig\lib\std\os\windows.zig:134:35: 0x7ff755cda68f in td.os.windows.OpenFile (test.obj)
        .OBJECT_NAME_COLLISION => return error.PathAlreadyExists,
                                  ^
C:\msys64\home\andy\dev\zig\lib\std\os.zig:2778:21: 0x7ff755ca8150 in td.os.mkdiratW (test.obj)
        else => |e| return e,
                    ^
C:\msys64\home\andy\dev\zig\lib\std\os.zig:2701:9: 0x7ff755ca8048 in td.os.mkdirat (test.obj)
        return mkdiratW(dir_fd, sub_dir_path_w.span(), mode);
        ^
C:\msys64\home\andy\dev\zig\lib\std\fs.zig:1359:9: 0x7ff755ca7f3a in td.fs.Dir::std.fs.Dir.makeDir (test.obj)
        try os.mkdirat(self.fd, sub_path, default_new_dir_mode);
        ^
C:\msys64\home\andy\dev\zig\src\test.zig:1289:13: 0x7ff755c931c6 in estContext::TestContext.run (test.obj)
            return error.TestFailed;
            ^
C:\msys64\home\andy\dev\zig\src\test.zig:65:5: 0x7ff755c63dab in est "" (test.obj)
    try ctx.run();
    ^
C:\msys64\home\andy\dev\zig\lib\std\os.zig:2701:9: 0x7ff755ca8048 in td.os.mkdirat (test.obj)
        return mkdiratW(dir_fd, sub_dir_path_w.span(), mode);
        ^
C:\msys64\home\andy\dev\zig\lib\std\fs.zig:1359:9: 0x7ff755ca7f3a in td.fs.Dir::std.fs.Dir.makeDir (test.obj)
        try os.mkdirat(self.fd, sub_path, default_new_dir_mode);
        ^
C:\msys64\home\andy\dev\zig\lib\std\os\windows.zig:134:35: 0x7ff755cda68f in td.os.windows.OpenFile (test.obj)
        .OBJECT_NAME_COLLISION => return error.PathAlreadyExists,
                                  ^
C:\msys64\home\andy\dev\zig\lib\std\os.zig:2778:21: 0x7ff755ca8150 in td.os.mkdiratW (test.obj)
        else => |e| return e,
                    ^
C:\msys64\home\andy\dev\zig\lib\std\os.zig:2701:9: 0x7ff755ca8048 in td.os.mkdirat (test.obj)
        return mkdiratW(dir_fd, sub_dir_path_w.span(), mode);
        ^
c:\msys64\home\andy\dev\zig>stage1\bin\zig.exe build test-cases -Dstatic-llvm --search-prefix C:\msys64\home\andy\local\zig+llvm+lld+clang-x86_64-windows-gnu-0.10.0-dev.3524+74673b7f6^F
thread 7824 panic: reached unreachable code
C:\msys64\home\andy\dev\zig\lib\std\os.zig:4593:33: 0x7ff7138470a8 in td.os.faccessatW (zig.obj)
        .OBJECT_NAME_INVALID => unreachable,
                                ^
C:\msys64\home\andy\dev\zig\lib\std\fs.zig:2233:29: 0x7ff71355b668 in td.fs.Dir::std.fs.Dir.accessW (zig.obj)
        return os.faccessatW(self.fd, sub_path_w, 0, 0);
                            ^
C:\msys64\home\andy\dev\zig\lib\std\fs.zig:2202:32: 0x7ff71352ae3a in td.fs.Dir::std.fs.Dir.access (zig.obj)
            return self.accessW(sub_path_w.span().ptr, flags);
                               ^
C:\msys64\home\andy\dev\zig\src\main.zig:2327:32: 0x7ff713491781 in ain.buildOutputType (zig.obj)
                fs.cwd().access(test_path.items, .{}) catch |err| switch (err) {
                               ^
C:\msys64\home\andy\dev\zig\src\main.zig:236:31: 0x7ff713479125 in ain.mainArgs (zig.obj)
        return buildOutputType(gpa, arena, args, .zig_test);
                              ^
C:\msys64\home\andy\dev\zig\src\stage1.zig:48:24: 0x7ff713478b8d in ain (zig.obj)
        stage2.mainArgs(gpa, arena, args) catch unreachable;
                       ^
Unable to dump stack trace: InvalidDebugInfo
error: test...
error: The following command exited with error code 3:
c:\msys64\home\andy\dev\zig\stage1\bin\zig.exe test --stack 33554432 C:\msys64\home\andy\dev\zig\src\test.zig -lc -cflags -std=c++14 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -D_GNU_SOURCE -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -Werror=type-limits -Wno-missing-braces -Wno-comment -DNDEBUG=1 -- C:\msys64\home\andy\dev\zig\src\zig_llvm.cpp C:\msys64\home\andy\dev\zig\src\zig_clang.cpp C:\msys64\home\andy\dev\zig\src\zig_llvm-ar.cpp C:\msys64\home\andy\dev\zig\src\zig_clang_driver.cpp C:\msys64\home\andy\dev\zig\src\zig_clang_cc1_main.cpp C:\msys64\home\andy\dev\zig\src\zig_clang_cc1as_main.cpp C:\msys64\home\andy\dev\zig\src\windows_sdk.cpp -lclangFrontendTool -lclangCodeGen -lclangFrontend -lclangDriver -lclangSerialization -lclangSema -lclangStaticAnalyzerFrontend -lclangStaticAnalyzerCheckers -lclangStaticAnalyzerCore -lclangAnalysis -lclangASTMatchers -lclangAST -lclangParse -lclangSema -lclangBasic -lclangEdit -lclangLex -lclangARCMigrate -lclangRewriteFrontend -lclangRewrite -lclangCrossTU -lclangIndex -lclangToolingCore -llldMinGW -llldELF -llldCOFF -llldWasm -llldMachO -llldCommon -lLLVMWindowsManifest -lLLVMXRay -lLLVMLibDriver -lLLVMDlltoolDriver -lLLVMCoverage -lLLVMLineEditor -lLLVMXCoreDisassembler -lLLVMXCoreCodeGen -lLLVMXCoreDesc -lLLVMXCoreInfo -lLLVMX86TargetMCA -lLLVMX86Disassembler -lLLVMX86AsmParser -lLLVMX86CodeGen -lLLVMX86Desc -lLLVMX86Info -lLLVMWebAssemblyDisassembler -lLLVMWebAssemblyAsmParser -lLLVMWebAssemblyCodeGen -lLLVMWebAssemblyDesc -lLLVMWebAssemblyUtils -lLLVMWebAssemblyInfo -lLLVMVEDisassembler -lLLVMVEAsmParser -lLLVMVECodeGen -lLLVMVEDesc -lLLVMVEInfo -lLLVMSystemZDisassembler -lLLVMSystemZAsmParser -lLLVMSystemZCodeGen -lLLVMSystemZDesc -lLLVMSystemZInfo -lLLVMSparcDisassembler -lLLVMSparcAsmParser -lLLVMSparcCodeGen -lLLVMSparcDesc -lLLVMSparcInfo -lLLVMRISCVDisassembler -lLLVMRISCVAsmParser -lLLVMRISCVCodeGen -lLLVMRISCVDesc -lLLVMRISCVInfo -lLLVMPowerPCDisassembler -lLLVMPowerPCAsmParser -lLLVMPowerPCCodeGen -lLLVMPowerPCDesc -lLLVMPowerPCInfo -lLLVMNVPTXCodeGen -lLLVMNVPTXDesc -lLLVMNVPTXInfo -lLLVMMSP430Disassembler -lLLVMMSP430AsmParser -lLLVMMSP430CodeGen -lLLVMMSP430Desc -lLLVMMSP430Info -lLLVMMipsDisassembler -lLLVMMipsAsmParser -lLLVMMipsCodeGen -lLLVMMipsDesc -lLLVMMipsInfo -lLLVMLanaiDisassembler -lLLVMLanaiCodeGen -lLLVMLanaiAsmParser -lLLVMLanaiDesc -lLLVMLanaiInfo -lLLVMHexagonDisassembler -lLLVMHexagonCodeGen -lLLVMHexagonAsmParser -lLLVMHexagonDesc -lLLVMHexagonInfo -lLLVMBPFDisassembler -lLLVMBPFAsmParser -lLLVMBPFCodeGen -lLLVMBPFDesc -lLLVMBPFInfo -lLLVMAVRDisassembler -lLLVMAVRAsmParser -lLLVMAVRCodeGen -lLLVMAVRDesc -lLLVMAVRInfo -lLLVMARMDisassembler -lLLVMARMAsmParser -lLLVMARMCodeGen -lLLVMARMDesc -lLLVMARMUtils -lLLVMARMInfo -lLLVMAMDGPUTargetMCA -lLLVMAMDGPUDisassembler -lLLVMAMDGPUAsmParser -lLLVMAMDGPUCodeGen -lLLVMAMDGPUDesc -lLLVMAMDGPUUtils -lLLVMAMDGPUInfo -lLLVMAArch64Disassembler -lLLVMAArch64AsmParser -lLLVMAArch64CodeGen -lLLVMAArch64Desc -lLLVMAArch64Utils -lLLVMAArch64Info -lLLVMOrcJIT -lLLVMMCJIT -lLLVMJITLink -lLLVMInterpreter -lLLVMExecutionEngine -lLLVMRuntimeDyld -lLLVMOrcTargetProcess -lLLVMOrcShared -lLLVMDWP -lLLVMSymbolize -lLLVMDebugInfoPDB -lLLVMDebugInfoGSYM -lLLVMOption -lLLVMObjectYAML -lLLVMMCA -lLLVMMCDisassembler -lLLVMLTO -lLLVMPasses -lLLVMCFGuard -lLLVMCoroutines -lLLVMObjCARCOpts -lLLVMipo -lLLVMVectorize -lLLVMLinker -lLLVMInstrumentation -lLLVMFrontendOpenMP -lLLVMFrontendOpenACC -lLLVMExtensions -lLLVMDWARFLinker -lLLVMGlobalISel -lLLVMMIRParser -lLLVMAsmPrinter -lLLVMDebugInfoMSF -lLLVMSelectionDAG -lLLVMCodeGen -lLLVMIRReader -lLLVMAsmParser -lLLVMInterfaceStub -lLLVMFileCheck -lLLVMFuzzMutate -lLLVMTarget -lLLVMScalarOpts -lLLVMInstCombine -lLLVMAggressiveInstCombine -lLLVMTransformUtils -lLLVMBitWriter -lLLVMAnalysis -lLLVMProfileData -lLLVMDebugInfoDWARF -lLLVMObject -lLLVMTextAPI -lLLVMMCParser -lLLVMMC -lLLVMDebugInfoCodeView -lLLVMBitReader -lLLVMCore -lLLVMRemarks -lLLVMBitstreamReader -lLLVMBinaryFormat -lLLVMSupport -lLLVMDemangle -lz -lc++ -lversion -luuid -lole32 --cache-dir C:\msys64\home\andy\dev\zig\zig-cache --global-cache-dir C:\Users\andy\AppData\Local\zig --name test --pkg-begin test_cases C:\msys64\home\andy\dev\zig\test\cases.zig --pkg-end --pkg-begin build_options C:\msys64\home\andy\dev\zig\zig-cache\options\iGBZh8ApSZr7lW5AV2o1on6tCHvug2aoeNxGV4iCE9rTGoyv2uLP5xk662nUjOTA --pkg-end -L C:\msys64\home\andy\local\zig+llvm+lld+clang-x86_64-windows-gnu-0.10.0-dev.3524+74673b7f6♠\lib -isystem C:\msys64\home\andy\local\zig+llvm+lld+clang-x86_64-windows-gnu-0.10.0-dev.3524+74673b7f6♠\include -fno-lto --enable-cache
error: the following build command failed with exit code 3:
c:\msys64\home\andy\dev\zig\zig-cache\o\3692e9c90936dfe9f6874bd3448c46eb\build.exe c:\msys64\home\andy\dev\zig\stage1\bin\zig.exe c:\msys64\home\andy\dev\zig c:\msys64\home\andy\dev\zig\zig-cache C:\Users\andy\AppData\Local\zig test-cases -Dstatic-llvm --search-prefix C:\msys64\home\andy\local\zig+llvm+lld+clang-x86_64-windows-gnu-0.10.0-dev.3524+74673b7f6♠
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Observed behavior contradicts documented or intended behavior os-windows regression It worked in a previous version of Zig, but stopped working.
Projects
None yet
1 participant