Skip to content

Commit e4b7464

Browse files
committed
Ignore test when 128-bit integers are disabled
1 parent a049344 commit e4b7464

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ jobs:
113113
git config --global user.name "User"
114114
./y.sh prepare
115115
116+
- name: Add more failing tests for GCC without 128-bit integers support
117+
if: ${{ matrix.libgccjit_version.gcc == 'gcc-15-without-int128.deb' }}
118+
run: cat tests/failing-ui-tests-without-128bit-integers.txt >> tests/failing-ui-tests.txt
119+
116120
- name: Run tests
117121
run: |
118122
./y.sh test --release --clean --build-sysroot ${{ matrix.commands }}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tests/ui/simd/intrinsic/splat.rs

0 commit comments

Comments
 (0)