[commit: testsuite] master: Accept output for callstack002 (06bca96)

Ian Lynagh igloo at earth.li
Wed Dec 7 03:10:52 CET 2011


Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/06bca9689a8f16d3417b4c965c5948aeb49f71f1

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

commit 06bca9689a8f16d3417b4c965c5948aeb49f71f1
Author: Ian Lynagh <igloo at earth.li>
Date:   Wed Dec 7 02:08:25 2011 +0000

    Accept output for callstack002
    
    Stack trace order has been reversed.

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

 tests/profiling/should_run/callstack002.stderr |   20 ++++++++++----------
 tests/profiling/should_run/callstack002.stdout |   12 ++++++------
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/tests/profiling/should_run/callstack002.stderr b/tests/profiling/should_run/callstack002.stderr
index 21891b6..b4bb0d5 100644
--- a/tests/profiling/should_run/callstack002.stderr
+++ b/tests/profiling/should_run/callstack002.stderr
@@ -1,16 +1,16 @@
 f: 42
 Stack trace:
-  Main.CAF (<entire-module>)
-  Main.main.xs (callstack002.hs:18:12-24)
-  Main.map (callstack002.hs:13:12-16)
-  Main.map.go (callstack002.hs:15:21-34)
-  Main.map.go (callstack002.hs:15:21-23)
   Main.f (callstack002.hs:10:7-43)
+  Main.map.go (callstack002.hs:15:21-23)
+  Main.map.go (callstack002.hs:15:21-34)
+  Main.map (callstack002.hs:13:12-16)
+  Main.main.xs (callstack002.hs:18:12-24)
+  Main.CAF (<entire-module>)
 f: 43
 Stack trace:
-  Main.CAF (<entire-module>)
-  Main.main.xs (callstack002.hs:18:12-24)
-  Main.map (callstack002.hs:13:12-16)
-  Main.map.go (callstack002.hs:15:21-34)
-  Main.map.go (callstack002.hs:15:21-23)
   Main.f (callstack002.hs:10:7-43)
+  Main.map.go (callstack002.hs:15:21-23)
+  Main.map.go (callstack002.hs:15:21-34)
+  Main.map (callstack002.hs:13:12-16)
+  Main.main.xs (callstack002.hs:18:12-24)
+  Main.CAF (<entire-module>)
diff --git a/tests/profiling/should_run/callstack002.stdout b/tests/profiling/should_run/callstack002.stdout
index ae605e2..480090d 100644
--- a/tests/profiling/should_run/callstack002.stdout
+++ b/tests/profiling/should_run/callstack002.stdout
@@ -1,9 +1,9 @@
 [84,86]
 Stack trace:
-  Main.CAF (<entire-module>)
-  Main.main.xs (callstack002.hs:18:12-24)
-  Main.map (callstack002.hs:13:12-16)
-  Main.map.go (callstack002.hs:15:21-34)
-  Main.map.go (callstack002.hs:15:21-23)
-  Main.f (callstack002.hs:10:7-43)
   Main.f (callstack002.hs:10:38-42)
+  Main.f (callstack002.hs:10:7-43)
+  Main.map.go (callstack002.hs:15:21-23)
+  Main.map.go (callstack002.hs:15:21-34)
+  Main.map (callstack002.hs:13:12-16)
+  Main.main.xs (callstack002.hs:18:12-24)
+  Main.CAF (<entire-module>)





More information about the Cvs-ghc mailing list