[Git][ghc/ghc][wip/andreask/bump_integer-gmp] 2 commits: Expect T4267 to pass

Andreas Klebinger gitlab at gitlab.haskell.org
Mon Mar 30 20:42:01 UTC 2020



Andreas Klebinger pushed to branch wip/andreask/bump_integer-gmp at Glasgow Haskell Compiler / GHC


Commits:
f024b6e3 by Sylvain Henry at 2020-03-30T12:48:39+02:00
Expect T4267 to pass

Since 54250f2d8de910b094070c1b48f086030df634b1 we expected T4267 to
fail, but it passes on CI.

- - - - -
77eaf0a7 by Ben Gamari at 2020-03-30T16:41:57-04:00
integer-gmp: Bump version and add changelog entry

- - - - -


3 changed files:

- libraries/integer-gmp/changelog.md
- libraries/integer-gmp/integer-gmp.cabal
- testsuite/tests/perf/should_run/all.T


Changes:

=====================================
libraries/integer-gmp/changelog.md
=====================================
@@ -1,5 +1,11 @@
 # Changelog for [`integer-gmp` package](http://hackage.haskell.org/package/integer-gmp)
 
+## 1.0.3.0 *January 2019*
+
+  * Bundled with GHC 8.10.1
+
+  * Documentation changes
+
 ## 1.0.2.0 *April 2018*
 
   * Bundled with GHC 8.4.2


=====================================
libraries/integer-gmp/integer-gmp.cabal
=====================================
@@ -1,6 +1,6 @@
 cabal-version:       2.0
 name:                integer-gmp
-version:             1.0.2.0
+version:             1.0.3.0
 
 synopsis:            Integer library based on GMP
 license:             BSD3


=====================================
testsuite/tests/perf/should_run/all.T
=====================================
@@ -233,8 +233,7 @@ test('T5949',
      ['-O'])
 
 test('T4267',
-     [expect_broken(4267),
-      collect_stats('bytes allocated',10),
+     [collect_stats('bytes allocated',10),
       only_ways(['normal'])],
       compile_and_run,
       ['-O'])



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/904b9a8bc03d74f1a700d667921a6c29ec5e9bc2...77eaf0a7a236bc812d210e912eb52c77de5acb2b

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/904b9a8bc03d74f1a700d667921a6c29ec5e9bc2...77eaf0a7a236bc812d210e912eb52c77de5acb2b
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200330/f50977a1/attachment.html>


More information about the ghc-commits mailing list