|
From: Bart V. A. <bar...@gm...> - 2008-01-21 16:32:44
|
On Jan 21, 2008 4:34 PM, Konstantin Serebryany <kon...@gm...> wrote: > > 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 Sounds very interesting. But are you sure it is a good idea to use the googlecode.com website ? I had a look at the aforementioned file, and found message at the top of the file: // Copyright 2008, Google Inc. // All rights reserved. This means that Google Inc. is now owner of the file racecheck_unittest.cc, and that you lost all rights on the sourcecode (distributing, editing, viewing, ...). The Valgrind source code is licensed under GPLv2. I'm not sure Google's copyright statement is compatible with GPLv2. Regards, Bart. |