]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
turned off zlib tests during msan 1834/head
authorYann Collet <cyan@fb.com>
Mon, 21 Oct 2019 19:55:39 +0000 (12:55 -0700)
committerYann Collet <cyan@fb.com>
Mon, 21 Oct 2019 19:55:39 +0000 (12:55 -0700)
since the local zlib library is not msan-instrumented

.travis.yml

index 20fa9beebae3715eeb58283f5b8b108faa574a0d..a6e1a99ea49c9d219231ba2a4b81a928c02a8a37 100644 (file)
@@ -54,7 +54,10 @@ matrix:
     - name: Trusty (clang-3.8 + MSan + Test Zstd)
       script:
         - make clang38install
-        - CC=clang-3.8 make clean msan-test-zstd
+        # External libraries must be turned off when using MSAN tests,
+        # because they are not msan-instrumented,
+        # so any data coming from these libraries is always considered "uninitialized"
+        - CC=clang-3.8 make clean msan-test-zstd HAVE_ZLIB=0 HAVE_LZ4=0 HAVE_LZMA=0
 
     - name: Trusty (Minimal Decompressor Macros)
       script: