summaryrefslogtreecommitdiff
path: root/testsuite/driver
Commit message (Expand)AuthorAgeFilesLines
* Allow Core optimizations when interpreting bytecodeKrzysztof Gogolewski2023-05-121-1/+1
* Add fused multiply-add instructionssheaf2023-05-111-0/+5
* Add hashes to unit-ids created by hadrianromes2023-05-041-2/+3
* testsuite: wasm32-specific fixesCheng Shao2023-04-271-0/+7
* testsuite: add the req_host_target_ghc predicateCheng Shao2023-04-271-0/+10
* testsuite: add the req_process predicateCheng Shao2023-04-272-0/+7
* testsuite: add the req_ghc_with_threaded_rts predicateCheng Shao2023-04-272-0/+7
* testsuite: fix permission bits in copy_filesCheng Shao2023-04-272-1/+3
* testsuite: exclude ghci ways if no rts linker is presentCheng Shao2023-04-272-1/+11
* testsuite: include target exe extension in heap profile filenamesCheng Shao2023-04-271-5/+6
* testsuite: fix cross prefix strippingCheng Shao2023-04-271-8/+6
* Add support for -debug in the testsuiteKrzysztof Gogolewski2023-04-112-0/+6
* testsuite: asyncify the testsuite driverCheng Shao2023-03-303-133/+140
* testsuite: use context variable instead of thread-local variableCheng Shao2023-03-302-7/+7
* testsuite: mypy typing error fixesCheng Shao2023-03-305-50/+10
* testsuite: handle target executable extensionCheng Shao2023-03-301-2/+7
* testsuite: strip the cross ghc prefix in output and error messageCheng Shao2023-03-301-0/+6
* testsuite: normalize the .wasm extensionCheng Shao2023-03-301-0/+5
* testsuite/driver: Normalize away differences in ghc executable nameBen Gamari2023-03-301-0/+12
* testsuite/driver: Add basic support for testing cross-compilersBen Gamari2023-03-303-2/+29
* Testsuite: replace some js_skip with req_cmmSylvain Henry2023-02-281-2/+8
* Testsuite: decrease length001 timeout for JS (#22921)Sylvain Henry2023-02-101-2/+5
* testsuite: use concurrent.futures.ThreadPoolExecutor in the driverCheng Shao2023-02-083-56/+24
* testsuite: remove config.use_threadsCheng Shao2023-02-083-25/+13
* testsuite: Fix Python warnings (#22856)Krzysztof Gogolewski2023-02-072-12/+13
* JS: replace "js" architecture with "javascript"Sylvain Henry2023-02-061-3/+3
* Use -Wdefault when running Python testdriver (#22727)Krzysztof Gogolewski2023-01-182-4/+5
* testsuite: req_smp --> req_target_smp, req_ghc_smpSylvain Henry2023-01-182-4/+19
* Misc cleanupKrzysztof Gogolewski2023-01-111-1/+1
* Properly cast values when writing/reading unboxed sums.Andreas Klebinger2022-11-301-3/+6
* Add Javascript backendSylvain Henry2022-11-291-0/+36
* testsuite: Improve output from tests which have failing pre_cmdMatthew Pickering2022-11-141-1/+10
* Testsuite: more precise test optionsSylvain Henry2022-10-261-0/+6
* Testsuite: Add a new tables_next_to_code predicate.Andreas Klebinger2022-10-172-0/+5
* Drop make build systemBen Gamari2022-08-252-2/+2
* testsuite: Use system-cxx-std-lib instead of config.stdcxx_implBen Gamari2022-07-162-5/+0
* Testsuite driver: don't crash on empty metricssheaf2022-04-301-3/+7
* testsuite: Deduplicate ways correctlywip/deduplicate-waysMatthew Pickering2022-04-291-1/+2
* testsuite: Report minimum and maximum stat changesBen Gamari2022-04-271-3/+7
* testsuite: Ensure that GHC doesn't pick up environment filesBen Gamari2022-04-222-2/+4
* testsuite/driver: Treat framework failures of fragile tests as non-fatalBen Gamari2022-04-061-1/+3
* testsuite: Clean up tests depending on C++ std libBen Gamari2022-04-062-0/+4
* testsuite: Require LLVM for T15155lPeter Trommler2022-02-261-0/+3
* testsuite: Don't print names of all fragile tests on all runsMatthew Pickering2022-02-221-8/+0
* Reinstallable GHCZubin Duggal2022-02-211-1/+1
* testsuite: Make sure all tests trigger ghc rebuildMatthew Pickering2022-02-112-2/+2
* testsuite: Run testsuite dependency calculation before GHC is builtMatthew Pickering2022-02-042-5/+17
* testsuite: Honour PERF_BASELINE_COMMIT when computing allowed metric changesMatthew Pickering2022-02-022-2/+21
* Fix a few Note inconsistenciesBen Gamari2022-02-012-4/+5
* testsuite: Fix import on python 3.10Zubin Duggal2022-01-121-1/+2