fix test-suite to build on ppc64el
authorThibaut Paumard <thibaut@debian.org>
Mon, 21 Sep 2020 20:29:06 +0000 (21:29 +0100)
committerAlastair McKinstry <mckinstry@debian.org>
Mon, 21 Sep 2020 20:29:06 +0000 (21:29 +0100)
commitcb9cf9899e54733a5e8cfddf13e30fbae4988ccc
tree085adb5e76ed4578a9c0c00cc3276c7c83b5c16c
parentd320d14b584d8ed7b130da6ca697bb5004a3a182
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