fix test-suite to build on ppc64el
authorThibaut Paumard <thibaut@debian.org>
Sat, 3 Sep 2022 14:47:37 +0000 (15:47 +0100)
committerAlastair McKinstry <mckinstry@debian.org>
Sat, 3 Sep 2022 14:47:37 +0000 (15:47 +0100)
commit6d0baa27752fa9a0cfbf362b933b709e11e094b3
treeb777171f97a3dc29b7fb1a35ecd5d1470df8668a
parentbd702e976586210bd78b2a2f3ccb25373ab49260
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