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
Continuation of #627. Source: master (816a802 or later) Host: FreeBSD 15.0-CURRENT cheribsd-morello-purecap
2 tests remain to fail in the "minimal" configuration: ./configure --enable-werror --enable-gc-assertions --disable-shared --enable-single-obj-compilation --disable-threads --disable-disclaim && make check CFLAGS_EXTRA="-D NO_MPROTECT_VDB -D GC_NO_FINALIZATION".
./configure --enable-werror --enable-gc-assertions --disable-shared --enable-single-obj-compilation --disable-threads --disable-disclaim && make check CFLAGS_EXTRA="-D NO_MPROTECT_VDB -D GC_NO_FINALIZATION"
Also, another failure: adding -D SMALL_CONFIG to CFLAGS_EXTRA results in failure of all tests.
-D SMALL_CONFIG
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Continuation of #627.
Source: master (816a802 or later)
Host: FreeBSD 15.0-CURRENT cheribsd-morello-purecap
2 tests remain to fail in the "minimal" configuration:
./configure --enable-werror --enable-gc-assertions --disable-shared --enable-single-obj-compilation --disable-threads --disable-disclaim && make check CFLAGS_EXTRA="-D NO_MPROTECT_VDB -D GC_NO_FINALIZATION"
.Also, another failure: adding
-D SMALL_CONFIG
to CFLAGS_EXTRA results in failure of all tests.The text was updated successfully, but these errors were encountered: