| Commit message (Expand) | Author | Age | Files | Lines |
* | testsuite: Don't fail if "target has RTS linker" field is missing | Reid Barton | 2017-01-20 | 1 | -1/+4 |
* | Testsuite: Skip failing tests on PowerPC 64-bit | Peter Trommler | 2016-12-27 | 1 | -0/+3 |
* | Run some tests with -fexternal-interpreter -prof | Simon Marlow | 2016-12-17 | 1 | -1/+3 |
* | Overhaul of Compact Regions (#12455) | Simon Marlow | 2016-12-07 | 1 | -0/+3 |
* | Support SCC pragmas in declaration context | Ömer Sinan Ağacan | 2016-07-20 | 1 | -0/+2 |
* | Run all TH tests with -fexternal-interpreter (#12219) | Simon Marlow | 2016-06-24 | 1 | -1/+4 |
* | Testsuite: delete dead code + cleanup | Thomas Miedema | 2016-06-20 | 1 | -51/+13 |
* | Testsuite: *do* replace backslashes in config.libdir | Thomas Miedema | 2016-06-20 | 1 | -1/+34 |
* | Testsuite: run tests in <testdir>.run instead of /tmp | Thomas Miedema | 2016-06-18 | 1 | -1/+0 |
* | NUMA support | Simon Marlow | 2016-06-10 | 1 | -1/+5 |
* | Fix: #12084 deprecate old profiling flags | Seraphime Kirkovski | 2016-05-24 | 1 | -11/+11 |
* | Testsuite: delete old cleanup code (#11980) | Thomas Miedema | 2016-05-17 | 1 | -1/+0 |
* | Testsuite: make CLEANUP=1 the default (#9758) | Thomas Miedema | 2016-04-30 | 1 | -0/+1 |
* | Testsuite: delete -fesc tests | Thomas Miedema | 2016-04-28 | 1 | -4/+3 |
* | Testsuite: for tests that use TH, omit *all* prof_ways | Thomas Miedema | 2016-02-25 | 1 | -1/+1 |
* | Testsuite: Introduce config.plugin_way_flags. | Thomas Miedema | 2016-02-25 | 1 | -0/+4 |
* | Rename the test-way prof_h to normal_h | Simon Marlow | 2016-01-08 | 1 | -3/+3 |
* | Fix +RTS -h when compiling without -prof | Simon Marlow | 2016-01-08 | 1 | -3/+4 |
* | Remote GHCi, -fexternal-interpreter | Simon Marlow | 2015-12-17 | 1 | -1/+4 |
* | Make GHCi & TH work when the compiler is built with -prof | Simon Marlow | 2015-11-07 | 1 | -1/+5 |
* | Testsuite Windows: don't use forward slashes in topdir path | Thomas Miedema | 2015-10-20 | 1 | -2/+1 |
* | Testsuite: delete remaining only_compiler_types(['ghc']) setups | Thomas Miedema | 2015-07-14 | 1 | -1/+0 |
* | Testdriver: don't use os.popen in config/ghc | Phil Ruffwind | 2015-05-28 | 1 | -8/+3 |
* | testsuite: handle missing stats files gracefully (#10305) | Thomas Miedema | 2015-05-23 | 1 | -0/+1 |
* | testdriver: delete unused ways | Thomas Miedema | 2015-04-07 | 1 | -11/+5 |
* | Cleanup test framework string formatting | Thomas Miedema | 2015-03-11 | 1 | -2/+2 |
* | Debug test case and test suite way | Peter Wortmann | 2014-12-16 | 1 | -1/+4 |
* | Python 3 support, second attempt (Trac #9184) | Krzysztof Gogolewski | 2014-10-19 | 1 | -13/+9 |
* | Revert "Basic Python 3 support for testsuite driver (Trac #9184)" | Krzysztof Gogolewski | 2014-10-03 | 1 | -9/+13 |
* | Basic Python 3 support for testsuite driver (Trac #9184) | Krzysztof Gogolewski | 2014-10-01 | 1 | -13/+9 |
* | testsuite: add list of llvm_ways | Reid Barton | 2014-08-09 | 1 | -0/+4 |
* | Remove external core | Austin Seipp | 2014-05-03 | 1 | -6/+1 |
* | Fix the testsuite config to allow running with GHC 7.6 | Ian Lynagh | 2013-04-20 | 1 | -4/+13 |
* | Fix a framework error when using a non-dynamic GHC | Ian Lynagh | 2013-03-19 | 1 | -0/+1 |
* | Fix tests for dynamic ghc | Ian Lynagh | 2013-03-15 | 1 | -0/+14 |
* | Use .hpc.<testname> for the hpc directory | Ian Lynagh | 2013-01-24 | 1 | -5/+5 |
* | Only run dynamicToo001 if we have both vanilla and dynamic libraries | Ian Lynagh | 2012-12-14 | 1 | -0/+3 |
* | Add if_compiler_debugged to testsuite driver | Ian Lynagh | 2012-11-10 | 1 | -0/+2 |
* | Don't enable the "static" way if we don't have vanilla libraries | Ian Lynagh | 2012-11-02 | 1 | -1/+1 |
* | Testsuite fixes for when we only have dynamic libraries | Ian Lynagh | 2012-10-25 | 1 | -0/+3 |
* | ghcilink001 is expected to fail when ghci is dynamic | Ian Lynagh | 2012-10-12 | 1 | -1/+2 |
* | Use -shared for the prof ways | Ian Lynagh | 2012-10-09 | 1 | -11/+11 |
* | Driver: Define have_shared_libs correctly | Ian Lynagh | 2012-10-05 | 1 | -1/+3 |
* | Don't use the dyn way if we're dynamic by default | Ian Lynagh | 2012-10-04 | 1 | -4/+4 |
* | Add a -static way, enabled only if dynlibs are used by default | Ian Lynagh | 2012-10-03 | 1 | -0/+5 |
* | Add bunch of llvm ways for testing purposes. | David Terei | 2012-10-01 | 1 | -3/+20 |
* | Fix handling of optllvm way | David Terei | 2012-06-25 | 1 | -1/+1 |
* | Add optllvm as allowed way in testsuite | David M Peixotto | 2012-02-16 | 1 | -1/+1 |
* | add req_smp | Simon Marlow | 2012-02-16 | 1 | -0/+1 |
* | Fix debugllvm WAY | David Terei | 2011-12-05 | 1 | -1/+1 |