diff options
| author | Max Moroz <mmoroz@chromium.org> | 2018-01-09 18:23:34 +0000 |
|---|---|---|
| committer | Max Moroz <mmoroz@chromium.org> | 2018-01-09 18:23:34 +0000 |
| commit | 975eacada575198728353ce53e3d30b9b6404b07 (patch) | |
| tree | 7fb4cb41e3da60c53a262b019c324a09ad1be223 /llvm/test/tools/llvm-cov | |
| parent | c4d2dd80b6d6bd446bfdbba0e084f1769aef59b6 (diff) | |
| download | bcm5719-llvm-975eacada575198728353ce53e3d30b9b6404b07.tar.gz bcm5719-llvm-975eacada575198728353ce53e3d30b9b6404b07.zip | |
[lit] Implement "-r" option for builtin "diff" command + a test using that.
Summary:
That would allow to recursively compare directories in tests using
"diff -r" on Windows in a similar way as it can be done on Linux or Mac.
Reviewers: zturner, morehouse, vsk
Reviewed By: zturner
Subscribers: kcc, llvm-commits
Differential Revision: https://reviews.llvm.org/D41776
llvm-svn: 322102
Diffstat (limited to 'llvm/test/tools/llvm-cov')
| -rw-r--r-- | llvm/test/tools/llvm-cov/multithreaded-report.test | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/test/tools/llvm-cov/multithreaded-report.test b/llvm/test/tools/llvm-cov/multithreaded-report.test index b165e9e6c99..4a69826c3b9 100644 --- a/llvm/test/tools/llvm-cov/multithreaded-report.test +++ b/llvm/test/tools/llvm-cov/multithreaded-report.test @@ -1,8 +1,5 @@ # Test "report" command with and without multiple threads. -# Temporarily disable the test on Windows as it doesn't support "diff -r". -REQUIRES: shell - RUN: llvm-cov report -num-threads=1 \ RUN: -path-equivalence=/tmp,%S/Inputs \ RUN: -instr-profile %S/Inputs/multithreaded_report/main.profdata \ |

