fix test-suite to build on ppc64el
authorThibaut Paumard <thibaut@debian.org>
Thu, 2 Jul 2020 07:42:05 +0000 (08:42 +0100)
committerAlastair McKinstry <mckinstry@debian.org>
Thu, 2 Jul 2020 07:42:05 +0000 (08:42 +0100)
commit0fb5437bbc3682d30e3b0d3eb8c7760b1ebda394
tree3176992e4bec73cc8799deee2e524bc87fa07658
parent01afc9cc8c029b925e4dd5bc3c29b0790f212844
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