projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aceff4a
)
llvm-cov: Another fix to llvm-cov test.
author
Yuchen Wu
<yuchenericwu@hotmail.com>
Tue, 3 Dec 2013 19:05:03 +0000
(19:05 +0000)
committer
Yuchen Wu
<yuchenericwu@hotmail.com>
Tue, 3 Dec 2013 19:05:03 +0000
(19:05 +0000)
Copy all test files to temporary directory, not just test.* files. Tests
didn't fail because the missing files occurred in XFAILS.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196305
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/tools/llvm-cov/llvm-cov.test
patch
|
blob
|
history
diff --git
a/test/tools/llvm-cov/llvm-cov.test
b/test/tools/llvm-cov/llvm-cov.test
index 62dd93d6be6abfed98911a72bab1972388b78305..e2a21e1889e32838ee74c195a6ea458212e74121 100644
(file)
--- a/
test/tools/llvm-cov/llvm-cov.test
+++ b/
test/tools/llvm-cov/llvm-cov.test
@@
-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