fix test-suite to build on ppc64el
authorThibaut Paumard <thibaut@debian.org>
Mon, 21 Aug 2023 08:51:43 +0000 (09:51 +0100)
committerAlastair McKinstry <mckinstry@debian.org>
Mon, 21 Aug 2023 08:51:43 +0000 (09:51 +0100)
commit21f360453b172142d98078c6954aa920aa4f384a
tree5f965aea5c2933f30ed9c5ca429b18862093ff62
parent2483298780b7995d6ca1acd117c448b01f7c7e10
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