Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tesh: ignore messages of ctx factories being changed on exotic platforms
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 7 Mar 2018 00:14:34 +0000 (01:14 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 7 Mar 2018 01:07:42 +0000 (02:07 +0100)
tools/tesh/tesh.py

index 37f8289..ec68ede 100755 (executable)
@@ -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