| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Testsuite: run tests in /tmp after copying required files | Thomas Miedema | 2016-05-17 | 1 | -0/+3 |
* | Testsuite: make CLEANUP=1 the default (#9758) | Thomas Miedema | 2016-04-30 | 1 | -3/+0 |
* | Testsuite: delete -fesc tests | Thomas Miedema | 2016-04-28 | 1 | -1/+0 |
* | Filter out -prof callstacks from test output (#11521) | Thomas Miedema | 2016-02-23 | 1 | -0/+3 |
* | Testsuite: report and error out on unfound tests | Thomas Miedema | 2015-10-29 | 1 | -1/+2 |
* | Testsuite: by default run all tests for a single way | Thomas Miedema | 2015-09-02 | 1 | -2/+2 |
* | Testsuite: delete remaining only_compiler_types(['ghc']) setups | Thomas Miedema | 2015-07-14 | 1 | -3/+0 |
* | Testsuite: delete unused with_namebase | Thomas Miedema | 2015-07-14 | 1 | -4/+0 |
* | Testsuite: add function compile_timeout_multiplier (#10345) | Thomas Miedema | 2015-06-13 | 1 | -1/+2 |
* | Make validate more quiet | Thomas Miedema | 2015-06-04 | 1 | -1/+10 |
* | Split off stat (benchmark) test failures into a separate section in the test ... | Gintautas Miliauskas | 2014-10-31 | 1 | -0/+2 |
* | Fix #5435, adding new test config check_stdout. | Edward Z. Yang | 2014-04-09 | 1 | -0/+5 |
* | Flag to test suite: SKIP_PERF_TESTS | Joachim Breitner | 2013-10-05 | 1 | -0/+3 |
* | Test driver: Implement different verbosities | Joachim Breitner | 2013-09-20 | 1 | -1/+1 |
* | Test driver: Print total time spent at the end | Joachim Breitner | 2013-09-20 | 1 | -1/+1 |
* | Tweak the brokens list to include the directory the test is in | Ian Lynagh | 2013-02-11 | 1 | -1/+1 |
* | Add 'make list_brokens' | Ian Lynagh | 2013-02-11 | 1 | -0/+6 |
* | Remove unused *_num_fields bindings | Ian Lynagh | 2013-02-07 | 1 | -11/+0 |
* | Add better support for .cmm test files. | Austin Seipp | 2013-01-17 | 1 | -0/+3 |
* | Only run dynamicToo001 if we have both vanilla and dynamic libraries | Ian Lynagh | 2012-12-14 | 1 | -0/+3 |
* | Testsuite fixes for when we only have dynamic libraries | Ian Lynagh | 2012-10-25 | 1 | -0/+3 |
* | Add an outputdir test option | Ian Lynagh | 2012-10-11 | 1 | -0/+3 |
* | Add support for per-test timeout adjustment (timeout_multiplier), and tighten... | Edward Z. Yang | 2012-09-25 | 1 | -0/+3 |
* | Add combined_output option. | Paolo Capriotti | 2012-04-23 | 1 | -1/+3 |
* | add req_smp | Simon Marlow | 2012-02-16 | 1 | -0/+3 |
* | Allow perf bounds to be specified as base + percentage deviation | Simon Marlow | 2012-02-16 | 1 | -0/+12 |
* | Make the compiler_always_flags modifiable on a per-test basis | Simon Marlow | 2012-02-16 | 1 | -0/+5 |
* | Count the number of tests that failed due to reqlib() | Simon Marlow | 2012-01-06 | 1 | -0/+2 |
* | Fix meaning of the only_ways field (fixed cgrun057(normal) in validate) | Simon Marlow | 2011-11-16 | 1 | -4/+4 |
* | allow error message normalisation to be customised | Simon Marlow | 2011-11-09 | 1 | -0/+3 |
* | generalise cmd_prefix to a general function to transform the command | Simon Marlow | 2011-10-18 | 1 | -2/+2 |
* | Rejig how performance test stats are stored | Ian Lynagh | 2011-09-18 | 1 | -2/+2 |
* | Use True/False rather than 1/0 for opts.alone | Ian Lynagh | 2011-08-08 | 1 | -1/+1 |
* | Add support for checking whether files are written by more than one test | Ian Lynagh | 2011-08-07 | 1 | -0/+3 |
* | Testcase for objective-c++ compilation (trac #5150) | Peter Wortmann | 2011-08-06 | 1 | -3/+4 |
* | Make and use a req_interp helper | Ian Lynagh | 2011-07-13 | 1 | -0/+3 |
* | Tests for trac #5025. | Austin Seipp | 2011-04-03 | 1 | -2/+3 |
* | Fix the ffi002 test | Ian Lynagh | 2010-04-28 | 1 | -0/+3 |
* | Add clean_cmd to the testsuite, and use it in bug1465 | Ian Lynagh | 2009-12-19 | 1 | -0/+3 |
* | Add pre-command support to the testsuite, and fix annrun01 by using it | Ian Lynagh | 2009-12-19 | 1 | -0/+3 |
* | Allow tests to behave differently depending on whether the compiler is in-tree | Ian Lynagh | 2009-12-18 | 1 | -0/+3 |
* | Gather all tests at once, rather than doing them directory by directory | Ian Lynagh | 2009-11-28 | 1 | -0/+3 |
* | grab the target architecture from GHC, and add an if_arch() test | Simon Marlow | 2009-11-24 | 1 | -0/+1 |
* | add config.have_shared_libs | Simon Marlow | 2009-11-04 | 1 | -0/+3 |
* | Add support for compiler -t stats | Ian Lynagh | 2009-04-04 | 1 | -1/+2 |
* | Improve the testsuite driver support for -t stats, and enhance space_leak_001 | Ian Lynagh | 2009-04-03 | 1 | -5/+7 |
* | Add a space leak test, and some infrastructure for checking space usage | Ian Lynagh | 2008-11-23 | 1 | -0/+6 |
* | Simplify, and correct, the code for determining whether we should use threads | Ian Lynagh | 2008-06-12 | 1 | -1/+1 |
* | Add if_os, and change derefnull/divbyzero to use it | Ian Lynagh | 2008-04-20 | 1 | -0/+1 |
* | Find compiler version-specific output files automatically | Simon Marlow | 2008-02-06 | 1 | -0/+1 |