[commit: testsuite] master: accept output (5190f9a)
Simon Marlow
marlowsd at gmail.com
Tue Feb 19 16:57:22 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/5190f9aff8e5ba0114afb5b7603a3d2c6dd9479e
>---------------------------------------------------------------
commit 5190f9aff8e5ba0114afb5b7603a3d2c6dd9479e
Author: Simon Marlow <marlowsd at gmail.com>
Date: Tue Feb 19 09:40:40 2013 +0000
accept output
I think the change to compile top-level indirections more efficiently
removed the "CAF" entries from the stack. That's a surprising
side-effect, but it's not really a problem.
>---------------------------------------------------------------
tests/profiling/should_run/callstack001.stdout | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/profiling/should_run/callstack001.stdout b/tests/profiling/should_run/callstack001.stdout
index f5a8580..13c64a0 100644
--- a/tests/profiling/should_run/callstack001.stdout
+++ b/tests/profiling/should_run/callstack001.stdout
@@ -1,2 +1,2 @@
-["Main.CAF (<entire-module>)","Main.main (callstack001.hs:17:8-21)","Main.mapM (callstack001.hs:10:13-17)","Main.mapM.go (callstack001.hs:13:17-19)","Main.f (callstack001.hs:7:10-35)"]
-["Main.CAF (<entire-module>)","Main.main (callstack001.hs:17:8-21)","Main.mapM (callstack001.hs:10:13-17)","Main.mapM.go (callstack001.hs:13:17-19)","Main.f (callstack001.hs:7:10-35)"]
+["Main.main (callstack001.hs:17:8-21)","Main.mapM (callstack001.hs:10:13-17)","Main.mapM.go (callstack001.hs:13:17-19)","Main.f (callstack001.hs:7:10-35)"]
+["Main.main (callstack001.hs:17:8-21)","Main.mapM (callstack001.hs:10:13-17)","Main.mapM.go (callstack001.hs:13:17-19)","Main.f (callstack001.hs:7:10-35)"]
More information about the ghc-commits
mailing list