This commit is contained in:
parent
46cdcb6874
commit
514a27a789
1 changed files with 2 additions and 2 deletions
|
|
@ -35,10 +35,10 @@ cmake . \
|
|||
-L/libcxx_msan/lib -Wl,-rpath,/libcxx_msan/lib \
|
||||
-lc++ \
|
||||
-lc++abi" \
|
||||
&& cmake --build ./build -j`nproc`
|
||||
&& cmake --build ./build --target='renderer_tests' -j`nproc`
|
||||
|
||||
export MSAN_SYMBOLIZER_PATH="$(which llvm-symbolizer)"
|
||||
export MSAN_OPTIONS="fast_unwind_on_malloc=0:verbosity=1:report_umrs=1"
|
||||
export MSAN_OPTIONS="suppressions=$(git rev-parse --show-toplevel)/tools/ci/amd64/clang/msan.supp:fast_unwind_on_malloc=0:verbosity=1:report_umrs=1"
|
||||
for test in $(find ./build -type f -name '*_tests' -executable); do
|
||||
echo "Running $test"
|
||||
"$test"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue