- Jan 12, 2014
-
-
Herbert Valerio Riedel authored
See merge commit 66693401 This commit also adds a check for a left-over testsuite/.git folder to sync-all This way, the first time sync-all is called after updating to a post-testsuite-merge (see #8545) state of ghc.git, the sync-all script aborts with an error message if a `testsuite/.git` folder is detected and thus forces the user to take action. Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
- Sep 04, 2013
-
-
Austin Seipp authored
Under --slow, the DPH tests can take incredible amounts of time to run. And on some platforms, we may not have a fully working linker in order to build DPH etc anyway. So this provides a way to turn it off. This flag is off by default, but should your specify it, you can skip the required 'dph' libraries in a build, should you remove them from the source tree. Signed-off-by:
Austin Seipp <aseipp@pobox.com>
-
- Aug 31, 2013
-
-
Herbert Valerio Riedel authored
This basically turns the comment at the beginning of the `validate` shell script into an interactive `--help` output plus some minor additions.
-
- May 30, 2013
-
-
Ian Lynagh authored
Should help to track down cache-out-of-date problems
-
- Jan 02, 2013
-
-
Ian Lynagh authored
This means that we can use the standard MonadIO class, rather than needing our own copy.
-
- Oct 25, 2012
-
-
Ian Lynagh authored
This makes life easier, as ghc.mk has access to HADDOCK_DOCS and DYNAMIC_BY_DEFAULT, so knows the right way to build it.
-
- May 19, 2012
-
-
Ian Lynagh authored
-
- Mar 09, 2012
-
-
Ian Lynagh authored
It's less precise now, but still good enough for what we need, and this way we don't need to have literal tabs in the file.
-
- Feb 22, 2012
-
-
Ian Lynagh authored
-
- Feb 21, 2012
-
-
Ian Lynagh authored
I've also renamed the bindisttest install directory to contain multiple spaces, so we are also testing that multiple spaces aren't getting collapsed into a single space.
-
- Nov 26, 2011
-
-
Ian Lynagh authored
This makes "make" keep working after a "./validate --fast".
-
- Nov 16, 2011
-
-
Simon Marlow authored
The --fast option now disables the following: - dynamic libs - bindist and bindisttest Which knocks several minutes off validate for me, but it's still over 30 minutes using 5 cores on 64-bit Linux. Usual caveats apply: if you're using --fast, then make sure you aren't doing anything that might destabilise dynamic libs or binary dists.
-
- Aug 08, 2011
-
-
Ian Lynagh authored
We don't actually enable the test yet, but when we do validate will check whether it fails.
-
- Jul 31, 2011
-
-
chak@cse.unsw.edu.au. authored
This reverts commit e44c591c.
-
- Jul 30, 2011
-
-
Ian Lynagh authored
-
- Jul 14, 2011
-
-
Ian Lynagh authored
-
- Jun 26, 2011
-
-
Ian Lynagh authored
-
- Jun 20, 2011
-
-
Simon Peyton Jones authored
for debugging the build system.
-
- Jun 15, 2011
-
-
Ian Lynagh authored
This fixes the ghcpkg05 test failure. (ghc-pkg check was complaining because the mtl docs didn't exist).
-
- May 24, 2011
-
-
Simon Marlow authored
some more tests to run (those with reqlib('mtl')) and serves as an extra sanity check on Cabal and the bindist.
-
- Apr 14, 2011
-
-
Ian Lynagh authored
If we aren't validating and mk/build.mk doesn't exist then boot prints a warning, pointing at instructions for setting up mk/build.mk.
-
- Mar 31, 2011
-
-
Ian Lynagh authored
-
- Jan 16, 2011
-
-
Iavor S. Diatchki authored
-
- Nov 21, 2010
-
-
Ian Lynagh authored
rather then the bootstrapping compiler. This fixes problems where the bootstrapping compiler dynamically links against libraries not on the target machine.
-
- Oct 14, 2010
-
-
Ian Lynagh authored
-
- Oct 07, 2010
-
-
Ian Lynagh authored
-
- Sep 30, 2010
-
-
Ian Lynagh authored
You can now run "make test" in the root, and the fast testsuite will be run with cleaning enabled. It will also put the summary in testsuite_summary.txt.
-
- May 17, 2010
-
-
Ian Lynagh authored
-
- May 08, 2010
-
-
Ian Lynagh authored
-
- Apr 15, 2010
-
-
Ian Lynagh authored
This stops us having to worry about sh/sed/... portability.
-
- Mar 21, 2010
-
-
Ian Lynagh authored
-
- Oct 09, 2009
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- Sep 30, 2009
-
-
Ian Lynagh authored
on Windows, as they are now in-tree
-
- Sep 28, 2009
-
-
Ian Lynagh authored
-
- Sep 21, 2009
-
-
Ian Lynagh authored
Cleaning should always succeed now
-
- Jun 15, 2009
-
-
Simon Marlow authored
-
- May 21, 2009
-
-
Simon Marlow authored
-
- May 14, 2009
-
-
Simon Marlow authored
-
- May 13, 2009
-
-
Simon Marlow authored
-