fix test-suite to build on ppc64el
authorThibaut Paumard <thibaut@debian.org>
Thu, 28 May 2020 15:35:04 +0000 (16:35 +0100)
committerAlastair McKinstry <mckinstry@debian.org>
Thu, 28 May 2020 15:35:04 +0000 (16:35 +0100)
commit3f68a20b64fc845e86421ac63fc21649ac072b7c
tree77492e38ad70f2f8f950314420e22115cf36c93a
parent93d0086d8b82848de1efe41a52a4df66a52131d4
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