Skip to content

Commit 658ba91

Browse files
authored
disabled TestLeakAutoVarRecursiveCountLimit on Cygwin as well (danmar#7182)
suddenly started to exit `testrunner` with error 2816 in the CI
1 parent 9d03391 commit 658ba91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/testleakautovar.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3223,8 +3223,8 @@ class TestLeakAutoVarRecursiveCountLimit : public TestFixture {
32233223
}
32243224
};
32253225

3226-
#if !defined(__MINGW32__)
3227-
// TODO: this crashes with a stack overflow for MinGW in the CI
3226+
#if !defined(__MINGW32__) && !defined(__CYGWIN__)
3227+
// TODO: this crashes with a stack overflow for MinGW and error 2816 for Cygwinin the CI
32283228
REGISTER_TEST(TestLeakAutoVarRecursiveCountLimit)
32293229
#endif
32303230

0 commit comments

Comments
 (0)