diff options
author | Pavel Janík <Pavel@Janik.cz> | 2016-05-06 11:00:01 +0200 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2016-05-06 20:44:39 +0200 |
commit | db18ab28c7a74bb289bfe6a5f9a4a9f963f71c0b (patch) | |
tree | 63b68065c900e0f7ad1b1cb6bcd3d6ec6392736b /src/test/scheduler_tests.cpp | |
parent | fbd84788e676c9cbd126f6236ec46bb2f342bd00 (diff) |
Reenable multithread scheduler test.
Diffstat (limited to 'src/test/scheduler_tests.cpp')
-rw-r--r-- | src/test/scheduler_tests.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/scheduler_tests.cpp b/src/test/scheduler_tests.cpp index 9acd0e2430..aa12dfbd54 100644 --- a/src/test/scheduler_tests.cpp +++ b/src/test/scheduler_tests.cpp @@ -40,7 +40,6 @@ static void MicroSleep(uint64_t n) #endif } -#if 0 /* Disabled for now because there is a race condition issue in this test - see #6540 */ BOOST_AUTO_TEST_CASE(manythreads) { seed_insecure_rand(false); @@ -116,6 +115,5 @@ BOOST_AUTO_TEST_CASE(manythreads) } BOOST_CHECK_EQUAL(counterSum, 200); } -#endif BOOST_AUTO_TEST_SUITE_END() |