[commit: ghc] master: Testsuite: fixup comments for T9872d [skip ci] (4848ab9)

git at git.haskell.org git at git.haskell.org
Sun Jun 5 11:51:38 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/4848ab9ce3c4491935888d405412d451294b74ee/ghc

>---------------------------------------------------------------

commit 4848ab9ce3c4491935888d405412d451294b74ee
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date:   Sun Jun 5 13:29:34 2016 +0200

    Testsuite: fixup comments for T9872d [skip ci]
    
    Resolve confusion resulting from:
    * 6746549772c5cc0ac66c0fce562f297f4d4b80a2 (typo in 64 + 32 bit numbers)
    * ae86eb9f72fa7220fe47ac54d6d21395691c1308 (corrects 64 bit number)
    * 1a8d61ca1a54820d2bc30c6a964312faf76d0635 (corrects 32 bit number)


>---------------------------------------------------------------

4848ab9ce3c4491935888d405412d451294b74ee
 testsuite/tests/perf/compiler/all.T | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index a39e6fa..7435a33 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -742,13 +742,13 @@ test('T9872d',
           # 2014-12-18    739189056   Reduce type families even more eagerly
           # 2015-01-07    687562440   TrieMap leaf compression
           # 2015-03-17    726679784   tweak to solver; probably flattens more
+          # 2015-12-11    566134504   TypeInType; see #11196
           # 2016-02-08    534693648   Improved a bit by tyConRolesRepresentational
           # 2016-03-18    506691240   optimize Unify & zonking
            (wordsize(32), 264566040, 5)
           # some date     328810212
           # 2015-07-11    350369584
-          # 2015-12-11    566134504   TypeInType; see #11196
-          # 2016-04-06    264566040   x86/Linux, no idea, opened #11800
+          # 2016-04-06    264566040   x86/Linux
           ]),
       ],
      compile,



More information about the ghc-commits mailing list