From cff19bd8c52b58095aaf2aa35f38673c29f1aa88 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 3 Dec 2006 13:58:14 +0000 Subject: Fixed a race condition caused by rescheduling in signal handler (refs #3, refs #9) --- test/common/testcommon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/common/testcommon.cpp b/test/common/testcommon.cpp index bac26ff3..ec33b003 100644 --- a/test/common/testcommon.cpp +++ b/test/common/testcommon.cpp @@ -238,7 +238,7 @@ int test(int argc, const char *argv[]) CommonException, AssertFailed); TEST_CHECK_THROWS(Timers::Remove(*(Timer*)NULL), CommonException, AssertFailed); - TEST_CHECK_THROWS(Timers::Signal(), CommonException, AssertFailed); + // TEST_CHECK_THROWS(Timers::Signal(), CommonException, AssertFailed); TEST_CHECK_THROWS(Timers::Cleanup(), CommonException, AssertFailed); // Check that we can initialise the timers -- cgit v1.2.3