Navigation Menu

Skip to content

Commit

Permalink
Temporarily disable "testStartStopWait" Threading unit test on mac
Browse files Browse the repository at this point in the history
The "testStartStopWait" unit test is unreliably failing on mac,
for some time already. See bug #3786.

Having the unittest fail unreliably doesn't help anybody but mostly
inhibits the main feature of travis builds: to test PRs for regressions.

Therefore, disable the specific unit test for until bug #3786
is fixed.
  • Loading branch information
est31 committed Jul 4, 2016
1 parent 1dfd977 commit c1bdb55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/unittest/test_threading.cpp
Expand Up @@ -39,7 +39,9 @@ static TestThreading g_test_instance;

void TestThreading::runTests(IGameDef *gamedef)
{
#if !(defined(__MACH__) && defined(__APPLE__))
TEST(testStartStopWait);
#endif
TEST(testThreadKill);
TEST(testAtomicSemaphoreThread);
}
Expand Down

0 comments on commit c1bdb55

Please sign in to comment.