[ci][test] Ignore other gcov symbols also
authorEbrahim Byagowi <ebrahim@gnu.org>
Wed, 15 May 2019 08:44:09 +0000 (13:14 +0430)
committerGitHub <noreply@github.com>
Wed, 15 May 2019 08:44:09 +0000 (13:14 +0430)
To fix https://travis-ci.org/harfbuzz/harfbuzz/jobs/532693197

src/check-symbols.sh

index 423d186..f181b63 100755 (executable)
@@ -7,7 +7,7 @@ test -z "$srcdir" && srcdir=.
 test -z "$libs" && libs=.libs
 stat=0
 
-IGNORED_SYMBOLS='_fini\|_init\|_fdata\|_ftext\|_fbss\|__bss_start\|__bss_start__\|__bss_end__\|_edata\|_end\|_bss_end__\|__end__\|__gcov_flush\|llvm_.*'
+IGNORED_SYMBOLS='_fini\|_init\|_fdata\|_ftext\|_fbss\|__bss_start\|__bss_start__\|__bss_end__\|_edata\|_end\|_bss_end__\|__end__\|__gcov_.*\|llvm_.*'
 
 if which nm 2>/dev/null >/dev/null; then
        :