[msan] Add MSAN_OPTIONS=exitcode=42

Default exit value is 77, which causes autotools to "skip" test.
This commit is contained in:
Behdad Esfahbod 2018-09-24 12:52:42 -04:00
parent 45f5aa9790
commit a96508cfc9
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ jobs:
- run: pip install fonttools
- run: CPPFLAGS="-fsanitize=memory" LDFLAGS="-fsanitize=memory" CC=clang-6.0 CXX=clang++-6.0 ./autogen.sh --with-freetype --with-glib --with-cairo --with-icu --with-graphite2
- run: make
- run: make check || .ci/fail.sh
- run: MSAN_OPTIONS=exitcode=42 make check || .ci/fail.sh
clang-tsan:
docker: