blob: 419fe9b77e219d876039d0e26da6c623d7af1139 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
test('T13615',
[when(fast(), skip),
when(unregisterised(), skip),
req_smp, # needs -N support
only_ways(threaded_ways),
extra_files(['Parallel.hs', 'Memo.hs']),
# Decrease stack chunk size and lots of capabilities to increase failure
# probability due to more frequent duplicate-computation checks. The
# reproduction probability is around 75% on my dual-core hyperthreaded
# laptop.
extra_run_opts('+RTS -N15 -ki4k')],
multimod_compile_and_run,
['T13615','-rtsopts'])
|