Add thread sanitized run for instrumented_learn and fix races.

This commit is contained in:
Tomasz Sobczyk
2020-12-24 13:35:48 +01:00
committed by nodchip
parent acf95c7c98
commit 1f7e5d3861
4 changed files with 38 additions and 13 deletions
+1
View File
@@ -101,3 +101,4 @@ script:
- export CXXFLAGS="-O1 -fno-inline"
- make clean && make -j2 ARCH=x86-64-modern debug=no optimize=no build > /dev/null && ../tests/instrumented_learn.sh --valgrind
- make clean && make -j2 ARCH=x86-64-modern sanitize=undefined optimize=no debug=yes build > /dev/null && ../tests/instrumented_learn.sh --sanitizer-undefined
- make clean && make -j2 ARCH=x86-64-modern sanitize=thread optimize=no debug=yes build > /dev/null && ../tests/instrumented_learn.sh --sanitizer-thread