summaryrefslogtreecommitdiff
path: root/libraries/base/tests/all.T
diff options
context:
space:
mode:
authorAlexander Vershilov <alexander.vershilov@gmail.com>2016-11-22 20:57:08 -0500
committerBen Gamari <ben@smart-cactus.org>2016-11-22 20:57:09 -0500
commitf43025340d05d3c6085c41e441d278745f34a317 (patch)
treec8dce59e941f0186c5cd5f958bb573565ce8fdc9 /libraries/base/tests/all.T
parent1399c8b481bd04848377b2f8a449e0bb09f0bb65 (diff)
downloadhaskell-f43025340d05d3c6085c41e441d278745f34a317.tar.gz
Allow to unregister threadWaitReadSTM action.
Allow to unregister threadWaitReadSTM/threadWaitWriteSTM on a non-threaded runtime. Previosly noop action was returned, as a result it was not possible to unregister action, unless data arrives to Fd or it's closed. Fixes #12852. Reviewers: simonmar, hvr, austin, bgamari, trofi Reviewed By: bgamari, trofi Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2729 GHC Trac Issues: #12852
Diffstat (limited to 'libraries/base/tests/all.T')
-rw-r--r--libraries/base/tests/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/base/tests/all.T b/libraries/base/tests/all.T
index 64ecc88ce8..a9aee1ed76 100644
--- a/libraries/base/tests/all.T
+++ b/libraries/base/tests/all.T
@@ -205,3 +205,4 @@ test('T9848',
test('T10149', normal, compile_and_run, [''])
test('T11334a', normal, compile_and_run, [''])
test('T11555', normal, compile_and_run, [''])
+test('T12852', when(opsys('mingw32'), skip), compile_and_run, [''])