I've noticed that the EXPO C test is flaky and will sometimes fail on Ubuntu with 32bit Integers:
537/799 expo+double+C - GALAHAD:expotf_c_double FAIL 44.29s killed by signal 11 SIGSEGV
LD_LIBRARY_PATH=/home/runner/work/GALAHAD/GALAHAD/builddir/:/opt/hostedtoolcache/Python/3.12.14/x64/lib:/home/runner/work/GALAHAD/GALAHAD/galahad/lib:/home/runner/work/GALAHAD/GALAHAD/../deps/lib:/home/runner/work/GALAHAD/GALAHAD/../CUTEst/lib
MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1
ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=226
UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
/home/runner/work/GALAHAD/GALAHAD/builddir/expotf_c_double
We should rewrite the test so that it doesn't cause intermittent failures.
I've noticed that the EXPO C test is flaky and will sometimes fail on Ubuntu with 32bit Integers:
We should rewrite the test so that it doesn't cause intermittent failures.