[commit: ghc] master: Testsuite: mark qq007 and qq008 expect_broken(#10047) (cbb4d78)
git at git.haskell.org
git at git.haskell.org
Sat Jul 18 18:56:22 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/cbb4d7887e6ff039c9a482178435a688b4c5d4f8/ghc
>---------------------------------------------------------------
commit cbb4d7887e6ff039c9a482178435a688b4c5d4f8
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Sat Jul 18 20:55:24 2015 +0200
Testsuite: mark qq007 and qq008 expect_broken(#10047)
This fixes the wrong ticket number in
16a87397295fa92bcbe7a2c6277f938622b93969 (#10181).
>---------------------------------------------------------------
cbb4d7887e6ff039c9a482178435a688b4c5d4f8
testsuite/tests/quasiquotation/qq007/test.T | 2 +-
testsuite/tests/quasiquotation/qq008/test.T | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/testsuite/tests/quasiquotation/qq007/test.T b/testsuite/tests/quasiquotation/qq007/test.T
index ce1b0ff..d9a2df3 100644
--- a/testsuite/tests/quasiquotation/qq007/test.T
+++ b/testsuite/tests/quasiquotation/qq007/test.T
@@ -2,7 +2,7 @@ test('qq007',
[when(fast(), skip),
extra_clean(['QQ.hi', 'QQ.o', 'Test.hi', 'Test.o']),
pre_cmd('$MAKE -s --no-print-directory TH_QQ'),
- expect_broken(10181),
+ expect_broken(10047),
],
multimod_compile,
['Test', '-v0'])
diff --git a/testsuite/tests/quasiquotation/qq008/test.T b/testsuite/tests/quasiquotation/qq008/test.T
index b1bc5d2..5bdd2a9 100644
--- a/testsuite/tests/quasiquotation/qq008/test.T
+++ b/testsuite/tests/quasiquotation/qq008/test.T
@@ -2,7 +2,7 @@ test('qq008',
[when(fast(), skip),
extra_clean(['QQ.hi', 'QQ.o', 'Test.hi', 'Test.o']),
pre_cmd('$MAKE -s --no-print-directory TH_QQ'),
- expect_broken(10181),
+ expect_broken(10047),
],
multimod_compile,
['Test', '-v0'])
More information about the ghc-commits
mailing list