This test keeps wobbling because a unique id shows up in the pretty-printed Template Haskell output.
Maybe it's a poorly designed test; or maybe there should be a way of suppressing these uniques. I'm not sure. It'd be great if someone wanted to take a look Simon | -----Original Message----- | From: ghc-commits [mailto:[email protected]] On Behalf Of | [email protected] | Sent: 10 March 2015 14:28 | To: [email protected] | Subject: [commit: ghc] ghc-7.10: fixup T10019 output yet again (9f19723) | | Repository : ssh://[email protected]/ghc | | On branch : ghc-7.10 | Link : | http://ghc.haskell.org/trac/ghc/changeset/9f19723668b5ef012841012406d1ea4 | 2b618fb69/ghc | | >--------------------------------------------------------------- | | commit 9f19723668b5ef012841012406d1ea42b618fb69 | Author: Herbert Valerio Riedel <[email protected]> | Date: Tue Mar 10 15:25:59 2015 +0100 | | fixup T10019 output yet again | | | >--------------------------------------------------------------- | | 9f19723668b5ef012841012406d1ea42b618fb69 | testsuite/tests/th/T10019.stdout | 2 +- | 1 file changed, 1 insertion(+), 1 deletion(-) | | diff --git a/testsuite/tests/th/T10019.stdout | b/testsuite/tests/th/T10019.stdout | index 350338c..6345930 100644 | --- a/testsuite/tests/th/T10019.stdout | +++ b/testsuite/tests/th/T10019.stdout | @@ -1 +1 @@ | -"DataConI Ghci1.Some (ForallT [KindedTV a_1627391549 StarT] [] (AppT | (AppT ArrowT (VarT a_1627391549)) (AppT (ConT Ghci1.Option) (VarT | a_1627391549)))) Ghci1.Option (Fixity 9 InfixL)" | +"DataConI Ghci1.Some (ForallT [KindedTV a_1627391544 StarT] [] (AppT | (AppT ArrowT (VarT a_1627391544)) (AppT (ConT Ghci1.Option) (VarT | a_1627391544)))) Ghci1.Option (Fixity 9 InfixL)" | | _______________________________________________ | ghc-commits mailing list | [email protected] | http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-commits _______________________________________________ ghc-devs mailing list [email protected] http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
