summaryrefslogtreecommitdiff
path: root/testsuite/driver
Commit message (Expand)AuthorAgeFilesLines
* testsuite: Allow whitespace before "Metric (in|de)crease"Ben Gamari2020-10-071-1/+1
* testsuite: Fix WinIO error message normalizationGHC GitLab CI2020-09-201-4/+6
* Enhance metrics outputSylvain Henry2020-09-152-10/+11
* Make sure we can read past perf notesKrzysztof Gogolewski2020-09-121-1/+9
* testsuite: Output performance test results in tabular formatDaishi Nakajima2020-09-083-35/+98
* testsuite: Only run llvm ways if llc is availableBen Gamari2020-08-181-0/+3
* testsuite: Allow baseline commit to be set explicitlyBen Gamari2020-08-184-15/+32
* testsuite: Normalise WinIO error message differencesBen Gamari2020-07-261-0/+24
* Add test for #18064Sylvain Henry2020-07-222-0/+8
* Add tests for #17920Sylvain Henry2020-06-231-2/+1
* Update testsuiteSylvain Henry2020-06-172-7/+10
* testsuite: Work around spurious mypy failureBen Gamari2020-06-011-1/+1
* testsuite/testutil: Fix bytes/str mismatchBen Gamari2020-06-011-1/+1
* testsuite/perf_notes: Fix ill-typed assignmentsBen Gamari2020-06-011-4/+5
* testsuite: Refactor ghostscript detectionBen Gamari2020-06-013-25/+45
* testsuite: Don't fail if we can't unlink __symlink_testBen Gamari2020-06-011-1/+4
* Implement cstringLength# and FinalPtrAndrew Martin2020-05-231-0/+20
* Sort deterministically metric outputKrzysztof Gogolewski2020-05-211-1/+1
* testsuite: Print sign of performance changesBen Gamari2020-05-131-2/+2
* testsuite: Don't attempt to read .std{err,out} files if they don't existBen Gamari2020-04-231-2/+10
* testsuite: Move no_lint to the top level, tweak hie002Ömer Sinan Ağacan2020-04-101-0/+6
* testsuite: Make hasMetricsFile RHS more descriptiveBen Gamari2020-02-261-1/+1
* testsuite: Allow tests to be marked as broken on the command lineBen Gamari2020-02-263-1/+13
* testsuite: Fix symlink testBen Gamari2020-02-261-1/+1
* Fix testsuite driver output (#17847)Vladislav Zavialov2020-02-181-1/+1
* testsuite: Probe whether symlinks are usable on WindowsBen Gamari2020-02-161-1/+23
* testsuite: Sort test names in expected change outputBen Gamari2020-02-151-3/+3
* testsuite: Assert the opsys names are knownBen Gamari2020-02-141-0/+11
* testlib: Extend existing *_opts in extra_*_optsÖmer Sinan Ağacan2020-02-051-4/+6
* testsuite: Don't crash on encoding failure in printBen Gamari2020-01-311-8/+12
* testsuite: Preserve more information in framework failuresBen Gamari2020-01-201-1/+1
* Fix more typos, via an improved Levenshtein-style correctorBrian Wignall2020-01-121-1/+1
* testsuite: Fix Windows platform testBen Gamari2020-01-071-2/+1
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-042-2/+2
* perf_notes: Add --zero-y argumentBen Gamari2019-12-301-12/+25
* testsuite: Simplify and clarify performance test baseline searchBen Gamari2019-12-123-69/+48
* Implement pointer tagging for big families (#14373)Gabor Greif2019-12-061-2/+10
* testsuite: Use colors more consistentlyBen Gamari2019-12-052-9/+12
* testsuite: Make performance metric summary more readableBen Gamari2019-12-054-20/+53
* testsuite: Factor out terminal coloringBen Gamari2019-12-054-19/+36
* testsuite: Simplify Python <3.5 fallback for TextIOBen Gamari2019-12-021-2/+5
* testsuite: Fix location of typing_stubs moduleBen Gamari2019-12-021-0/+23
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-283-3/+3
* testsuite: don't collect compiler stats in collect_runtime_residencyAlp Mestanogullari2019-11-121-1/+1
* testsuite: Don't check_stats at runtime if not requestedwip/T17387Ben Gamari2019-11-101-4/+9
* testsuite: Use small allocation area when measuring residencyBen Gamari2019-11-101-0/+44
* testsuite: Fix Windows cleanup pathBen Gamari2019-11-091-2/+2
* Testsuite: Introduce req_rts_linkerStefan Schulze Frielinghaus2019-11-081-0/+4
* CI: Always dump performance metrics.David Eichmann2019-10-226-20/+37
* testsuite: Assert that testsuite ways are knownBen Gamari2019-10-171-28/+49