提交 a96508cf 编写于 作者: B Behdad Esfahbod

[msan] Add MSAN_OPTIONS=exitcode=42

Default exit value is 77, which causes autotools to "skip" test.
上级 45f5aa97
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册