about summary refs log tree commit diff
path: root/tests/codegen/target-feature-inline-closure.rs
AgeCommit message (Collapse)AuthorLines
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-33/+0
2025-03-06Fix target-feature inline test to be less flakyMichael Goulet-6/+2
2025-01-27Stabilize target_feature_11Caleb Zulawski-1/+0
2024-05-01Add inline comments why we're forcing the target cpuJosh Stone-0/+1
2024-05-01Use an explicit x86-64 cpu in tests that are sensitive to itJosh Stone-1/+1
There are a few tests that depend on some target features **not** being enabled by default, and usually they are correct with the default x86-64 target CPU. However, in downstream builds we have modified the default to fit our distros -- `x86-64-v2` in RHEL 9 and `x86-64-v3` in RHEL 10 -- and the latter especially trips tests that expect not to have AVX. These cases are few enough that we can just set them back explicitly.
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-2/+2
2023-10-10Don't accidentally detect the commit hash as an `fadd` instructionZalathar-0/+4
2023-07-16Add codegen test ensuring always-inline closures don't bypass target featuresCaleb Zulawski-0/+33