Skip to content
Snippets Groups Projects
Commit c74196e1 authored by Ben Gamari's avatar Ben Gamari
Browse files

testsuite: Mark linker_unload_native as fragile

In particular this fails on platforms without `dlinfo`. I plan to
address this but not before 9.10.1-alpha1.
parent 705e6927
No related branches found
No related tags found
No related merge requests found
......@@ -113,6 +113,7 @@ test('linker_unload_native',
[extra_files(['LinkerUnload.hs', 'Test.hs']),
req_rts_linker,
unless(have_dynamic(), skip),
fragile(23993),
when(opsys('darwin') or opsys('mingw32'), skip)],
makefile_test, ['linker_unload_native'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment