-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RunTests.bat on Windows fails test 8 for me #65
Comments
Nobody else has reported problems with Windows, but they may just have ignored this one. I am not a Windows user, and someone else wrote RunTest.bat. Can you post the difference(s) between the two files? |
After some fiddling around with github and entirely too much boilerplate I was able to get it to upload the second file. Looks like about 200 lines at the end simply don't exist. :/
Yeah, I understand that feeling... |
@Jan200101 debugged this and noticed that it reports
|
That is not an issue. It is testing that it is detecting that situation (see the output in testoutput-8-8-2). Can this issue now be closed? |
Yes thats expected, the issue is that stops in the middle of the test (at https://github.com/PhilipHazel/pcre2/blob/31fb2e58a19cfdf5809ff952025b7f4329480337/testdata/testoutput8-8-2#L850 to be exact) I managed to replicate this on a fresh Windows 10 machine running Visual Studio Community 2022. Increasing |
Further investigation shows that this was complete nonsense, the issue lies on the wrapdb side. |
Glad to hear this is resolved. This is not the first time that the small default size of the stack in Windows has been an issue. Sigh. Can this issue now be closed? |
I believe so |
Yes, I believe so. |
I don't know what the cause of this might be. I have a thirdparty port of pcre2 to the Meson build system (for embedding into other projects using meson) and as part of the port we try to run the testsuite.
For reference, here is the meson build description: https://github.com/mesonbuild/wrapdb/blob/pcre2/subprojects/packagefiles/pcre2/meson.build
In our Github CI, everything works fine on Ubuntu. On Windows using MSVC, I get this error instead:
https://github.com/mesonbuild/wrapdb/runs/4637121959?check_suite_focus=true#step:6:261
Do you have any idea what the problem might be? Suggestions for figuring out the problem?
Is this an expected failure? There isn't currently any publicly visible CI for pcre2 (and an open PR only adds some for linux) so it is difficult to know for sure...
The text was updated successfully, but these errors were encountered: