Skip to content

Commit 94f6c06

Browse files
committed
patch 8.2.1402: s390x tests always fail
Problem: s390x tests always fail. Solution: Temporarily disable s390x tests.
1 parent 62a2325 commit 94f6c06

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

.travis.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,13 @@ jobs:
208208
env:
209209
- *normal
210210
- *shadowopt
211-
- <<: *linux
212-
arch: s390x
213-
name: huge/gcc-s390x
214-
compiler: gcc
215-
env: *linux-huge
216-
services: []
211+
# Temporarily disabled, always fails
212+
#- <<: *linux
213+
# arch: s390x
214+
# name: huge/gcc-s390x
215+
# compiler: gcc
216+
# env: *linux-huge
217+
# services: []
217218
- <<: *linux
218219
arch: arm64
219220
name: huge/gcc-arm64

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -754,6 +754,8 @@ static char *(features[]) =
754754

755755
static int included_patches[] =
756756
{ /* Add new patch number below this line */
757+
/**/
758+
1402,
757759
/**/
758760
1401,
759761
/**/

0 commit comments

Comments
 (0)