Skip to content
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

Fix check_check for MinGW #98

Closed
brarcher opened this issue Dec 19, 2016 · 1 comment
Closed

Fix check_check for MinGW #98

brarcher opened this issue Dec 19, 2016 · 1 comment

Comments

@brarcher
Copy link
Contributor

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
@brarcher
Copy link
Contributor Author

This was resolved in #102

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant