Skip to content
Commit d330f31a authored by Carlos O'Donell's avatar Carlos O'Donell
Browse files

Fix test failure with -DNDEBUG.



The elf/tst-dlopen-aout.c test uses asserts to verify properties of the
test execution.  Instead of using assert it should use xpthread_create
and xpthread_join to catch errors starting the threads and fail the
test.  This shows up in Fedora 28 when building for i686-pc-linux-gnu
and using gcc 8.1.1.

Tested on i686, and fixes a check failure with -DNDEBUG.

Signed-off-by: default avatarCarlos O'Donell <carlos@redhat.com>
parent 2bda273a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment