You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
The signalhandler_unittest is failing when glog is built on the ppc64le processor:
# make check
...
./src/demangle_unittest.sh
PASS
./signalhandler_unittest # force to create lt-signalhandler_unittest
OK
./src/signalhandler_unittest.sh
'SIGFPE' should appear in the output
...
# uname -p
ppc64le
This test is skipped on PowerPC, should this be expanded to similar processors?