From 23b3fde3d5cb1e64222c7cef3bdbcc6222d926ba Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Wed, 20 Jun 2018 21:31:21 +0200 Subject: [PATCH] bin/runtest: update --- bin/runtest | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bin/runtest b/bin/runtest index 8bebb52..d6944a5 100755 --- a/bin/runtest +++ b/bin/runtest @@ -1,6 +1,6 @@ #! /bin/sh #sync -ulimit -v 1000000 +#asan: ulimit -v 1000000 ulimit -c unlimited ignore="" ignore="$ignore checkpoint.exp multi-forks.exp foll-fork.exp" @@ -8,4 +8,9 @@ ignore="$ignore mi-file-transfer.exp" #ignore="$ignore break-interp.exp" ignore="$ignore interrupt.exp" # x86_64-32 only, Bug 509069 #ignore="$ignore ext-run.exp" +ignore="$ignore enable.exp exception.exp function_call_history.exp rn-dl-bind.exp segv.exp unknown_functions.exp data.exp enable.exp exception.exp function_call_history.exp rn-dl-bind.exp unknown_functions.exp vdso.exp multi-thread-step.exp" # gdb.btrace/ +ignore="$ignore attach-many-short-lived-threads.exp non-stop-fair-events.exp gdb-sigterm.exp" +export ASAN_OPTIONS=symbolize=1 +export ASAN_SYMBOLIZER_PATH=/usr/bin/llvm-symbolizer +export CCACHE_DISABLE=1;unset CCACHE_NODISABLE exec nice /usr/bin/runtest --ignore "$ignore" "$@" -- 1.8.3.1