We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TestLeakAutoVarRecursiveCountLimit
1 parent 9d03391 commit 658ba91Copy full SHA for 658ba91
1 file changed
test/testleakautovar.cpp
@@ -3223,8 +3223,8 @@ class TestLeakAutoVarRecursiveCountLimit : public TestFixture {
3223
}
3224
};
3225
3226
-#if !defined(__MINGW32__)
3227
-// TODO: this crashes with a stack overflow for MinGW in the CI
+#if !defined(__MINGW32__) && !defined(__CYGWIN__)
+// TODO: this crashes with a stack overflow for MinGW and error 2816 for Cygwinin the CI
3228
REGISTER_TEST(TestLeakAutoVarRecursiveCountLimit)
3229
#endif
3230
0 commit comments