Ben, Manuel & co:

The DPH tests are failing some ways on my x86_64/Linux box:

On 05/10/2010 00:38, GHC Build Reports wrote:
Unexpected failures:
    dph-dotp-fast(threaded2)
    dph-dotp-opt(threaded2)
    dph-primespj-fast(threaded2)
    dph-primespj-opt(threaded2)
    dph-quickhull-fast(threaded2)
    dph-quickhull-opt(threaded2)
    dph-smvm(normal,threaded1,threaded2)
    dph-sumnats(threaded2)

The threaded2 failures look like this:

=====> dph-quickhull-opt(threaded2) 1050 of 2617 [1, 1, 0]
cd ./dph/quickhull && '/64playpen/simonmar/nightly/HEAD-cam-04-unx/x86_64-unknown-linux/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o dph-quickhull-opt Main -O -threaded -eventlog -Odph -funfolding-use-threshold30 -funbox-strict-fields -fcpr-off -package dph-par -package dph-prim-par >dph-quickhull-opt.comp.stderr 2>&1 cd ./dph/quickhull && ./dph-quickhull-opt +RTS -N2 -ls -RTS </dev/null >dph-quickhull-opt.run.stdout 2>dph-quickhull-opt.run.stderr
Wrong exit code (expected 0 , actual 1 )
Stdout:

Stderr:
dph-quickhull-opt: libraries/vector/Data/Vector/Generic.hs:1648 (copy): length mismatch

dph-quickhull-opt: thread blocked indefinitely in an MVar operation

*** unexpected failure for dph-quickhull-opt(threaded2)


and the dph-smvm test is failing like this for all ways:

=====> dph-smvm(normal) 1061 of 2617 [1, 8, 0]
cd ./dph/smvm && '/64playpen/simonmar/nightly/HEAD-cam-04-unx/x86_64-unknown-linux/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o dph-smvm Main -Odph -package dph-par -package dph-prim-par >dph-smvm.comp.stderr 2>&1
Compile failed (status 256) errors were:
[1 of 2] Compiling SMVMVect         ( SMVMVect.hs, SMVMVect.o )
[2 of 2] Compiling Main             ( Main.hs, Main.o )

Main.hs:26:32: Not in scope: type constructor or class `U.:*:'

*** unexpected failure for dph-smvm(normal)


Cheers,
        Simon

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to