]> granicus.if.org Git - vim/commitdiff
patch 8.2.3821: ASAN test run fails v8.2.3821
authorBram Moolenaar <Bram@vim.org>
Wed, 15 Dec 2021 21:29:19 +0000 (21:29 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 15 Dec 2021 21:29:19 +0000 (21:29 +0000)
Problem:    ASAN test run fails.
Solution:   Use asan_symbolize-13 instead of asan_symbolize-11.

.github/workflows/ci.yml
src/version.c

index 14d9b1a7c14c2fb16609d5e7f727ff1d29fc6d7e..1211bc02128c95b5aa170e8761f6a915ef26e018 100644 (file)
@@ -234,7 +234,7 @@ jobs:
         if: contains(matrix.extra, 'asan') && !cancelled()
         run: |
           for f in $(grep -lR '#[[:digit:]]* *0x[[:digit:]a-fA-F]*' "${LOG_DIR}"); do
-            asan_symbolize-11 -l "$f"
+            asan_symbolize-13 -l "$f"
             false # in order to fail a job
           done
 
index cde6b4d7c9bc7930375c8cc9136eb09334f79d03..9eecc7abf4f2816ef28b556f20a791e47904ee49 100644 (file)
@@ -749,6 +749,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    3821,
 /**/
     3820,
 /**/