summaryrefslogtreecommitdiff
path: root/testsuite/mk
Commit message (Expand)AuthorAgeFilesLines
...
* Testsuite: delete check_files_writtenThomas Miedema2016-05-241-4/+0
* Testsuite: don't warn when mk/ghcconfig_* hasn't been created yetThomas Miedema2016-05-181-1/+1
* Testsuite: delete old cleanup code (#11980)Thomas Miedema2016-05-171-6/+0
* Testsuite: make CLEANUP=1 the default (#9758)Thomas Miedema2016-04-301-6/+13
* Only add -fshow-warning-groups for ghc >= 7.11 (#10752)Thomas Miedema2016-02-291-1/+2
* Default to -fno-show-warning-groups (re #10752)Herbert Valerio Riedel2016-02-271-1/+1
* Testsuite: Introduce config.plugin_way_flags.Thomas Miedema2016-02-251-0/+13
* Testsuite: MAKEFLAGS is magic, do not unexport itThomas Miedema2016-02-232-2/+70
* unexport MAKEFLAGS when running tests (#11569)Thomas Miedema2016-02-201-0/+2
* Testsuite: allow spaces in TEST_HC passed in by the userThomas Miedema2015-12-171-17/+13
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-072-0/+5
* Tweak settings for LLVM testsErik de Castro Lopo2015-11-041-2/+2
* Testsuite: suggest quoting $(TEST_HC)Thomas Miedema2015-10-301-8/+53
* Provide a utility to check API AnnotationsAlan Zimmerman2015-10-251-0/+2
* Testsuite: only add -fno-warn-missed-specialisations for ghc>=7.11Thomas Miedema2015-10-042-0/+8
* Testsuite: by default run all tests for a single wayThomas Miedema2015-09-021-6/+14
* Testsuite: don't warn about missing specialisationsThomas Miedema2015-09-021-0/+4
* Travis: prevent 10' no output, by setting VERBOSE=2Thomas Miedema2015-08-171-4/+0
* Build system: unset HADDOCK when haddock is not foundThomas Miedema2015-06-211-2/+2
* Revert "The test runner now also works under the msys-native Python."Thomas Miedema2015-06-091-0/+2
* Make validate more quietThomas Miedema2015-06-041-2/+6
* Build system: always use `make -r`Thomas Miedema2015-05-301-0/+7
* Build system: check $CLEANING instead of $MAKECMDGOALSThomas Miedema2015-05-301-0/+1
* Testdriver: do not interfer with MinGW path magic (#10449)Thomas Miedema2015-05-281-11/+17
* testsuite: handle missing stats files gracefully (#10305)Thomas Miedema2015-05-232-7/+19
* Cleanup test framework string formattingThomas Miedema2015-03-111-6/+10
* Don't assume tools are in same directory as ghc in some casesPhil Ruffwind2015-03-071-5/+18
* `make test` in root directory now runs fulltestThomas Miedema2015-03-021-1/+1
* Enabled warn on tabs by default (fixes #9230)Mateusz Lenik2014-10-211-0/+8
* testsuite: disable gcc's warnings about casts of incompatible prototypes in U...Sergei Trofimovich2014-08-231-0/+7
* test.mk: Be liberal in accepting GHC_PKG outputJoachim Breitner2014-05-231-1/+1
* Flag to test suite: SKIP_PERF_TESTSJoachim Breitner2013-10-051-0/+4
* Test driver: Implement different verbositiesJoachim Breitner2013-09-201-0/+4
* New and improved tests for #5435. Linux only at the moment.Edward Z. Yang2013-09-161-0/+8
* Improve the testsuite's LLVM detectionIan Lynagh2013-06-202-1/+7
* Add a test for #7859Ian Lynagh2013-06-041-0/+4
* Change how we detect what library ways are availableIan Lynagh2013-05-121-4/+4
* Fix library way detection; fixes the ImpSafeOnly* tests when BINDIST=YESIan Lynagh2013-05-101-3/+3
* Tidy up the driver slightlyIan Lynagh2013-05-101-1/+1
* Fix library flavor detection for the validate script as wellGabor Pali2013-04-211-3/+3
* Fix detection of library flavors on FreeBSDGabor Pali2013-04-211-3/+3
* Fix tests for dynamic ghcIan Lynagh2013-03-153-0/+19
* Add 'make list_brokens'Ian Lynagh2013-02-111-0/+10
* Handles TEST_HC=c:/... on WindowsIan Lynagh2013-01-261-2/+14
* Only run dynamicToo001 if we have both vanilla and dynamic librariesIan Lynagh2012-12-141-1/+8
* Use python2 if it exists. Based on a patch from michalt. Fixes #7333.Ian Lynagh2012-11-301-0/+3
* Add if_compiler_debugged to testsuite driverIan Lynagh2012-11-102-0/+3
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//testsuiteIan Lynagh2012-10-301-24/+40
|\
| * fix HAVE_VANILLA when we have both static profiling and vanilla libsSimon Marlow2012-10-301-1/+1
| * make it optional to have DynamicByDefault, to support older GHCsSimon Marlow2012-10-301-24/+40