fix test-suite to build on ppc64el
authorThibaut Paumard <thibaut@debian.org>
Wed, 27 Oct 2021 08:08:51 +0000 (09:08 +0100)
committerAlastair McKinstry <mckinstry@debian.org>
Wed, 27 Oct 2021 08:08:51 +0000 (09:08 +0100)
commit9889b3b5ba04add8b14476c47f9c4170cc4820cd
tree24351ab7e1f687da5645781833a7087b70eabeee
parent66569e3b2e9ee407d7c202214b21d82164540aec
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