fix test-suite to build on ppc64el
authorThibaut Paumard <thibaut@debian.org>
Wed, 12 Oct 2022 11:52:34 +0000 (12:52 +0100)
committerAlastair McKinstry <mckinstry@debian.org>
Wed, 12 Oct 2022 11:52:34 +0000 (12:52 +0100)
commitf8caca3d0866a62d1d47525a869222d7a0b5eb62
treec15801eb6b13849c1eec1e47cce98b9b15eff272
parentfdea4125e377355dbd61bb12b7f843fc5b7ea384
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