[commit: testsuite] master: print035 now passes (see #7382) (22eccb7)
git at git.haskell.org
git at git.haskell.org
Wed Aug 14 07:43:57 CEST 2013
Repository : ssh://git@git.haskell.org/testsuite
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/22eccb7edb86e0ad4e7a6e8c2064cd0632df96a3/testsuite
>---------------------------------------------------------------
commit 22eccb7edb86e0ad4e7a6e8c2064cd0632df96a3
Author: Austin Seipp <aseipp at pobox.com>
Date: Wed Aug 14 00:37:15 2013 -0500
print035 now passes (see #7382)
Signed-off-by: Austin Seipp <aseipp at pobox.com>
>---------------------------------------------------------------
22eccb7edb86e0ad4e7a6e8c2064cd0632df96a3
tests/ghci.debugger/scripts/all.T | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/tests/ghci.debugger/scripts/all.T b/tests/ghci.debugger/scripts/all.T
index eaae14f..ca5c9a1 100644
--- a/tests/ghci.debugger/scripts/all.T
+++ b/tests/ghci.debugger/scripts/all.T
@@ -36,10 +36,8 @@ test('print032', normal, ghci_script, ['print032.script'])
test('print033', normal, ghci_script, ['print033.script'])
test('print034', normal, ghci_script, ['print034.script'])
test('print035',
- [when(ghci_dynamic(), expect_broken(7326)),
- extra_clean(['../Unboxed.hi', '../Unboxed.o'])],
- ghci_script,
- ['print035.script'])
+ [extra_clean(['../Unboxed.hi', '../Unboxed.o'])],
+ ghci_script, ['print035.script'])
test('break001', normal, ghci_script, ['break001.script'])
test('break002', normal, ghci_script, ['break002.script'])
More information about the ghc-commits
mailing list