llvm-project/cross-project-tests/debuginfo-tests/dexter/feature_tests
OCHyams 2bd62e0b04 [dexter] Don't generate results files by default
Dexter saves various files to a new results directory each time it is run
(including when it's run by lit tests) and there isn't a way to opt-out. This
patch reconfigures the behaviour to be opt-in by removing the default
`--results-directory` location. Now results are only saved if
`--results-directory` is specified.

Reviewed By: jmorse

Differential Revision: https://reviews.llvm.org/D119545
2022-02-11 15:45:43 +00:00
..
commands [Dexter] Remove false requirement of lldb for dexter regression tests on Windows 2022-01-26 11:33:50 +00:00
subtools [dexter] Don't generate results files by default 2022-02-11 15:45:43 +00:00
unittests
Readme.md
lit.local.cfg

Readme.md

DExTer feature tests

This directory is home to dexter feature and regression tests to be run with llvm-lit.