fix test-suite to build on ppc64el
authorThibaut Paumard <thibaut@debian.org>
Sun, 29 May 2022 09:51:27 +0000 (10:51 +0100)
committerAlastair McKinstry <mckinstry@debian.org>
Sun, 29 May 2022 09:51:27 +0000 (10:51 +0100)
commitfd7980943f278b8cbffaf5d7cee22e41c43211d2
tree48f68a3752c4ffc0b2f62ba92e0cce504f62d4ba
parentfd854bb3eede35a32e473f18d2b390c1c4eecd91
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