about summary refs log tree commit diff
path: root/tests/ui/sse2.rs
AgeCommit message (Collapse)AuthorLines
2025-07-01moved testsKivooeo-26/+0
2024-06-25`sudo CI=green` && Review changes <3xFrednet-1/+0
2024-05-04compiletest: add enable-by-default check-cfgUrgau-2/+4
2024-05-01Use an outlandish target feature for the negative caseJosh Stone-3/+3
2024-05-01Use an explicit x86-64 cpu in tests that are sensitive to itJosh Stone-2/+2
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-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2023-01-11Move /src/test to /testsAlbert Larsan-0/+25