fix test-suite to build on ppc64el
authorThibaut Paumard <thibaut@debian.org>
Wed, 29 Sep 2021 10:49:06 +0000 (11:49 +0100)
committerAlastair McKinstry <mckinstry@debian.org>
Wed, 29 Sep 2021 10:49:06 +0000 (11:49 +0100)
commit53810666339dd50e4b559388ea4229f6c78589b8
tree38e741240cf89cc7d5b79e2e6d4e362f063f65f2
parentc17fa6666de3304dfe5910b5d2b53c4dbe17c4e6
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