fix test-suite to build on ppc64el
authorThibaut Paumard <thibaut@debian.org>
Thu, 11 Mar 2021 18:29:08 +0000 (18:29 +0000)
committerAlastair McKinstry <mckinstry@debian.org>
Thu, 11 Mar 2021 18:29:08 +0000 (18:29 +0000)
commitcd5748f63dfd32b70783e62300dbc59639636564
tree6828f6c36bf4f8da643397b9e9f9647de42889ca
parent15b8a54d999b9fe6c9acca42a020dc062156866f
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