fix test-suite to build on ppc64el
authorThibaut Paumard <thibaut@debian.org>
Sun, 1 Oct 2023 12:00:06 +0000 (13:00 +0100)
committerAlastair McKinstry <mckinstry@debian.org>
Sun, 1 Oct 2023 12:00:06 +0000 (13:00 +0100)
commit72ca173f8c56751dac00fe589fa89888b64e3eff
tree3c5fc7ef3884c1a9f1dde4a4ecdf06c5127c2e1c
parent96a8290de0f8ab4e53eb6d3c12150adc4215c082
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