Date: Friday, March 16, 2012 @ 14:35:54
  Author: tdziedzic
Revision: 153628

add !makeflags to fix lots of tests, todo: figure out wtf

Modified:
  ghc/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2012-03-16 18:24:30 UTC (rev 153627)
+++ PKGBUILD    2012-03-16 18:35:54 UTC (rev 153628)
@@ -19,6 +19,8 @@
 checkdepends=('python2')
 install='ghc.install'
 groups=('haskell')
+# 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')
 # missing rtl?
 provides=('haskell-array=0.4.0.0'
           'haskell-base=4.5.0.0'
@@ -96,7 +98,8 @@
   sed -e 's_#!/usr/bin/env python_&2_' -i testsuite/timeout/calibrate 
testsuite/timeout/timeout.py
 
   # note: there is one test failure on i686 only: 
http://hackage.haskell.org/trac/ghc/ticket/5856
-  make THREADS=9 test
+  #make THREADS=9 test
+  make test
   # might be some failures
   #make fulltest
 }

Reply via email to