On Fri, Jan 10, 2014 at 10:23:59AM +0100, Uros Bizjak wrote: > I was able to compile sanitizer with r206475 (after Jakub's fixes) and > run the testsuite. However, on 64bit target, I got some failures in > asan and several timeouts in tsan [1].
Some of the tsan tests seems to FAIL randomly for quite a while (since they were added), didn't have time to look if it is just bugs in the test or some compiler issue or library issue. > The 32 bit target executes tsan tests without problems. > > [1] http://gcc.gnu.org/ml/gcc-testresults/2014-01/msg00689.html Obviously, tsan is only enabled for x86_64-linux 64-bit, so there are zero 32-bit tests ;) Jakub