Skip to content
New issue

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

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

Already on GitHub? # to your account

x86_64 self-hosted backend universal-libc tests are failing #15328

Closed
andrewrk opened this issue Apr 16, 2023 · 0 comments · Fixed by #17582
Closed

x86_64 self-hosted backend universal-libc tests are failing #15328

andrewrk opened this issue Apr 16, 2023 · 0 comments · Fixed by #17582
Labels
arch-x86_64 64-bit x86 backend-self-hosted bug Observed behavior contradicts documented or intended behavior enhancement Solving this issue will likely involve adding new logic or components to the codebase.
Milestone

Comments

@andrewrk
Copy link
Member

andrewrk commented Apr 16, 2023

Zig Version: 0.11.0-dev.2634+b0186f310

zig/test/tests.zig

Lines 962 to 964 in b0186f3

// TODO get universal-libc tests passing for self-hosted backends.
if (test_target.use_llvm == false and mem.eql(u8, options.name, "universal-libc"))
continue;

Until this issue is resolved, the CI does not provide test coverage for the x86_64 self-hosted backend passing the universal-libc tests.

Related: #15329

This is a prerequisite to making the x86_64 self-hosted backend the default backend for debug builds.

@andrewrk andrewrk added bug Observed behavior contradicts documented or intended behavior enhancement Solving this issue will likely involve adding new logic or components to the codebase. arch-x86_64 64-bit x86 backend-self-hosted labels Apr 16, 2023
@andrewrk andrewrk added this to the 0.12.0 milestone Apr 16, 2023
@andrewrk andrewrk modified the milestones: 0.14.0, 0.12.0 Oct 18, 2023
@mlugg mlugg moved this to Ditch LLVM in Performance Aug 22, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
arch-x86_64 64-bit x86 backend-self-hosted bug Observed behavior contradicts documented or intended behavior enhancement Solving this issue will likely involve adding new logic or components to the codebase.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant