fix test-suite to build on ppc64el
authorThibaut Paumard <thibaut@debian.org>
Wed, 14 Oct 2020 19:08:08 +0000 (20:08 +0100)
committerAlastair McKinstry <mckinstry@debian.org>
Wed, 14 Oct 2020 19:08:08 +0000 (20:08 +0100)
commitf3796f1dcd8d46e9d94ffa13b8bae6f041cc1cfd
tree8c4133ad85f9dc3475fe6734d3070bc0c22d08ad
parent442bbe650c395b905fc6ca97a6af85ca24a1ca86
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