[arch-commits] Commit in ghc/trunk (PKGBUILD)

Thomas Dziedzic tdziedzic at archlinux.org
Mon Jun 11 23:40:45 UTC 2012


    Date: Monday, June 11, 2012 @ 19:40:45
  Author: tdziedzic
Revision: 161494

update comments about testing

Modified:
  ghc/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-11 21:22:56 UTC (rev 161493)
+++ PKGBUILD	2012-06-11 23:40:45 UTC (rev 161494)
@@ -19,7 +19,7 @@
 checkdepends=('python2')
 install='ghc.install'
 # keep this otherwise a lot of tests will show as unexpected failures... need to investigate why using -jn for n > 1 does this...
-options=('!makeflags')
+#options=('!makeflags')
 # missing rtl?
 provides=('haskell-array=0.4.0.0'
           'haskell-base=4.5.1.0'
@@ -112,6 +112,11 @@
 
   # enabling threads to speed up
   # causes more failures than make test, need to investigate
+  # upstream known failures on both i686 and x86_64:
+  #    perf/compiler             parsing001 [stat not good enough] (normal)
+  #    simplCore/should_compile  spec-inline [stderr mismatch] (optasm)
+  # upstream known failures on i686 only:
+  #    numrun012 test fails on i686 works on x86_64 - http://hackage.haskell.org/trac/ghc/ticket/5856
   #make THREADS=9 test
 
   # will most likely cause lots of failures




More information about the arch-commits mailing list