diff options
author | Reid Barton <rwbarton@gmail.com> | 2015-07-06 19:24:31 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-07-07 10:07:23 +0200 |
commit | aaa0cd20fdaf8e923e3a083befc2612154cba629 (patch) | |
tree | d24962bb4a53f0946eed4e68df27c19c96e36eb6 /testsuite/.gitignore | |
parent | 9180df19dd938901791b84ef7f260f7e2f1f894f (diff) | |
download | haskell-aaa0cd20fdaf8e923e3a083befc2612154cba629.tar.gz |
Don't eagerly blackhole single-entry thunks (#10414)
In a parallel program they can actually be entered more than once,
leading to deadlock.
Reviewers: austin, simonmar
Subscribers: michaelt, thomie, bgamari
Differential Revision: https://phabricator.haskell.org/D1040
GHC Trac Issues: #10414
Diffstat (limited to 'testsuite/.gitignore')
-rw-r--r-- | testsuite/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/.gitignore b/testsuite/.gitignore index 1c3630842e..3583a062af 100644 --- a/testsuite/.gitignore +++ b/testsuite/.gitignore @@ -164,6 +164,7 @@ mk/ghcconfig*_inplace_bin_ghc-stage2.exe.mk /tests/codeGen/should_run/SizeOfSmallArray /tests/codeGen/should_run/StaticArraySize /tests/codeGen/should_run/StaticByteArraySize +/tests/codeGen/should_run/T10414 /tests/codeGen/should_run/T10521 /tests/codeGen/should_run/T10521b /tests/codeGen/should_run/T1852 |