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

FAIL: CppUTestExtTests.exe #1622

Open
javier-acosta-m opened this issue Aug 25, 2022 · 12 comments
Open

FAIL: CppUTestExtTests.exe #1622

javier-acosta-m opened this issue Aug 25, 2022 · 12 comments

Comments

@javier-acosta-m
Copy link

javier-acosta-m commented Aug 25, 2022

Testsuite summary for CppUTest 4.0
Failed 1 test
See ./test-suite.log
Please report to https://github.com/cpputest/cpputest
make[3]: *** [Makefile:3283: test-suite.log] Error 1
make[3]: Leaving directory '/home/jacosta/cpputest/cpputest_build'
make[2]: *** [Makefile:3391: check-TESTS] Error 2
make[2]: Leaving directory '/home/jacosta/cpputest/cpputest_build'
make[1]: *** [Makefile:3613: check-am] Error 2
make[1]: Leaving directory '/home/jacosta/cpputest/cpputest_build'
make: *** [Makefile:4107: check_coverage] Error 2

@javier-acosta-m
Copy link
Author

test-suite.log

@basvodde
Copy link
Member

Trunk version ?

@javier-acosta-m
Copy link
Author

$ git show
commit 7c53161 (HEAD -> master, origin/master, origin/HEAD)
Merge: fb5e9c4 d5f3628
Author: Bas Vodde basv@odd-e.com
Date: Thu Aug 25 16:28:09 2022 +0200

Merge pull request #1583 from thetic/cmake-macros

Simplify config macros

@basvodde
Copy link
Member

Ok, what is your environment? This works for me and in the automated build, but it is something environment specific.

@javier-acosta-m
Copy link
Author

I recompiled on MSYS2 mingw64

@basvodde
Copy link
Member

Using CMake or configure ?

@javier-acosta-m
Copy link
Author

CMake

@basvodde
Copy link
Member

Ok, thanks. @thetic do you think this is related to the recent CMake changes? Do we have this in the build?

@thetic
Copy link
Contributor

thetic commented Aug 31, 2022

I suspect the automatic fenv support check isn't working as intended here. I'll get a windows/gcc build going in CI and see if I can repro.

@thetic
Copy link
Contributor

thetic commented Aug 31, 2022

Oddly, I can reproduce this in MSYS2 with autotools, but not CMake. #1623

@thetic
Copy link
Contributor

thetic commented Sep 2, 2022

I recompiled on MSYS2 mingw64

Was this an incremental rebuild after pulling CppUTest updates? You may need to delete your build directory (/home/jacosta/cpputest/cpputest_build) and reconfigure from scratch.

@thetic
Copy link
Contributor

thetic commented Nov 18, 2022

@javier-acosta-m please post the commands you are using to build and run these tests. The posted logs do not look like CMake was used.

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

No branches or pull requests

3 participants