]> granicus.if.org Git - vim/commitdiff
patch 8.2.1402: s390x tests always fail v8.2.1402
authorBram Moolenaar <Bram@vim.org>
Sun, 9 Aug 2020 12:07:52 +0000 (14:07 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 9 Aug 2020 12:07:52 +0000 (14:07 +0200)
Problem:    s390x tests always fail.
Solution:   Temporarily disable s390x tests.

.travis.yml
src/version.c

index d199efb5735f41ed4457f04ec4ac26bd15e83c48..a4c628740418e987101111d41d4ccab53d8bae52 100644 (file)
@@ -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
index 15f4c061d26f9866c6f87dfbbfc9d04f20c22fdf..697a47cf9ce8d218b3aaeb674c1fb4d08148bec9 100644 (file)
@@ -754,6 +754,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1402,
 /**/
     1401,
 /**/