fix test-suite to build on ppc64el
authorThibaut Paumard <thibaut@debian.org>
Wed, 8 Sep 2021 13:07:52 +0000 (14:07 +0100)
committerAlastair McKinstry <mckinstry@debian.org>
Wed, 8 Sep 2021 13:07:52 +0000 (14:07 +0100)
commit91916f1991889ef6319e96899be15795cb9ed89c
tree15790991f22b0d4df773f750f6e257b51164caf9
parent3a9042591121f3f99bb682cd8f1790d00b912a75
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