We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the check_check unit tests do not run correctly in MinGW. When run on AppVeyor the following occurs:
if %platform%==mingw32 tests\check_check.exe Running suite(s): Fork Sub 100%: Checks: 3, Failures: 0, Errors: 0 C:\projects\check\tests\check_check_fork.c:38:P:Core:test_inc:0: Passed C:\projects\check\tests\check_check_fork.c:47:P:Core:test_nofork_sideeffects:0: Passed C:\projects\check\tests\check_check_fork.c:54:P:Core:test_nofork_pid:0: Passed Running suite(s): Fix Sub 0%: Checks: 1, Failures: 1, Errors: 0 C:\projects\check\tests\check_check_fixture.c:36:S:Fix Sub:unchecked_setup:0: Test failure in fixture Running suite(s): Check Servant Command exited with code -1073741819
The text was updated successfully, but these errors were encountered:
This was resolved in #102
Sorry, something went wrong.
No branches or pull requests
Currently the check_check unit tests do not run correctly in MinGW. When run on AppVeyor the following occurs:
The text was updated successfully, but these errors were encountered: