X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/69d7829d81bfeef39ee9b495dd2f3b5792e41ff6..4e2035d7b4730d535ebd7619c4e85878f71f8cb2:/tools/tesh/tesh.py diff --git a/tools/tesh/tesh.py b/tools/tesh/tesh.py index a37449ee68..2cd1dce335 100755 --- a/tools/tesh/tesh.py +++ b/tools/tesh/tesh.py @@ -467,6 +467,7 @@ if __name__ == '__main__': re.compile(r"cmake: /usr/local/lib/libcurl\.so\.4: no version information available \(required by cmake\)"), # Seen on CircleCI re.compile(r".*mmap broken on FreeBSD, but dlopen\+thread broken too. Switching to dlopen\+raw contexts\."), re.compile(r".*dlopen\+thread broken on Apple and BSD\. Switching to raw contexts\."), + re.compile(r"Sanitizers don.t like dlopen, switching to mmap privatization instead\."), ] TeshState().jenkins = True # This is a Jenkins build