summaryrefslogtreecommitdiff
path: root/testsuite/config
Commit message (Expand)AuthorAgeFilesLines
* Make and use a req_interp helperIan Lynagh2011-07-131-0/+1
* remove optllvm from other_ways (it is already automatically added toSimon Marlow2011-07-061-1/+1
* test +RTS -G1 for the codeGen/should_run testsSimon Marlow2011-05-241-3/+5
* - remove threaded2_qw way, the -qw flag has been a no-op for a whileSimon Marlow2011-05-111-5/+5
* Remove the optc and profc waysIan Lynagh2011-03-291-9/+3
* add a 'threaded1_ls' way, like threaded1 but with +RTS -lsSimon Marlow2010-12-101-4/+7
* cope if the compiler doesn't tell us the "Global Package DB"Simon Marlow2010-12-031-2/+4
* Add a framework test for the package cache file being modifiedIan Lynagh2010-11-141-0/+2
* Fix reading the --info outputs on WindowsIan Lynagh2010-09-251-0/+2
* Skip some more tests when the compiler is profiledIan Lynagh2010-09-221-0/+1
* Add an if_compiler_profiled helperIan Lynagh2010-09-211-4/+14
* Remove some handling for GHC < 6.9Ian Lynagh2010-09-211-7/+1
* Enable the optllvm way if llvmc is foundSimon Marlow2010-08-231-0/+3
* Add new llvm ways (llvm, optllvm) to testsuiteDavid Terei2010-06-221-1/+6
* Use -fno-warn-deprecated-flags in the optc and profc waysIan Lynagh2010-06-151-2/+2
* Always use -rtsopts when compiling things with GHCIan Lynagh2010-03-141-1/+1
* Allow tests to behave differently depending on whether the compiler is in-treeIan Lynagh2009-12-181-0/+2
* add config.have_shared_libsSimon Marlow2009-11-041-0/+1
* add classes of ways: prof_ways and threaded_waysSimon Marlow2009-10-161-0/+8
* Fixes for spaces in pathsIan Lynagh2009-10-131-1/+2
* the threaded2 way tests event logging tooSimon Marlow2009-09-301-1/+1
* Use +RTS -I0.1 -RTS for ghci testsSimon Marlow2009-09-111-1/+1
* Use the dynamic way if we have a dynamic RTSIan Lynagh2009-08-211-1/+3
* add threaded2_qw way, which is threaded2 with +RTS -qwSimon Marlow2009-08-191-1/+5
* add -no-user-package-conf to GHC command linesSimon Marlow2009-07-241-3/+3
* Tell the testsuite driver where hpc isIan Lynagh2009-05-091-0/+1
* In older compilers, only try to remove the profthreaded way if it existsIan Lynagh2009-01-201-1/+1
* make it so that WAY=profthreaded worksSimon Marlow2008-11-121-5/+6
* Use -fforce-recomp rather than -no-recompIan Lynagh2008-06-141-1/+1
* Pass -dno-debug-output to GHC>=6.9Simon Marlow2008-06-031-0/+3
* enable profthreaded only for GHC 6.9+Simon Marlow2008-02-291-2/+6
* add "profthreaded" as a run waySimon Marlow2008-02-281-0/+4
* Add 'dyn' as WAY (different from 'normal' only by -dynamic)Clemens Fruhwirth2008-02-201-3/+5
* Find compiler version-specific output files automaticallySimon Marlow2008-02-061-1/+1
* Pass -ignore-dot-ghci to GHCiSimon Marlow2007-09-261-1/+1
* Skip the GHCi debugger tests when unregisterised (trac #1545)Ian Lynagh2007-07-181-0/+2
* add the profiling ways to config.other_waysSimon Marlow2007-06-271-1/+3
* add more profiling ways, to test different kinds of heap profileSimon Marlow2007-06-131-2/+12
* remove unreg "way"; unreg is now all-or-nothingSimon Marlow2007-05-251-6/+0
* Allow tests to be skipped based on whether or not the compiler has a tagIan Lynagh2007-04-132-0/+17
* MERGED: Add req_profiling to the driverIan Lynagh2007-03-051-0/+1
* update way names (fix breakage in previous patch to this file)Simon Marlow2007-02-091-4/+4
* now that -O implies -fasm, not -fvia-C, we must explicitly test -fvia-CSimon Marlow2007-01-231-4/+4
* add tests for heap profiles and hp2psravi2006-09-183-0/+6
* Adding a new way for hpcandy2006-10-251-5/+7
* Don't use the threaded2 way when we don't support SMPIan Lynagh2006-08-251-1/+2
* remove smp way, replace threaded with threaded1/threaded2Simon Marlow2006-02-101-10/+7
* [project @ 2006-01-09 10:27:33 by simonmar]simonmar2006-01-091-1/+1
* [project @ 2005-11-11 18:01:50 by ross]ross2005-11-111-0/+1
* [project @ 2005-10-24 10:41:01 by simonmar]simonmar2005-10-241-11/+31