projects
/
stockfish
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Schedule threads fairly under valgrind
[stockfish]
/
tests
/
instrumented.sh
diff --git
a/tests/instrumented.sh
b/tests/instrumented.sh
index 03ded74abfd023011c8ee901716173354b37235f..03e9c9de093ca37fea339f144569d00bfcb01945 100755
(executable)
--- a/
tests/instrumented.sh
+++ b/
tests/instrumented.sh
@@
-20,7
+20,7
@@
case $1 in
--valgrind-thread)
echo "valgrind-thread testing started"
prefix=''
- exeprefix='valgrind --error-exitcode=42'
+ exeprefix='valgrind --
fair-sched=try --
error-exitcode=42'
postfix='1>/dev/null'
threads="2"
;;