We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a049344 commit e4b7464Copy full SHA for e4b7464
.github/workflows/ci.yml
@@ -113,6 +113,10 @@ jobs:
113
git config --global user.name "User"
114
./y.sh prepare
115
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
+
120
- name: Run tests
121
run: |
122
./y.sh test --release --clean --build-sysroot ${{ matrix.commands }}
tests/failing-ui-tests-without-128bit-integers.txt
@@ -0,0 +1 @@
1
+tests/ui/simd/intrinsic/splat.rs
0 commit comments