Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make the Eigen3 dependency optionnal
[simgrid.git] / teshsuite / smpi / mpich3-test / runtests
index bd2c8e4d2ecdfa4cc056515a521170ba5ab31ed5..ed293d24b5b4dcef572acedb163e58ef427c608f 100755 (executable)
@@ -169,7 +169,7 @@ foreach $_ (@ARGV) {
     elsif (/--?batchdir=(.*)/) { $batrundir = $1; }
     elsif (/--?timeoutarg=(.*)/) { $timeoutArgPattern = $1; }
     elsif (/--?execarg=(.*)/) { $execarg = "$execarg $1"; }
-    elsif (/--?privatization=(.*)/) { 
+    elsif (/--?privatization=(.*)/) {
 print STDERR "privatization called\n";
 $enabled_privatization = $1; }
     elsif (/--?wrapper=(.*)/) {
@@ -430,7 +430,7 @@ sub RunList {
        if ($needs_privatization == 1 &&
                $enabled_privatization != 1) {
                 SkippedTest($programname, $np, $workdir, "requires SMPI privatization");
-               next; 
+               next;
        }
 
        if ($np eq "") { $np = $np_default; }
@@ -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$}) {