From: Martin Quinson Date: Wed, 7 Mar 2018 00:14:34 +0000 (+0100) Subject: tesh: ignore messages of ctx factories being changed on exotic platforms X-Git-Tag: v3.19~149 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/eb9ea15d29ef9448d211b188b843f3483703d2c2?hp=d2a6b02aada9d1b4e802748da39b2f2a2cab6d45 tesh: ignore messages of ctx factories being changed on exotic platforms --- 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