]> git.sesse.net Git - stockfish/commitdiff
Integrate syzygy in automated testing (v2).
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Fri, 30 Mar 2018 08:21:59 +0000 (10:21 +0200)
committerStéphane Nicolet <cassio@free.fr>
Fri, 30 Mar 2018 08:23:48 +0000 (10:23 +0200)
Extends valgrind/sanitizer testing to cover syzygy code.

The script downloads 4 man syzygy as needed. The time needed for the
additional testing is small (in fact hard to see a difference compared
to the large fluctuations in testing time in travis).

Possible follow-ups:

 * include more TB sensitive positions in bench.
 * include the test script of recent commit "Refactor tbprobe.cpp".
 * verify unchanged bench with TB (with a long run).
 * make the TB part of the continuation integration tests optional.

Closes https://github.com/official-stockfish/Stockfish/pull/1518
and    https://github.com/official-stockfish/Stockfish/pull/1490

No functional change.


No differences found