about summary refs log tree commit diff
path: root/src/bootstrap/render_tests.rs
AgeCommit message (Collapse)AuthorLines
2023-10-17move bootstrap utils into bootstrap/src/utils moduleonur-ozkan-400/+0
Signed-off-by: onur-ozkan <work@onurozkan.dev>
2023-07-13Rename `detail_exit_macro` to `exit`jyn-1/+1
`detail` and `macro` weren't adding any info.
2023-07-09Port PGO/LTO/BOLT optimized build pipeline to RustJakub Beránek-3/+3
2023-06-12implement stdout streaming in `render_tests::Renderer`ozkanonur-6/+28
Signed-off-by: ozkanonur <work@onurozkan.dev>
2023-06-04Don't require the output from libtest to be valid UTF-8jyn-5/+6
On Windows this is sometimes not the case, for reasons I can't track down. This works around the problem, although I'm not sure how to confirm we're not generating invalid build metrics in this case.
2023-05-30create `build_helper/src/util` modozkanonur-1/+1
Signed-off-by: ozkanonur <work@onurozkan.dev>
2023-05-21Render test messages from bootstrapEric Huss-2/+7
2023-04-19Rollup merge of #110429 - jsoref:spelling-src-bootstrap, r=albertlarsan68Matthias Krüger-1/+1
Spelling src bootstrap The various src/* items seem slightly disparate, so I'm doing src/* individually. split from #110392
2023-04-17Spelling src/bootstrapJosh Soref-1/+1
* although * correct * granular * libunwind * repository * section Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-04-17avoid including dry run steps in the build metricsPietro Albini-0/+1
Including steps executed during the dry run will result in a duplication of all the steps in the build metrics, which just adds noise.
2023-03-22Bugfix: avoid panic on invalid json output from libtestRaoul Strackx-12/+7
2023-03-21handle tests timing outPietro Albini-0/+4
2023-03-07switch to termcolorPietro Albini-25/+48
2023-03-06fix name of the field containing the ignore reasonPietro Albini-3/+3
2023-03-03change approach to prevent interleaving compiletest messagePietro Albini-6/+1
2023-03-03handle non-json output in stdoutPietro Albini-6/+13
2023-03-02avoid overlapping stderrPietro Albini-5/+11
2023-03-02switch all tests to use render_testsPietro Albini-0/+9
2023-03-02add support for benchmarksPietro Albini-4/+49
2023-03-02record tests in build metricsPietro Albini-0/+13
2023-03-02add a splash of colorPietro Albini-29/+34
2023-03-02add support for terse outputPietro Albini-7/+56
2023-03-02render compiletest output with render_testsPietro Albini-0/+220