-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
Some RGBFIX tests fail on BSD #1580
Comments
I see that all the
I don't have a FreeBSD environment or expertise available to debug this directly. Maybe you can try narrowing down the problem(s)? E.g. |
I'm new to this tests and running test/fix/test.sh gives same errors with additional console warns:
|
Should we investigate if there are some incompatibiliies between BSD and Gnu in programs used by the bash scripts? |
Yes, I had quoted those from your log. If the tests were running and passing with RGBDS 0.8.0 but not with 0.9.0, please try narrowing down the commits where they start to fail, e.g. with It's possible the cause is related to a change in the test shell scripts themselves, yes. |
I never run tests on 0.8.0 before. I will try on that version and check. |
Unable to test with ctest as 0.8.0 isn't ready for it. Just a question so I can proceed: Is cmake build mature to use in production enviroments? If positive, I can upgrade to 0.9.0 with cmake build and put tests as unsafe. |
Oh I see, the tests are running now only because 0.9.0 added ctest support? In that case, yes, cmake build support has been good for years, so if you want to disable/unsafe the tests and release 0.9.0 that should be fine. |
Maybe one of your end users could investigate why the tests are failing, as well? |
Sure, there is why its ok to have tests in ports even if tests fails, it always can lead to further investigation. The only consumer that I can test is sameboy and build/run-test is OK so I've committed update: If upstream want to do some testing on FreeBSD, it can be done on a VM and just go to ports and test: https://www.freebsd.org/where/ |
Hello,
I'm maintaining FreeBSD port and considering to switch to cmake build and also use ctest to include testing in port.
Testing fails with around 8 .gb mismathes.
Bellow is a partial log and a full log is available to download.
Any help and hints are welcome.
FreeBSD 15
cmake version 3.31.2
Clang 19.1.5
GNU bash 5.2.37
xxd 2024-12-07
git 2.47.1
Full log:
LastTest.log
The text was updated successfully, but these errors were encountered: