From eb9ea15d29ef9448d211b188b843f3483703d2c2 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 7 Mar 2018 01:14:34 +0100 Subject: [PATCH] tesh: ignore messages of ctx factories being changed on exotic platforms --- tools/tesh/tesh.py | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.20.1