mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 01:37:46 +00:00
Small improvements to the CI infrastructure
- avoid inlining for the debug testing so that suppressions work - provide more output for triggered errors No functional change.
This commit is contained in:
committed by
Stéphane Nicolet
parent
70880b8e24
commit
d2acdac101
@@ -28,14 +28,14 @@ case $1 in
|
||||
echo "sanitizer-undefined testing started"
|
||||
prefix='!'
|
||||
exeprefix=''
|
||||
postfix='2>&1 | grep "runtime error:"'
|
||||
postfix='2>&1 | grep -A50 "runtime error:"'
|
||||
threads="1"
|
||||
;;
|
||||
--sanitizer-thread)
|
||||
echo "sanitizer-thread testing started"
|
||||
prefix='!'
|
||||
exeprefix=''
|
||||
postfix='2>&1 | grep "WARNING: ThreadSanitizer:"'
|
||||
postfix='2>&1 | grep -A50 "WARNING: ThreadSanitizer:"'
|
||||
threads="2"
|
||||
|
||||
cat << EOF > tsan.supp
|
||||
|
||||
Reference in New Issue
Block a user