Skip to content

Instantly share code, notes, and snippets.

@quic-mathbern
quic-mathbern / REPORT
Created August 30, 2023 12:03
src/REPORT from libc-test + musl-hexagon (3532e0e6e0f0)
src/functional/dlopen.c:39: dlsym main failed: Symbol not found: main
FAIL src/functional/dlopen.exe [status 1]
clang-16: warning: argument unused during compilation: '-rdynamic' [-Wunused-command-line-argument]
FAIL src/functional/pthread_cancel-static.exe [timed out]
src/functional/pthread_robust.c:39: pthread_mutexattr_setrobust(&mtx_a, PTHREAD_MUTEX_ROBUST) failed: (pshared==0, pi==0) Function not implemented (setting robust attribute)
FAIL src/functional/pthread_robust-static.exe [timed out]
src/functional/pthread_robust.c:39: pthread_mutexattr_setrobust(&mtx_a, PTHREAD_MUTEX_ROBUST) failed: (pshared==0, pi==0) Function not implemented (setting robust attribute)
FAIL src/functional/pthread_robust.exe [timed out]
src/functional/sscanf.c:73:9: warning: magnitude of floating-point constant too large for type 'double'; maximum is 1.7976931348623157E+308 [-Wliteral-range]
TEST_F(1.234e1234);