summaryrefslogtreecommitdiff
path: root/testsuite/driver/runtests.py
Commit message (Expand)AuthorAgeFilesLines
* Python 3 support, second attempt (Trac #9184)Krzysztof Gogolewski2014-10-191-28/+39
* Extend windows detection in testsuite to recognize MSYS targetGintautas Miliauskas2014-10-111-2/+2
* Fallback to `ctypes.cdll` if `ctypes.windll` unavailableGintautas Miliauskas2014-10-111-6/+4
* Revert "Basic Python 3 support for testsuite driver (Trac #9184)"Krzysztof Gogolewski2014-10-031-39/+28
* Basic Python 3 support for testsuite driver (Trac #9184)Krzysztof Gogolewski2014-10-011-28/+39
* Revert "Fix a couple test failures encountered when building on Windows"Austin Seipp2014-09-011-4/+1
* Fix a couple test failures encountered when building on WindowsAustin Seipp2014-09-011-1/+4
* New testsuite verbosity level 4Joachim Breitner2014-07-141-2/+2
* Detect msys2 via uname (different to msys)Simon Peyton Jones2013-11-121-1/+4
* Flag to test suite: SKIP_PERF_TESTSJoachim Breitner2013-10-051-0/+4
* Test driver: Implement different verbositiesJoachim Breitner2013-09-201-1/+9
* Test driver: Print total time spent at the endJoachim Breitner2013-09-201-5/+2
* Tweak the brokens list to include the directory the test is inIan Lynagh2013-02-111-1/+1
* Print a warning if we get framework failures when listing brokensIan Lynagh2013-02-111-0/+6
* Add 'make list_brokens'Ian Lynagh2013-02-111-20/+25
* Pass the test name to the test optionsIan Lynagh2013-02-071-3/+0
* When the testsuite is ^Ced, print the summary anywayIan Lynagh2013-02-021-0/+4
* Revert "fix runtests to set LD_LIBRARY_PATH environment variable."Ian Lynagh2013-01-251-26/+22
* fix runtests to set LD_LIBRARY_PATH environment variable.David Terei2013-01-241-22/+26
* Run all the 'alone' tests at the end of the testsuite runIan Lynagh2012-10-111-1/+4
* Fix a testsuite driver failure on cygwinIan Lynagh2012-05-221-0/+11
* Change how we detect whether the terminal is cygwin or msysIan Lynagh2012-05-011-9/+9
* Disable threads with python 2.7.2.Paolo Capriotti2012-03-061-0/+6
* cleaning of testsuiteDavid Terei2011-11-151-4/+0
* Driver: define config.libdir for tests to useIan Lynagh2011-10-051-1/+1
* Add support for checking whether files are written by more than one testIan Lynagh2011-08-071-0/+5
* Expect 4006 to fail on msysIan Lynagh2011-06-231-0/+8
* speedup testsuite driver startup on Windows/OSXSimon Marlow2010-09-151-25/+27
* 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-031-1/+33
* Fix running the testsuite on msysIan Lynagh2010-04-121-2/+10
* Use the UTF8 codepage when running on WindowsIan Lynagh2010-03-191-22/+33
* Gather all tests at once, rather than doing them directory by directoryIan Lynagh2009-11-281-22/+13
* Fix setting of utf8 locale on Mac OS XManuel M T Chakravarty2009-11-121-1/+1
* Don't use threads on WindowsIan Lynagh2009-10-281-17/+22
* wibbles to setting LC_ALL, trying to fix buildbot test failuresSimon Marlow2009-09-291-2/+3
* Fix runtests.py for Python 2.6.1Manuel M T Chakravarty2009-09-171-3/+5
* Look at whether we already have a UTF8 locale, before trying to find oneIan Lynagh2009-06-111-9/+14
* Try and find a utf8 locale to useIan Lynagh2009-06-101-0/+16
* Fix trac #3091: the driver was choking on python versions containing lettersIan Lynagh2009-03-201-3/+7
* Simplify, and correct, the code for determining whether we should use threadsIan Lynagh2008-06-121-0/+1
* Refuse to use threads unless python version >= 2.5.2Ian Lynagh2008-06-111-1/+12
* Be more consistent in printing about framework failuresIan Lynagh2007-11-231-1/+1
* Set os.environ['TERM'] = 'vt100' before running testsIan Lynagh2007-09-061-0/+5
* count a syntax error in a .T file as a framework failureSimon Marlow2007-08-231-0/+1
* clean up the extra_ways machinerySimon Marlow2007-06-271-2/+4
* Allow tests to be skipped based on whether or not the compiler has a tagIan Lynagh2007-04-131-0/+3
* Calibrate the testsuite timeout if a value of -1 is givenIan Lynagh2007-04-051-0/+6
* Time how long is spent on each .T fileIan Lynagh2007-03-311-0/+15