On Thu, Dec 05, 2013 at 02:19:35PM +0400, Maxim Ostapenko wrote: > > Instead of mentioning the directory in the ChangeLog, > > mention the individual test files. > > ... > > * g++.dg/dg.exp: Prune tsan subdirectory. > > Thanks, I fixed the ChangeLog file. > > > how long does it take to run make check-gcc check-g++ > RUNTESTFLAGS=tsan.exp ? > > How much memory does it need? > > I've run `make check-gcc RUNTESTFLAGS=tsan.exp' (this also includes > c++ tests) under `/usr/bin/time -v' and got: > > -Elapsed (wall clock) time (h:mm:ss or m:ss): 3:17.04 > -Maximum resident set size (kbytes): 199872 kbytes > > The same numbers for asan are (/usr/bin/time -v make check-gcc > RUNTESTFLAGS=asan.exp): > -Elapsed (wall clock) time (h:mm:ss or m:ss): 3:56.38 > -Maximum resident set size (kbytes): 3155264 kbytes
Ok, thanks. > 2013-12-05 Max Ostapenko < m.ostape...@partner.samsung.com > 2013-12-05 Max Ostapenko <m.ostape...@partner.samsung.com> actually. > * c-c++-common/tsan/atomic_stack.c: New test. > * c-c++-common/tsan/fd_pipe_race.c: New test. > * c-c++-common/tsan/free_race.c: New test. > * c-c++-common/tsan/mutexset1.c: New test. > * c-c++-common/tsan/race_on_barrier.c: New test. > * c-c++-common/tsan/sleep_sync.c: New test. > * c-c++-common/tsan/thread_leak.c: New test. > * c-c++-common/tsan/thread_leak1.c: New test. > * c-c++-common/tsan/thread_leak2.c: New test. > * c-c++-common/tsan/tiny_race.c: New test. > * c-c++-common/tsan/tls_race.c: New test. > * c-c++-common/tsan/write_in_reader_lock.c: New test. > * lib/tsan-dg.exp: New file. > * gcc.dg/tsan/tsan.exp: New file. > * g++.dg/tsan/tsan.exp: New file. > * g++.dg/dg.exp: Prune tsan subdirectory. Jakub