summaryrefslogtreecommitdiff
path: root/src/bootstrap/render_tests.rs
Commit message (Expand)AuthorAgeFilesLines
* Rollup merge of #110429 - jsoref:spelling-src-bootstrap, r=albertlarsan68Matthias Krüger2023-04-191-1/+1
|\
| * Spelling src/bootstrapJosh Soref2023-04-171-1/+1
* | avoid including dry run steps in the build metricsPietro Albini2023-04-171-0/+1
|/
* Bugfix: avoid panic on invalid json output from libtestRaoul Strackx2023-03-221-12/+7
* handle tests timing outPietro Albini2023-03-211-0/+4
* switch to termcolorPietro Albini2023-03-071-25/+48
* fix name of the field containing the ignore reasonPietro Albini2023-03-061-3/+3
* change approach to prevent interleaving compiletest messagePietro Albini2023-03-031-6/+1
* handle non-json output in stdoutPietro Albini2023-03-031-6/+13
* avoid overlapping stderrPietro Albini2023-03-021-5/+11
* switch all tests to use render_testsPietro Albini2023-03-021-0/+9
* add support for benchmarksPietro Albini2023-03-021-4/+49
* record tests in build metricsPietro Albini2023-03-021-0/+13
* add a splash of colorPietro Albini2023-03-021-29/+34
* add support for terse outputPietro Albini2023-03-021-7/+56
* render compiletest output with render_testsPietro Albini2023-03-021-0/+220