fix test-suite to build on ppc64el
authorThibaut Paumard <thibaut@debian.org>
Mon, 11 Apr 2022 07:32:17 +0000 (08:32 +0100)
committerAlastair McKinstry <mckinstry@debian.org>
Mon, 11 Apr 2022 07:32:17 +0000 (08:32 +0100)
commit2a625575995f64f7bf55b2b78e7b04867268ea6c
tree972806f3b4cd9bb804cc87dda4a6cc29c485adb4
parent23509be001b4e62a4a0cee73070f4822205c8af2
fix test-suite to build on ppc64el

Origin: Vendor
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848218
Forwarded: no
Last-Update: 2016-12-15

Test suite hangs on ppc64el. This is due to a bug in test/class/opal_fifo.c.
thread_test() must end with pthread_exit(NULL), not return NULL.
Last-Update: 2016-12-15
Gbp-Pq: Name opal_fifo.patch
test/class/opal_fifo.c