summaryrefslogtreecommitdiff
path: root/test/common/testcommon.cpp
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2006-12-03 13:58:14 +0000
committerChris Wilson <chris+github@qwirx.com>2006-12-03 13:58:14 +0000
commitcff19bd8c52b58095aaf2aa35f38673c29f1aa88 (patch)
treedb721b29a1f290d228805429d3516a486dc13e81 /test/common/testcommon.cpp
parentbc82918ca28737fc934c33b69e13bb2efb28d89e (diff)
Fixed a race condition caused by rescheduling in signal handler (refs
#3, refs #9)
Diffstat (limited to 'test/common/testcommon.cpp')
-rw-r--r--test/common/testcommon.cpp2
1 files changed, 1 insertions, 1 deletions
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