Ignore test when 128-bit integers are disabled

This commit is contained in:
Antoni Boucher 2026-01-30 11:32:29 -05:00
parent a04934421f
commit e4b746486c
2 changed files with 5 additions and 0 deletions

View file

@ -113,6 +113,10 @@ jobs:
git config --global user.name "User"
./y.sh prepare
- name: Add more failing tests for GCC without 128-bit integers support
if: ${{ matrix.libgccjit_version.gcc == 'gcc-15-without-int128.deb' }}
run: cat tests/failing-ui-tests-without-128bit-integers.txt >> tests/failing-ui-tests.txt
- name: Run tests
run: |
./y.sh test --release --clean --build-sysroot ${{ matrix.commands }}

View file

@ -0,0 +1 @@
tests/ui/simd/intrinsic/splat.rs