From 16514f272fb42af6e9c7674a9bd6c9dce369231f Mon Sep 17 00:00:00 2001 From: David Terei Date: Wed, 20 Jul 2011 11:09:03 -0700 Subject: Move tests from tests/ghc-regress/* to just tests/* --- .../tests/ghci.debugger/scripts/hist001.stdout | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 testsuite/tests/ghci.debugger/scripts/hist001.stdout (limited to 'testsuite/tests/ghci.debugger/scripts/hist001.stdout') diff --git a/testsuite/tests/ghci.debugger/scripts/hist001.stdout b/testsuite/tests/ghci.debugger/scripts/hist001.stdout new file mode 100644 index 0000000000..68e05cc076 --- /dev/null +++ b/testsuite/tests/ghci.debugger/scripts/hist001.stdout @@ -0,0 +1,31 @@ +Breakpoint 0 activated at ../Test3.hs:1:14-15 +[2,3Stopped at ../Test3.hs:1:14-15 +_result :: [a] = _ +-1 : mymap (../Test3.hs:(1,1)-(2,31)) +-2 : mymap (../Test3.hs:2:22-31) +-3 : mymap (../Test3.hs:2:18-20) +-4 : mymap (../Test3.hs:2:18-31) +-5 : mymap (../Test3.hs:(1,1)-(2,31)) +-6 : mymap (../Test3.hs:2:22-31) +-7 : mymap (../Test3.hs:2:18-20) +-8 : mymap (../Test3.hs:2:18-31) +-9 : mymap (../Test3.hs:(1,1)-(2,31)) + +Logged breakpoint at ../Test3.hs:(1,1)-(2,31) +_result :: [a] +_result :: [a] = _ +Logged breakpoint at ../Test3.hs:2:22-31 +_result :: [a] +f :: t -> a +xs :: [t] +_result :: [a] = _ +f :: t -> a = _ +xs :: [t] = [] +*** Ignoring breakpoint +_result = [] +Logged breakpoint at ../Test3.hs:2:18-20 +_result :: a +f :: Integer -> a +x :: Integer +Logged breakpoint at ../Test3.hs:2:22-31 +_result :: [a] -- cgit v1.2.1