]> git.ipfire.org Git - thirdparty/gnulib.git/commit
tests: Avoid some more runtime errors with Fil-C. master
authorBruno Haible <bruno@clisp.org>
Tue, 28 Jul 2026 20:37:55 +0000 (22:37 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 28 Jul 2026 20:37:55 +0000 (22:37 +0200)
commitc7b777b265e58abbc9d510f1e1a95be207819f0e
tree3ccddfa56023a256bf5cd0b024be41e70c0103f6
parentfe239587537d90e9a5eab6349896545277da8bcf
tests: Avoid some more runtime errors with Fil-C.

* tests/test-c32ispunct.c (main): Skip a test case that fails on Fil-C.
* tests/test-free.c (main): Avoid converting from a pointer to uintptr_t
and back.
* tests/test-explicit_bzero.c (test_heap): Skip this test on Fil-C.
* tests/test-memset_explicit.c (test_heap): Likewise.
* tests/test-sigsegv-catch-segv1.c: Skip the entire test on Fil-C, since
it relies on converting an uintptr_t value to a pointer.
* tests/test-sigsegv-catch-segv2.c: Likewise.
ChangeLog
tests/test-c32ispunct.c
tests/test-explicit_bzero.c
tests/test-free.c
tests/test-memset_explicit.c
tests/test-sigsegv-catch-segv1.c
tests/test-sigsegv-catch-segv2.c