diff options
| author | Max Moroz <mmoroz@chromium.org> | 2018-01-05 16:43:24 +0000 |
|---|---|---|
| committer | Max Moroz <mmoroz@chromium.org> | 2018-01-05 16:43:24 +0000 |
| commit | b845fe649ff66bf3c9abd35216dd985af3794b46 (patch) | |
| tree | 057eda08971d8b59c7e0f4527110686933c72953 /llvm/test/tools/llvm-cov/multithreaded-report.test | |
| parent | 405419fa373fe3301dc0d70f53b3dcb134bbb24c (diff) | |
| download | bcm5719-llvm-b845fe649ff66bf3c9abd35216dd985af3794b46.tar.gz bcm5719-llvm-b845fe649ff66bf3c9abd35216dd985af3794b46.zip | |
[llvm-cov] Temporarily disable multithreaded-report.test on Windows.
Summary: The test is failing because Windows do not support "diff -r".
Reviewers: Dor1s
Reviewed By: Dor1s
Differential Revision: https://reviews.llvm.org/D41768
llvm-svn: 321876
Diffstat (limited to 'llvm/test/tools/llvm-cov/multithreaded-report.test')
| -rw-r--r-- | llvm/test/tools/llvm-cov/multithreaded-report.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-cov/multithreaded-report.test b/llvm/test/tools/llvm-cov/multithreaded-report.test index d022f2cb850..b165e9e6c99 100644 --- a/llvm/test/tools/llvm-cov/multithreaded-report.test +++ b/llvm/test/tools/llvm-cov/multithreaded-report.test @@ -1,4 +1,8 @@ # 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 \ |

