To: vim_dev@googlegroups.com Subject: Patch 8.2.0621 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.0621 Problem: After running tests asan files may remain. Solution: Clean up asan files with "make testclean". Files: src/testdir/Makefile, src/Makefile *** ../vim-8.2.0620/src/testdir/Makefile 2020-04-21 22:19:26.055486850 +0200 --- src/testdir/Makefile 2020-04-23 13:04:51.612078120 +0200 *************** *** 100,105 **** --- 100,106 ---- -rm -f opt_test.vim test.log test_result.log messages -rm -f $(RM_ON_RUN) $(RM_ON_START) -rm -f valgrind.* + -rm -f asan.* test1.out: test1.in -rm -rf $*.failed $(RM_ON_RUN) $(RM_ON_START) wrongtermsize *** ../vim-8.2.0620/src/Makefile 2020-04-07 20:53:35.218912046 +0200 --- src/Makefile 2020-04-23 13:16:41.097943040 +0200 *************** *** 696,702 **** # More at: https://code.google.com/p/address-sanitizer/ # Useful environment variables: # $ export ASAN_OPTIONS="print_stacktrace=1 log_path=asan" ! # $ export LSAN_OPTIONS="suppressions=$cwd/testdir/lsan-suppress.txt" #SANITIZER_CFLAGS = -g -O0 -fsanitize=address -fno-omit-frame-pointer #SANITIZER_CFLAGS = -g -O0 -fsanitize=undefined -fno-omit-frame-pointer SANITIZER_LIBS = $(SANITIZER_CFLAGS) --- 696,703 ---- # More at: https://code.google.com/p/address-sanitizer/ # Useful environment variables: # $ export ASAN_OPTIONS="print_stacktrace=1 log_path=asan" ! # $ export LSAN_OPTIONS="suppressions=`pwd`/testdir/lsan-suppress.txt" ! # When running tests output can be found in testdir/asan.* #SANITIZER_CFLAGS = -g -O0 -fsanitize=address -fno-omit-frame-pointer #SANITIZER_CFLAGS = -g -O0 -fsanitize=undefined -fno-omit-frame-pointer SANITIZER_LIBS = $(SANITIZER_CFLAGS) *** ../vim-8.2.0620/src/version.c 2020-04-23 13:58:09.008362653 +0200 --- src/version.c 2020-04-23 14:40:54.635084587 +0200 *************** *** 748,749 **** --- 748,751 ---- { /* Add new patch number below this line */ + /**/ + 621, /**/ -- All good vision statements are created by groups of people with bloated bladders who would rather be doing anything else. (Scott Adams - The Dilbert principle) /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///