diff options
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 \ |

