Skip to content

x86_64 self-hosted backend behavior tests are failing on Windows #15324

@andrewrk

Description

@andrewrk

Zig Version: 0.11.0-dev.2634+b0186f310

I apologize for misplacing the CI error logs for this bug report, but one can observe them by opening a pull request with these lines deleted:

zig/test/tests.zig

Lines 945 to 951 in b0186f3

// TODO get the x86_64 self-hosted backend tests passing on Windows
if (test_target.target.getCpuArch() == .x86_64 and
test_target.target.getOsTag() == .windows and
test_target.use_llvm == false)
{
continue;
}

Until this issue is resolved, the CI does not provide test coverage for the x86_64 self-hosted backend on Windows.

Metadata

Metadata

Assignees

No one assigned

    Labels

    arch-x86_6464-bit x86backend-self-hostedbugObserved behavior contradicts documented or intended behavioros-windowsMicrosoft Windows

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions