[commit: ghc] wip/14691: Update test suite output due to #14691 (c022a9f)
git at git.haskell.org
git at git.haskell.org
Fri Jan 26 02:42:14 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/14691
Link : http://ghc.haskell.org/trac/ghc/changeset/c022a9f0562ff4b69b6db288d31a2df3bdaad7a6/ghc
>---------------------------------------------------------------
commit c022a9f0562ff4b69b6db288d31a2df3bdaad7a6
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Thu Jan 25 21:41:43 2018 -0500
Update test suite output due to #14691
>---------------------------------------------------------------
c022a9f0562ff4b69b6db288d31a2df3bdaad7a6
testsuite/tests/indexed-types/should_fail/T8129.stdout | 2 +-
testsuite/tests/perf/compiler/all.T | 6 ++++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/testsuite/tests/indexed-types/should_fail/T8129.stdout b/testsuite/tests/indexed-types/should_fail/T8129.stdout
index f2bab63..8a0fb29 100644
--- a/testsuite/tests/indexed-types/should_fail/T8129.stdout
+++ b/testsuite/tests/indexed-types/should_fail/T8129.stdout
@@ -1,3 +1,3 @@
• Could not deduce (C x0 (F x0))
• Could not deduce (C x0 (F x0))
- • Could not deduce (C x0 (F x0))
+ \ \\226\\128\\162 Could not deduce (C x0 (F x0))\n\
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 431b288..257d9b0 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -39,7 +39,7 @@ test('T1969',
# 2013-11-13 17 (x86/Windows, 64bit machine)
# 2015-07-11 21 (x86/Linux, 64bit machine) use +RTS -G1
# 2016-04-06 30 (x86/Linux, 64bit machine)
- (wordsize(64), 61, 20)]),
+ (wordsize(64), 78, 20)]),
# 28 (amd64/Linux)
# 34 (amd64/Linux)
# 2012-09-20 23 (amd64/Linux)
@@ -55,6 +55,7 @@ test('T1969',
# See the comment 16 on #8472.
# 2017-02-17 83 (amd64/Linux) Type-indexed Typeable
# 2017-03-31 61 (amd64/Linux) Fix memory leak in simplifier
+ # 2018-01-25 78 (amd64/Linux) Use CoreExpr for EvTerm
compiler_stats_num_field('max_bytes_used',
[(platform('i386-unknown-mingw32'), 5719436, 20),
# 2010-05-17 5717704 (x86/Windows)
@@ -1213,7 +1214,8 @@ test('Naperian',
compiler_stats_num_field('bytes allocated',
[(platform('x86_64-unknown-mingw32'), 54116696, 10),
# 2017-12-24 54116696 (x64/Windows) - Unknown
- (wordsize(64), 2381935784, 10)])
+ (wordsize(64), 53576760, 10)])
+ # 2018-01-25 53576760 (x64/Linux) - The previous value looked very wrong
],
compile,
[''])
More information about the ghc-commits
mailing list