]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/smpi/mpich3-test/runtests
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge activity-test-wait into activity-lifecycle.
[simgrid.git] / teshsuite / smpi / mpich3-test / runtests
index 3554d67433845e29f454e529e4b045cd98b05d42..987787e3cd6fa7bb63f08dfba0903edbb7be9eab 100755 (executable)
@@ -655,7 +655,11 @@ sub RunMPIProgram {
            # Skip FORTRAN STOP
            if (/FORTRAN STOP/) { next; }
            $inline .= $_;
-           if (/^==[0-9]+== ?WARNING: ASan doesn't fully support/) {
+           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{^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$}) {
                next;
            }
            if (/^\s*No [Ee]rrors\s*$/ && $found_noerror == 0) {