[llvm] 44664a5 - [llvm-cov gcov][test] Unsupport Windows

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 13 15:17:32 PDT 2020


Author: Fangrui Song
Date: 2020-09-13T15:17:14-07:00
New Revision: 44664a54483def1692ea75925bfce0053e76bef0

URL: https://github.com/llvm/llvm-project/commit/44664a54483def1692ea75925bfce0053e76bef0
DIFF: https://github.com/llvm/llvm-project/commit/44664a54483def1692ea75925bfce0053e76bef0.diff

LOG: [llvm-cov gcov][test] Unsupport Windows

Added: 
    

Modified: 
    llvm/test/tools/llvm-cov/gcov/relative-only.test

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-cov/gcov/relative-only.test b/llvm/test/tools/llvm-cov/gcov/relative-only.test
index 157441e7673f..20be39683fbe 100644
--- a/llvm/test/tools/llvm-cov/gcov/relative-only.test
+++ b/llvm/test/tools/llvm-cov/gcov/relative-only.test
@@ -1,4 +1,5 @@
 # Test -r (--relative-only) and -s (--source-prefix).
+# UNSUPPORTED: system-windows
 RUN: rm -rf %t && mkdir %t && cd %t
 RUN: cp %S/Inputs/abs-path.gcno %S/Inputs/abs-path.gcda .
 


        


More information about the llvm-commits mailing list