From: Bram Moolenaar Date: Sun, 9 Aug 2020 12:07:52 +0000 (+0200) Subject: patch 8.2.1402: s390x tests always fail X-Git-Tag: v8.2.1402 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94f6c06ac54401ea34a07f8c45242f11bd1e1e3a;p=vim patch 8.2.1402: s390x tests always fail Problem: s390x tests always fail. Solution: Temporarily disable s390x tests. --- diff --git a/.travis.yml b/.travis.yml index d199efb57..a4c628740 100644 --- a/.travis.yml +++ b/.travis.yml @@ -208,12 +208,13 @@ jobs: env: - *normal - *shadowopt - - <<: *linux - arch: s390x - name: huge/gcc-s390x - compiler: gcc - env: *linux-huge - services: [] + # Temporarily disabled, always fails + #- <<: *linux + # arch: s390x + # name: huge/gcc-s390x + # compiler: gcc + # env: *linux-huge + # services: [] - <<: *linux arch: arm64 name: huge/gcc-arm64 diff --git a/src/version.c b/src/version.c index 15f4c061d..697a47cf9 100644 --- a/src/version.c +++ b/src/version.c @@ -754,6 +754,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1402, /**/ 1401, /**/