summaryrefslogtreecommitdiff
path: root/testsuite/config
Commit message (Expand)AuthorAgeFilesLines
* Revert "Basic Python 3 support for testsuite driver (Trac #9184)"Krzysztof Gogolewski2014-10-031-9/+13
* Basic Python 3 support for testsuite driver (Trac #9184)Krzysztof Gogolewski2014-10-011-13/+9
* testsuite: add list of llvm_waysReid Barton2014-08-091-0/+4
* Remove external coreAustin Seipp2014-05-031-6/+1
* Fix the testsuite config to allow running with GHC 7.6Ian Lynagh2013-04-201-4/+13
* Fix a framework error when using a non-dynamic GHCIan Lynagh2013-03-191-0/+1
* Fix tests for dynamic ghcIan Lynagh2013-03-151-0/+14
* Use .hpc.<testname> for the hpc directoryIan Lynagh2013-01-241-5/+5
* Only run dynamicToo001 if we have both vanilla and dynamic librariesIan Lynagh2012-12-141-0/+3
* Add if_compiler_debugged to testsuite driverIan Lynagh2012-11-101-0/+2
* Don't enable the "static" way if we don't have vanilla librariesIan Lynagh2012-11-021-1/+1
* Testsuite fixes for when we only have dynamic librariesIan Lynagh2012-10-251-0/+3
* ghcilink001 is expected to fail when ghci is dynamicIan Lynagh2012-10-121-1/+2
* Use -shared for the prof waysIan Lynagh2012-10-091-11/+11
* Driver: Define have_shared_libs correctlyIan Lynagh2012-10-051-1/+3
* Don't use the dyn way if we're dynamic by defaultIan Lynagh2012-10-041-4/+4
* Add a -static way, enabled only if dynlibs are used by defaultIan Lynagh2012-10-031-0/+5
* Add bunch of llvm ways for testing purposes.David Terei2012-10-011-3/+20
* Fix handling of optllvm wayDavid Terei2012-06-251-1/+1
* Add optllvm as allowed way in testsuiteDavid M Peixotto2012-02-161-1/+1
* add req_smpSimon Marlow2012-02-161-0/+1
* Fix debugllvm WAYDavid Terei2011-12-051-1/+1
* posix009: omit threaded waysSimon Marlow2011-12-011-1/+1
* defined prof_ways, threaded_ways and opt_ways automaticallySimon Marlow2011-11-291-18/+25
* Define the GHC "compiler_always_flags" in make; fixes trac #5213Ian Lynagh2011-11-171-1/+1
* cleaning of testsuiteDavid Terei2011-11-152-21/+2
* only add -fno-ghci-history if GHC >= 7.3Simon Marlow2011-11-071-1/+6
* add an unoptimised profiled way ('prof')Simon Marlow2011-11-021-4/+7
* profasm does not require the NCG any moreSimon Marlow2011-11-021-3/+2
* Driver: define config.libdir for tests to useIan Lynagh2011-10-051-0/+3
* Don't clean tests that we aren't runningIan Lynagh2011-09-051-0/+1
* Use -fno-ghci-history when running testsIan Lynagh2011-09-011-1/+1
* Formatting fixesDavid Terei2011-08-201-76/+74
* Add debugllvm targetDavid Terei2011-08-201-1/+3
* 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