Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update filter line for recent versions of Asan.
[simgrid.git] / teshsuite / smpi / mpich3-test / runtests
index 4d45848..8397d96 100755 (executable)
@@ -161,7 +161,7 @@ foreach $_ (@ARGV) {
     elsif (/--?platformfile=(.*)/) { $platformfile = $1; }
     elsif (/--?hostfile=(.*)/) { $hostfile = $1; }
     elsif (/--?srcdir=(.*)/) { $srcdir = $1;
-       $mpiexec="$mpiexec  -platform ${srcdir}/$platformfile -hostfile ${srcdir}/$hostfile --log=root.thr:critical --cfg=smpi/host-speed:1e9  --cfg=smpi/async-small-thresh:65536"; }
+       $mpiexec="$mpiexec  -platform ${srcdir}/$platformfile -hostfile ${srcdir}/$hostfile --log=root.thr:critical --log=smpi_kernel.thr:warning --cfg=smpi/host-speed:1e9f  --cfg=smpi/async-small-thresh:65536"; }
     elsif (/--?verbose/) { $verbose = 1; }
     elsif (/--?showprogress/) { $showProgress = 1; }
     elsif (/--?debug/) { $debug = 1; }
@@ -656,7 +656,7 @@ sub RunMPIProgram {
            if (/FORTRAN STOP/) { next; }
            $inline .= $_;
            if (m{^==[0-9]+== ?WARNING: ASan doesn't fully support} ||
-               m{^==[0-9]+== ?WARNING: ASan is ignoring requested __asan_handle_no_return: stack top:} ||
+               m{^==[0-9]+== ?WARNING: ASan is ignoring requested __asan_handle_no_return: stack } ||
                m{^False positive error reports may follow$} ||
                m{^For details see http://code.google.com/p/address-sanitizer/issues/detail\?id=189$} ||
                m{^For details see https://github.com/google/sanitizers/issues/189$}) {