-
- Downloads
[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
Showing
- cross-project-tests/debuginfo-tests/dexter/dex/tools/TestToolBase.py 11 additions, 12 deletions...ct-tests/debuginfo-tests/dexter/dex/tools/TestToolBase.py
- cross-project-tests/debuginfo-tests/dexter/dex/tools/clang_opt_bisect/Tool.py 25 additions, 20 deletions...debuginfo-tests/dexter/dex/tools/clang_opt_bisect/Tool.py
- cross-project-tests/debuginfo-tests/dexter/dex/tools/test/Tool.py 30 additions, 25 deletions...oject-tests/debuginfo-tests/dexter/dex/tools/test/Tool.py
- cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/clang-opt-bisect/clang-opt-bisect-results.cpp 27 additions, 0 deletions...ts/subtools/clang-opt-bisect/clang-opt-bisect-results.cpp
- cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/clang-opt-bisect/clang-opt-bisect.cpp 0 additions, 3 deletions...ture_tests/subtools/clang-opt-bisect/clang-opt-bisect.cpp
Loading
Please register or sign in to comment