fix test-suite to build on ppc64el
authorThibaut Paumard <thibaut@debian.org>
Tue, 28 Sep 2021 07:11:18 +0000 (08:11 +0100)
committerAlastair McKinstry <mckinstry@debian.org>
Tue, 28 Sep 2021 07:11:18 +0000 (08:11 +0100)
commit8efad6655742ab472440d3ecd686ea5641ccbc75
tree440a947fea36070cac8eacc49f67ca6292ad712f
parent618244547a83c0df9041d4f709f851ef063ca84b
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