fix test-suite to build on ppc64el
authorThibaut Paumard <thibaut@debian.org>
Mon, 1 Jan 2024 17:14:56 +0000 (17:14 +0000)
committerAlastair McKinstry <mckinstry@debian.org>
Mon, 1 Jan 2024 17:14:56 +0000 (17:14 +0000)
commit11f0c595ef5d2f5ed3657b964ec8854ea74da0db
treeed9d57742f792b4ef11433e512154ec4afc4bf95
parent1543fb54ce9165367846a90cc99ef5d8790d13de
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