Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Make the compiler-builtins test more accurately mirror compiler-builtins #523

Merged
merged 2 commits into from
Feb 24, 2025

Conversation

tgross35
Copy link
Contributor

@tgross35 tgross35 commented Feb 24, 2025

In compiler-builtins, libm is contained within a math module. The smoke test in this repo has a slightly different layout so some things were passing that shouldn't be.

Change module layouts in compiler-builtins-smoke-test to match compiler-builtins and update a few instances of broken paths.

@tgross35 tgross35 force-pushed the builtins-test-update branch 2 times, most recently from a86f068 to ce145a6 Compare February 24, 2025 00:09
@tgross35 tgross35 enabled auto-merge (rebase) February 24, 2025 00:10
Pin aarch64-unknown-linux-gnu and aarch64-apple-darwin to
nightly-2025-02-07 until [1] makes it to a Rust nightly.

[1]: llvm/llvm-project#127804
In `compiler-builtins`, `libm` is contained within a `math` module. The
smoke test in this repo has a slightly different layout so some things
were passing that shouldn't be.

Change module layouts in `compiler-builtins-smoke-test` to match
`compiler-builtins` and update a few instances of broken paths.
@tgross35 tgross35 force-pushed the builtins-test-update branch from ce145a6 to 0fb8270 Compare February 24, 2025 01:24
@tgross35
Copy link
Contributor Author

Added a CI patch like rust-lang/compiler-builtins@b2bcfc8 since the same issues are popping up here.

@tgross35 tgross35 merged commit 9a60739 into rust-lang:master Feb 24, 2025
35 checks passed
@tgross35 tgross35 deleted the builtins-test-update branch February 24, 2025 02:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant