summaryrefslogtreecommitdiff
path: root/testsuite/driver
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of http://darcs.haskell.org/testsuiteIan Lynagh2011-10-182-17/+23
|\
| * generalise cmd_prefix to a general function to transform the commandSimon Marlow2011-10-182-17/+23
* | Get rid of the multisrc* test typesIan Lynagh2011-10-181-15/+2
* | Catch any uncaught exceptions in test_common_workIan Lynagh2011-10-181-89/+92
|/
* Have multi[src,mod] test ways clean up after themselves.David Terei2011-10-111-0/+6
* add a test for foreign imports in GHCiSimon Marlow2011-10-061-0/+3
* Driver: define config.libdir for tests to useIan Lynagh2011-10-051-1/+1
* Tell python to let us use the "with X:" syntaxIan Lynagh2011-09-251-8/+4
* Don't use "with lock" syntax in the driverIan Lynagh2011-09-241-1/+8
* Rejig how performance test stats are storedIan Lynagh2011-09-182-8/+12
* Don't clean tests that we aren't runningIan Lynagh2011-09-051-7/+8
* Improve check-files-written modeIan Lynagh2011-09-041-20/+48
* Improve the check-files-written testsuite driver codeIan Lynagh2011-09-041-17/+23
* Check explicitly for writes to ghci_historyIan Lynagh2011-09-011-4/+16
* Improve the check-files-written testsuite driver functionalityIan Lynagh2011-09-011-21/+68
* Use True/False rather than 1/0 for opts.aloneIan Lynagh2011-08-082-2/+2
* Add support for checking whether files are written by more than one testIan Lynagh2011-08-073-9/+130
* Testcase for objective-c++ compilation (trac #5150)Peter Wortmann2011-08-062-3/+9
* Fix a framework failure on Windows when accepting output, and allowSimon Marlow2011-08-031-13/+8
* support globbing in extra_clean([...])Simon Marlow2011-08-031-4/+5
* fix a bug in displaying diffs when there is no expected outputSimon Marlow2011-07-201-2/+2
* When the output files differ, present the diffs between the *actual*Simon Marlow2011-07-201-4/+10
* Fix a driver problem with older versions of pythonIan Lynagh2011-07-191-1/+3
* Fix some (significant!) white spaceIan Lynagh2011-07-141-1/+1
* Remove used of python 2.5 featureDavid Terei2011-07-141-12/+15
* Make and use a req_interp helperIan Lynagh2011-07-132-0/+7
* Handle missing stderr filesIan Lynagh2011-07-131-3/+10
* Clean .comp.stats filesIan Lynagh2011-07-081-1/+1
* Improvements to testsuite to allow more complex testsDavid Terei2011-07-061-55/+103
* Fix spurious failure in ghcpkg05 in the nightly buildSimon Marlow2011-06-281-3/+3
* Expect 4006 to fail on msysIan Lynagh2011-06-232-0/+20
* Print the reason tests fail in the testsuite summary (#5024)Ian Lynagh2011-06-171-6/+36
* When tests return 'fail', return a 'reason' tooIan Lynagh2011-06-171-38/+52
* Show directories in testsuite summary; partially fixes #5024Ian Lynagh2011-06-151-21/+28
* Fix bug in mutlisrc compile not picking up compilation errors.David Terei2011-06-141-1/+3
* Add test for new ghc mem* prim opsDavid Terei2011-05-311-9/+24
* Tests for trac #5025.Austin Seipp2011-04-032-2/+8
* cope if the compiler doesn't tell us the "Global Package DB"Simon Marlow2010-12-031-10/+12
* Add a framework test for the package cache file being modifiedIan Lynagh2010-11-141-1/+17
* Add 'unless_os' testlib helperIan Lynagh2010-11-101-0/+6
* Add a test for #4255: can't use TH with a profiled compilerIan Lynagh2010-09-221-0/+6
* Add an if_compiler_profiled helperIan Lynagh2010-09-211-0/+6
* when calling ghc-pkg for reqlib(), add --no-user-package-confSimon Marlow2010-09-201-1/+1
* speedup testsuite driver startup on Windows/OSXSimon Marlow2010-09-151-25/+27
* Remove some errmsg normalisation (removing paths from filenames)Ian Lynagh2010-08-081-3/+0
* Move the ctypes import in the driverIan Lynagh2010-05-181-1/+1
* Fix running dyn tests on OS XIan Lynagh2010-05-031-17/+18
* Make the dynlib tests work on WindowsIan Lynagh2010-05-032-1/+49
* Fix the ffi002 testIan Lynagh2010-04-282-1/+17
* Fix running the testsuite on msysIan Lynagh2010-04-121-2/+10