X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5e044aacdc2c13e6d78c4f5bb64db0f25140bc10..eb9ea15d29ef9448d211b188b843f3483703d2c2:/tools/tesh/tesh.py diff --git a/tools/tesh/tesh.py b/tools/tesh/tesh.py index 37f8289c9c..ec68ede20c 100755 --- a/tools/tesh/tesh.py +++ b/tools/tesh/tesh.py @@ -465,6 +465,8 @@ if __name__ == '__main__': re.compile("For details see https://github.com/google/sanitizers/issues/189"), re.compile("Python runtime initialized with LC_CTYPE=C .*"), re.compile("cmake: /usr/local/lib/libcurl.so.4: no version information available (required by cmake)"), # Seen on CircleCI + re.compile(".*mmap broken on FreeBSD, but dlopen+thread broken too. Switching to dlopen+raw contexts."), + re.compile(".*dlopen+thread broken on Apple and BSD. Switching to raw contexts."), ] TeshState().jenkins = True # This is a Jenkins build