[llvm] r321876 - [llvm-cov] Temporarily disable multithreaded-report.test on Windows.
Max Moroz via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 5 08:43:24 PST 2018
Author: dor1s
Date: Fri Jan 5 08:43:24 2018
New Revision: 321876
URL: http://llvm.org/viewvc/llvm-project?rev=321876&view=rev
Log:
[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
Modified:
llvm/trunk/test/tools/llvm-cov/multithreaded-report.test
Modified: llvm/trunk/test/tools/llvm-cov/multithreaded-report.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-cov/multithreaded-report.test?rev=321876&r1=321875&r2=321876&view=diff
==============================================================================
--- llvm/trunk/test/tools/llvm-cov/multithreaded-report.test (original)
+++ llvm/trunk/test/tools/llvm-cov/multithreaded-report.test Fri Jan 5 08:43:24 2018
@@ -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 \
More information about the llvm-commits
mailing list