|
From: Konstantin S. <kon...@gm...> - 2008-01-21 15:34:31
|
Hi, I am working on a test suite for helgrind (and potentially any other data race detector). In order to simplify things for myself I've created a separate project http://code.google.com/p/data-race-test/ but if you find anything useful there please put it into valgrind svn. I will be grateful for any suggestions regrading missing test cases. The main file of the test suite is http://data-race-test.googlecode.com/svn/trunk/unittest/racecheck_unittest.cc. Bart, You may find these tests useful for drd. Julian, If you don't mind I want to create a fork of helgrind (just helgrind sources, nothing else from valgrind) in this project. I want to experiment with some more client requests (for code annotation purposes), and with various state machines. Hopefully this will be a simple way for you to grab any changes you find useful. I also want to use the project's wiki to discuss possible state machines, etc. Thanks! --kcc |