X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=bin%2Fruntest;h=d6944a5d1c73361b13a9b72b53f7f07a7dc4b7ac;hp=c19caa65b63cf83f783d65b01f72ef993db7165f;hb=23b3fde3d5cb1e64222c7cef3bdbcc6222d926ba;hpb=cf82c14da087eb5b522598d17b4a8a95b24bb4fb diff --git a/bin/runtest b/bin/runtest index c19caa6..d6944a5 100755 --- a/bin/runtest +++ b/bin/runtest @@ -1,5 +1,16 @@ #! /bin/sh #sync -ulimit -v 500000 +#asan: ulimit -v 1000000 ulimit -c unlimited -exec nice /usr/bin/runtest --ignore checkpoint.exp "$@" +ignore="" +ignore="$ignore checkpoint.exp multi-forks.exp foll-fork.exp" +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" "$@"