History log of /haiku/src/tools/cppunit/ThreadedTestCase.cpp
Revision Date Author Comments
# a8f520f2 01-Oct-2014 Adrien Destugues <pulkomandy@gmail.com>

Test harness: 64bit warnings fixes.


# 58481f0f 02-May-2009 Oliver Tappe <zooey@hirschkaefer.de>

* fix gcc4 build of cppunit library by explicitly spelling out std:: in
the headers and importing the required classes in the implementation files
* automatic whitespace cleanup

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30586 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 17753fd3 13-Sep-2004 Oliver Tappe <zooey@hirschkaefer.de>

- added missing initialization of fInUse such that setting up a threaded
test won't fail randomly.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8931 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1b89aa98 18-Feb-2004 Ingo Weinhold <ingo_weinhold@gmx.de>

Made the Unit test stuff a bit more mwcc/mwld friendly. It still doesn't build right out of the box with our build system, but with a few changes to the build system it can be done (I'm not going to do that, though).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6640 a95241bf-73f2-0310-859d-f6bbb57e9c96


# aa94570a 17-Feb-2004 Ingo Weinhold <ingo_weinhold@gmx.de>

Changes to make the CPPUnit build on PPC (with mwcc *shudder*).
Courtesy of Oliver Tappe.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6616 a95241bf-73f2-0310-859d-f6bbb57e9c96


# aad997bd 17-Jul-2002 Tyler Dauwalder <tylerdauwalder@nowhere.fake>

Finished migrating Storage Kit tests to new framework.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@292 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d1f6c38f 17-Jul-2002 Tyler Dauwalder <tylerdauwalder@nowhere.fake>

Unit testing update:
- Verbosity is now honored globally
- Added BTestCase::Outputf()
- Migrated BNode, BStatable, BDirectory, and BPath tests
- Added CommonTestLib, TestLib, and R5TestLib rules to Jamrules
- Updated Jamfiles for unit testing stuff
- Probably a few other things I've forgotten


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@269 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0a99bdf4 12-Jul-2002 Tyler Dauwalder <tylerdauwalder@nowhere.fake>

Fixed multithreaded NextSubTest() output problems


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@157 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 03aa30ce 10-Jul-2002 Tyler Dauwalder <tylerdauwalder@nowhere.fake>

Big CppUnit Update
+ Initial threaded test support
+ Integrated CppUnitShell code into TestShell


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@77 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a8f520f2a879ce83582bc6b9d8206bb860ecedb8 01-Oct-2014 Adrien Destugues <pulkomandy@gmail.com>

Test harness: 64bit warnings fixes.


# 58481f0f6ef1a61ba07283f012cafbc2ed874ead 02-May-2009 Oliver Tappe <zooey@hirschkaefer.de>

* fix gcc4 build of cppunit library by explicitly spelling out std:: in
the headers and importing the required classes in the implementation files
* automatic whitespace cleanup

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30586 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 17753fd3756d4f52b4ba0f6aa95b96da00c22e40 13-Sep-2004 Oliver Tappe <zooey@hirschkaefer.de>

- added missing initialization of fInUse such that setting up a threaded
test won't fail randomly.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8931 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1b89aa98ffe3057ab801dab67b9f5de6d1f933a5 18-Feb-2004 Ingo Weinhold <ingo_weinhold@gmx.de>

Made the Unit test stuff a bit more mwcc/mwld friendly. It still doesn't build right out of the box with our build system, but with a few changes to the build system it can be done (I'm not going to do that, though).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6640 a95241bf-73f2-0310-859d-f6bbb57e9c96


# aa94570a34695672df9b47adda2257f75d8da880 17-Feb-2004 Ingo Weinhold <ingo_weinhold@gmx.de>

Changes to make the CPPUnit build on PPC (with mwcc *shudder*).
Courtesy of Oliver Tappe.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6616 a95241bf-73f2-0310-859d-f6bbb57e9c96


# aad997bd6c9035ac0185bda5c52bd1ba2dd8a47d 17-Jul-2002 Tyler Dauwalder <tylerdauwalder@nowhere.fake>

Finished migrating Storage Kit tests to new framework.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@292 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d1f6c38f0d8029fda3c77d45dde4c9fa53e2e75b 17-Jul-2002 Tyler Dauwalder <tylerdauwalder@nowhere.fake>

Unit testing update:
- Verbosity is now honored globally
- Added BTestCase::Outputf()
- Migrated BNode, BStatable, BDirectory, and BPath tests
- Added CommonTestLib, TestLib, and R5TestLib rules to Jamrules
- Updated Jamfiles for unit testing stuff
- Probably a few other things I've forgotten


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@269 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0a99bdf48974806e4d624b29b7e402fb20e41a77 12-Jul-2002 Tyler Dauwalder <tylerdauwalder@nowhere.fake>

Fixed multithreaded NextSubTest() output problems


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@157 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 03aa30ce94224e951fd5bd8f31d7574f683416be 10-Jul-2002 Tyler Dauwalder <tylerdauwalder@nowhere.fake>

Big CppUnit Update
+ Initial threaded test support
+ Integrated CppUnitShell code into TestShell


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@77 a95241bf-73f2-0310-859d-f6bbb57e9c96