RFC ThreadSanitizer testsuite

Yury Gribov y.gribov@samsung.com
Mon Dec 2 10:46:00 GMT 2013


Jakub Jelinek wrote:
 > The problem is that at least by default we
 > don't want very expensive tests in the testsuite, whether it is runtime
 > expensive or eats too much memory.

I see. We can only merge small tests then. From what I see in 
compiler-rt/lib/tsan/lit_tests, most of the tests are rather short: fork 
one or two threads, do something fast and simple (e.g. do unsynchronized 
access), join and exit.

-Y



More information about the Gcc-patches mailing list