diff options
author | Douglas Wilson <douglas.wilson@gmail.com> | 2017-06-08 15:03:44 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-06-08 15:35:59 -0400 |
commit | b10d3f36250d435f9f13079dd9e3ec1ecbb0017f (patch) | |
tree | 2c8e624163fd96358b817c7378722a5695867249 /testsuite/tests/perf/haddock | |
parent | 56ef54444b89b2332abe68ee62d88792f785f5a7 (diff) | |
download | haskell-b10d3f36250d435f9f13079dd9e3ec1ecbb0017f.tar.gz |
Don't pass -dcore-lint to haddock in Haddock.mk
This fixes the regressions in the haddock performance tests introduced
in c9eb4385aad248118650725b7b699bb97ee21c0d.
Reviewers: austin, bgamari
Reviewed By: bgamari
Subscribers: rwbarton, thomie
GHC Trac Issues: #13789
Differential Revision: https://phabricator.haskell.org/D3629
Diffstat (limited to 'testsuite/tests/perf/haddock')
-rw-r--r-- | testsuite/tests/perf/haddock/all.T | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/testsuite/tests/perf/haddock/all.T b/testsuite/tests/perf/haddock/all.T index 47421ce846..64a64491bb 100644 --- a/testsuite/tests/perf/haddock/all.T +++ b/testsuite/tests/perf/haddock/all.T @@ -9,7 +9,7 @@ test('haddock.base', [(platform('x86_64-unknown-mingw32'), 24286343184, 5) # 2017-02-19 24286343184 (x64/Windows) - Generalize kind of (->) - ,(wordsize(64), 27868466432, 5) + ,(wordsize(64), 25173968808, 5) # 2012-08-14: 5920822352 (amd64/Linux) # 2012-09-20: 5829972376 (amd64/Linux) # 2012-10-08: 5902601224 (amd64/Linux) @@ -40,6 +40,7 @@ test('haddock.base', # 2017-02-17: 38425793776 (x86_64/Linux) - Generalize kind of (->) # 2017-02-12: 25592972912 (x86_64/Linux) - Type-indexed Typeable # 2017-06-05: 27868466432 (x86_64/Linux) - Desugar modules compiled with -fno-code + # 2017-06-06: 25173968808 (x86_64/Linux) - Don't pass on -dcore-lint in Haddock.mk ,(platform('i386-unknown-mingw32'), 2885173512, 5) # 2013-02-10: 3358693084 (x86/Windows) @@ -66,7 +67,7 @@ test('haddock.Cabal', [extra_files(['../../../../libraries/Cabal/Cabal/dist-install/haddock.t']), unless(in_tree_compiler(), skip), req_haddock ,stats_num_field('bytes allocated', - [(wordsize(64), 22294859000, 5) + [(wordsize(64), 18753963960 , 5) # 2012-08-14: 3255435248 (amd64/Linux) # 2012-08-29: 3324606664 (amd64/Linux, new codegen) # 2012-10-08: 3373401360 (amd64/Linux) @@ -113,6 +114,7 @@ test('haddock.Cabal', # 2017-02-12: 18865432648 (amd64/Linux) - Type-indexed Typeable # 2017-05-31: 18269309128 (amd64/Linux) - Faster checkFamInstConsistency # 2017-06-05: 22294859000 (amd64/Linux) - Desugar modules compiled with -fno-code + # 2017-06-05: 18753963960 (amd64/Linux) - Don't pass on -dcore-lint in Haddock.mk ,(platform('i386-unknown-mingw32'), 3293415576, 5) # 2012-10-30: 1733638168 (x86/Windows) @@ -136,7 +138,7 @@ test('haddock.compiler', [extra_files(['../../../../compiler/stage2/haddock.t']), unless(in_tree_compiler(), skip), req_haddock ,stats_num_field('bytes allocated', - [(wordsize(64), 65378619232, 10) + [(wordsize(64), 55990521024 , 10) # 2012-08-14: 26070600504 (amd64/Linux) # 2012-08-29: 26353100288 (amd64/Linux, new CG) # 2012-09-18: 26882813032 (amd64/Linux) @@ -156,6 +158,7 @@ test('haddock.compiler', # 2017-02-25: 55777283352 (amd64/Linux) Early inline patch # 2017-05-31: 52762752968 (amd64/Linux) Faster checkFamInstConsistency # 2017-06-05: 65378619232 (amd64/Linux) Desugar modules compiled with -fno-code + # 2017-06-06: 55990521024 (amd64/Linux) Don't pass on -dcore-lint in Haddock.mk ,(platform('i386-unknown-mingw32'), 367546388, 10) # 2012-10-30: 13773051312 (x86/Windows) |