Ignore test when 128-bit integers are disabled
This commit is contained in:
parent
a04934421f
commit
e4b746486c
2 changed files with 5 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
1
tests/failing-ui-tests-without-128bit-integers.txt
Normal file
1
tests/failing-ui-tests-without-128bit-integers.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
tests/ui/simd/intrinsic/splat.rs
|
||||
Loading…
Add table
Add a link
Reference in a new issue