fix test-suite to build on ppc64el
authorThibaut Paumard <thibaut@debian.org>
Sun, 28 Nov 2021 08:20:25 +0000 (08:20 +0000)
committerAlastair McKinstry <mckinstry@debian.org>
Sun, 28 Nov 2021 08:20:25 +0000 (08:20 +0000)
commit71a7c51c3b2e37d17ce20fd5cf56d9c3da5cf783
treed2a29305dba89471144ba1589093a65e78cb9a74
parentd590871154b48c58b8ba7c4bf35a83aba0977c02
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