]> granicus.if.org Git - vim/commitdiff
patch 8.2.1279: some tests on Travis have EXITFREE duplicated v8.2.1279
authorBram Moolenaar <Bram@vim.org>
Thu, 23 Jul 2020 13:50:40 +0000 (15:50 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 23 Jul 2020 13:50:40 +0000 (15:50 +0200)
Problem:    Some tests on Travis have EXITFREE duplicated.
Solution:   Remove EXITFREE from shadowopt.  Add "shadow" to job name.

.travis.yml
src/version.c

index 1f71d51ca13ab8fd7e1374d4e3be64bcf0405239..0f9aeafcd238347784762dc27c9e04246e69896d 100644 (file)
@@ -22,7 +22,7 @@ _anchors:
       SANITIZER_CFLAGS="-g -O1 -DABORT_ON_INTERNAL_ERROR -DEXITFREE -fsanitize=address -fno-omit-frame-pointer"
       ASAN_OPTIONS="print_stacktrace=1 log_path=asan" LSAN_OPTIONS="suppressions=$TRAVIS_BUILD_DIR/src/testdir/lsan-suppress.txt"
     - &shadowopt
-      LEAK_CFLAGS="-DEXITFREE" SHADOWOPT="-C src/shadow" SRCDIR=./src/shadow
+      SHADOWOPT="-C src/shadow" SRCDIR=./src/shadow
 
   linux: &linux
     os: linux
@@ -191,13 +191,13 @@ jobs:
       compiler: gcc
       env: *small
     - <<: *linux
-      name: normal/clang
+      name: normal+shadow/clang
       compiler: clang
       env:
         - *normal
         - *shadowopt
     - <<: *linux
-      name: normal/gcc
+      name: normal+shadow/gcc
       compiler: gcc
       env:
         - *normal
index 1e78c015ee3348b08405b38af0d6c2766ac82b3d..79d24e9c9d5539c5dde562f523e8dcedce144aec 100644 (file)
@@ -754,6 +754,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1279,
 /**/
     1278,
 /**/