[commit: nofib] master: Revert "Expected output of mandel when run under valgrind" (a599585)
git at git.haskell.org
git at git.haskell.org
Fri Oct 2 11:18:26 UTC 2015
Repository : ssh://git@git.haskell.org/nofib
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/a5995850221d2808cf3f71965f0e8df0f2908ca1/nofib
>---------------------------------------------------------------
commit a5995850221d2808cf3f71965f0e8df0f2908ca1
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Fri Oct 2 13:19:18 2015 +0200
Revert "Expected output of mandel when run under valgrind"
This reverts commit 6480538c4665ad8f3863b1587bf83689dec25422.
The problem was that by setting SRC_RUNTEST_OPTS=-cachegrind, the
setting SRC_RUNTEST_OPTS += -stdout-binary in mandel/Makefile was
overridden, and the binary output was mangled.
The proper thing to do is to enable cachegrind using
EXTRA_RUNTEST_OPTS=-cachegrind. I have updated
https://ghc.haskell.org/trac/ghc/wiki/Building/RunningNoFib
accordingly.
>---------------------------------------------------------------
a5995850221d2808cf3f71965f0e8df0f2908ca1
spectral/mandel/mandel.slowstdout-valgrind | Bin 67566 -> 0 bytes
spectral/mandel/mandel.stdout-valgrind | Bin 67561 -> 0 bytes
2 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/spectral/mandel/mandel.slowstdout-valgrind b/spectral/mandel/mandel.slowstdout-valgrind
deleted file mode 100644
index 944c5f5..0000000
Binary files a/spectral/mandel/mandel.slowstdout-valgrind and /dev/null differ
diff --git a/spectral/mandel/mandel.stdout-valgrind b/spectral/mandel/mandel.stdout-valgrind
deleted file mode 100644
index ff97e56..0000000
Binary files a/spectral/mandel/mandel.stdout-valgrind and /dev/null differ
More information about the ghc-commits
mailing list