summaryrefslogtreecommitdiff
path: root/testsuite/tests/rts/all.T
diff options
context:
space:
mode:
authorDylan Yudaken <dylany@fb.com>2019-12-10 15:05:40 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-02-08 10:17:17 -0500
commit7d452be454857549679b93a0682a3f6fedf5d7c1 (patch)
tree73bc0df8dd1370dd5f07eb6a1ac0835045b31c61 /testsuite/tests/rts/all.T
parent7755ffc2920facb7ed74efe379ad825feeaf1024 (diff)
downloadhaskell-7d452be454857549679b93a0682a3f6fedf5d7c1.tar.gz
Fix hs_try_putmvar losing track of running cap
If hs_try_putmvar was called through an unsafe import, it would lose track of the running cap causing a deadlock
Diffstat (limited to 'testsuite/tests/rts/all.T')
-rw-r--r--testsuite/tests/rts/all.T2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T
index e4e2561c2e..ca0e652a48 100644
--- a/testsuite/tests/rts/all.T
+++ b/testsuite/tests/rts/all.T
@@ -417,3 +417,5 @@ test('InitEventLogging',
test('T17088',
[only_ways(['normal']), extra_run_opts('+RTS -c -A256k -RTS')],
compile_and_run, ['-rtsopts -O2'])
+
+test('T15427', normal, compile_and_run, [''])