fix test-suite to build on ppc64el
authorThibaut Paumard <thibaut@debian.org>
Tue, 9 Jun 2020 16:09:51 +0000 (17:09 +0100)
committerAlastair McKinstry <mckinstry@debian.org>
Tue, 9 Jun 2020 16:09:51 +0000 (17:09 +0100)
commit244c468bf4cbbd403d98f9b446395cd52f67135d
tree2a5969a16b2641dddee0aba9de76a94b1979efd6
parent007f3b6b17e03aba15fb24052c2b08fd8a09fed2
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