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

testsuite: Add test for #25560

parent fb7d665e
No related branches found
No related tags found
No related merge requests found
Pipeline #104129 failed
import GHC.Conc
main :: IO ()
main = setNumCapabilities 100000
T25560: Uncaught exception ghc-internal:GHC.Internal.IO.Exception.IOException:
user error (setNumCapabilities: This GHC build only supports up to 1 capabilities)
......@@ -630,3 +630,4 @@ test('T24142', [req_target_smp], compile_and_run, ['-threaded -with-rtsopts "-N2
test('T25232', [unless(have_profiling(), skip), only_ways(['normal','nonmoving','nonmoving_prof','nonmoving_thr_prof']), extra_ways(['nonmoving', 'nonmoving_prof'] + (['nonmoving_thr_prof'] if have_threaded() else []))], compile_and_run, [''])
test('T25280', [unless(opsys('linux'),skip),req_process,js_skip], compile_and_run, [''])
test('T25560', exit_code(1), compile_and_run, [''])
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