[llvm] r196305 - llvm-cov: Another fix to llvm-cov test.

Yuchen Wu yuchenericwu at hotmail.com
Tue Dec 3 11:05:03 PST 2013


Author: ywu
Date: Tue Dec  3 13:05:03 2013
New Revision: 196305

URL: http://llvm.org/viewvc/llvm-project?rev=196305&view=rev
Log:
llvm-cov: Another fix to llvm-cov test.

Copy all test files to temporary directory, not just test.* files. Tests
didn't fail because the missing files occurred in XFAILS.

Modified:
    llvm/trunk/test/tools/llvm-cov/llvm-cov.test

Modified: llvm/trunk/test/tools/llvm-cov/llvm-cov.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-cov/llvm-cov.test?rev=196305&r1=196304&r2=196305&view=diff
==============================================================================
--- llvm/trunk/test/tools/llvm-cov/llvm-cov.test (original)
+++ llvm/trunk/test/tools/llvm-cov/llvm-cov.test Tue Dec  3 13:05:03 2013
@@ -3,7 +3,7 @@ REQUIRES: shell
 RUN: rm -rf %t
 RUN: mkdir %t
 RUN: cd %t
-RUN: cp %p/Inputs/test.* .
+RUN: cp %p/Inputs/test* .
 
 RUN: llvm-cov -gcno=test.gcno -gcda=test.gcda
 RUN: diff -aub test.cpp.gcov test.cpp.llcov





More information about the llvm-commits mailing list