summaryrefslogtreecommitdiff
path: root/testsuite/mk
Commit message (Expand)AuthorAgeFilesLines
* configure: Find Python3 for testsuiteBen Gamari2020-01-071-1/+1
* testsuite: Make ghc_built_by_llvm check more preciseBen Gamari2019-12-171-7/+1
* gitlab-ci: Lint testsuite for framework failuresBen Gamari2019-06-141-1/+5
* testsuite/mk/boilerplate.mk: rename 'ghc-config-mk' to 'ghc_config_mk'Alp Mestanogullari2019-06-111-4/+4
* testsuite: introduce 'static_stats' testsAlp Mestanogullari2019-05-291-0/+2
* Hadrian: override $(ghc-config-mk), to prevent redundant config generationAlp Mestanogullari2019-05-061-0/+2
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-1/+1
* testsuite: Fix a variety of issues when building with integer-simpleBen Gamari2018-12-241-2/+0
* testsuite: Mark th tests as broken in ext-interp way in LLVM build flavoursBen Gamari2018-12-241-0/+7
* testsuite: Fix a number of GHCi-related failures due to integer-simpleBen Gamari2018-12-121-0/+2
* Fix StgLint bound id check, generalize StgLintÖmer Sinan Ağacan2018-12-071-1/+2
* Fix GhostScript detection (Trac #15856)Krzysztof Gogolewski2018-11-221-3/+1
* testsuite: Save performance metrics in git notes.David Eichmann2018-11-071-0/+12
* Enable -Wcompat=error in the testsuiteVladislav Zavialov2018-10-151-0/+3
* testsuite: Use bools for booleans, not intsBen Gamari2018-09-051-3/+3
* testsuite: make CHECK_API_ANNOTATIONS and CHECK_PPR overridableAlp Mestanogullari2018-09-041-1/+7
* Simplify testsuite driver, part 2Krzysztof Gogolewski2018-08-121-12/+12
* Correctly add unwinding info in manifestSp and makeFixupBlocksBartosz Nitka2018-05-031-0/+14
* testsuite: allow accepting of fine grained results [skip ci]Tamar Christina2018-03-311-0/+12
* Fix typo in accessor nameGabor Greif2017-10-301-1/+1
* Clean up opt and llcMoritz Angermann2017-09-061-0/+1
* testsuite: Produce JUnit outputBen Gamari2017-07-281-0/+4
* Switched out optparse for argparse in runtests.pyJared Weakly2017-07-281-3/+3
* Add caret diagnosticsPhil Ruffwind2016-12-231-0/+1
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-071-0/+1
* Color output is wreaking havoc on test resultsTamar Christina2016-12-052-0/+12
* testsuite: Use python3 by defaultBen Gamari2016-11-291-9/+1
* Fix testsuite threading, timeout, encoding and performance issues on WindowsTamar Christina2016-11-291-1/+6
* Move -dno-debug-output to the end of the test flagsMatthew Pickering2016-10-011-7/+12
* Testsuite: expose TEST_CC (path to gcc)Thomas Miedema2016-07-091-0/+1
* Testsuite: delete dead code + cleanupThomas Miedema2016-06-201-19/+19
* Testsuite: remove `-Wno-warn-tabs` from default flagsThomas Miedema2016-06-201-8/+0
* Testsuite: remove `-fforce-recomp` from default flags (#11980)Thomas Miedema2016-06-201-1/+1
* Testsuite: validate the tests/stage1 directory with the stage1 compilerThomas Miedema2016-06-181-2/+4
* Testsuite: run tests in <testdir>.run instead of /tmpThomas Miedema2016-06-181-3/+12
* Testsuite: fix enum01/02/03 on Windows (#9399)Thomas Miedema2016-05-251-1/+1
* Testsuite: introduce TEST_HC_OPTS_INTERACTIVE (#11468)Thomas Miedema2016-05-251-0/+2
* Testsuite: delete check_files_writtenThomas Miedema2016-05-241-4/+0
* Testsuite: don't warn when mk/ghcconfig_* hasn't been created yetThomas Miedema2016-05-181-1/+1
* Testsuite: delete old cleanup code (#11980)Thomas Miedema2016-05-171-6/+0
* Testsuite: make CLEANUP=1 the default (#9758)Thomas Miedema2016-04-301-6/+13
* Only add -fshow-warning-groups for ghc >= 7.11 (#10752)Thomas Miedema2016-02-291-1/+2
* Default to -fno-show-warning-groups (re #10752)Herbert Valerio Riedel2016-02-271-1/+1
* Testsuite: Introduce config.plugin_way_flags.Thomas Miedema2016-02-251-0/+13
* Testsuite: MAKEFLAGS is magic, do not unexport itThomas Miedema2016-02-232-2/+70
* unexport MAKEFLAGS when running tests (#11569)Thomas Miedema2016-02-201-0/+2
* Testsuite: allow spaces in TEST_HC passed in by the userThomas Miedema2015-12-171-17/+13
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-072-0/+5
* Tweak settings for LLVM testsErik de Castro Lopo2015-11-041-2/+2
* Testsuite: suggest quoting $(TEST_HC)Thomas Miedema2015-10-301-8/+53