fix test-suite to build on ppc64el
authorThibaut Paumard <thibaut@debian.org>
Tue, 1 Mar 2022 12:39:43 +0000 (12:39 +0000)
committerAlastair McKinstry <mckinstry@debian.org>
Tue, 1 Mar 2022 12:39:43 +0000 (12:39 +0000)
commitce2a3ac4e3e5f27c2eea38ea43691d7810e9b9a0
treeb74d8e821216d7dc5406ecb3d205d89775ff3e9c
parent6cef5a3f99f75d79f30b60bfd9e64503d7504259
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