fix test-suite to build on ppc64el
authorThibaut Paumard <thibaut@debian.org>
Thu, 27 May 2021 08:16:24 +0000 (09:16 +0100)
committerAlastair McKinstry <mckinstry@debian.org>
Thu, 27 May 2021 08:16:24 +0000 (09:16 +0100)
commit0eb9501dba6c8aa810bc8c8b30f5833998f05d62
tree08b73305e510fbc34e7aa52b214ba04859e66074
parent0cc32de283d7be5ae6e1d131bf4b06a523c02a69
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