[commit: ghc] master: testsuite: Fix dynamic-paper stderr file (1508600)

git at git.haskell.org git at git.haskell.org
Thu Jun 7 22:10:19 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/1508600cb2dd6b57d27742411489b8c46b78b53f/ghc

>---------------------------------------------------------------

commit 1508600cb2dd6b57d27742411489b8c46b78b53f
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Jun 7 22:05:51 2018 +0000

    testsuite: Fix dynamic-paper stderr file
    
    The stderr file was empty, yet GHC fails with an error.


>---------------------------------------------------------------

1508600cb2dd6b57d27742411489b8c46b78b53f
 .../tests/dependent/should_compile/dynamic-paper.stderr    | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/testsuite/tests/dependent/should_compile/dynamic-paper.stderr b/testsuite/tests/dependent/should_compile/dynamic-paper.stderr
index 0519ecb..3ba4db2 100644
--- a/testsuite/tests/dependent/should_compile/dynamic-paper.stderr
+++ b/testsuite/tests/dependent/should_compile/dynamic-paper.stderr
@@ -1 +1,15 @@
+Simplifier ticks exhausted
+  When trying UnfoldingDone delta1
+  To increase the limit, use -fsimpl-tick-factor=N (default 100).
    
+  If you need to increase the limit substantially, please file a
+  bug report and indicate the factor you needed.
+   
+  If GHC was unable to complete compilation even with a very large factor
+  (a thousand or more), please consult the "Known bugs or infelicities"
+  section in the Users Guide before filing a report. There are a
+  few situations unlikely to occur in practical programs for which
+  simplifier non-termination has been judged acceptable.
+   
+  To see detailed counts use -ddump-simpl-stats
+  Total ticks: 140004



More information about the ghc-commits mailing list