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:
5321deb
)
XFAIL this test since the fix was reverted.
author
Duncan Sands
<baldrick@free.fr>
Mon, 17 Aug 2009 12:20:45 +0000
(12:20 +0000)
committer
Duncan Sands
<baldrick@free.fr>
Mon, 17 Aug 2009 12:20:45 +0000
(12:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79235
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/FrontendC++/2009-08-03-Varargs.cpp
patch
|
blob
|
history
diff --git
a/test/FrontendC++/2009-08-03-Varargs.cpp
b/test/FrontendC++/2009-08-03-Varargs.cpp
index 2e656f685434a8d1a0610ca70d2fdd2295b26f74..cea3894c84e6814e8ae268dba0e742114f92b81e 100644
(file)
--- a/
test/FrontendC++/2009-08-03-Varargs.cpp
+++ b/
test/FrontendC++/2009-08-03-Varargs.cpp
@@
-1,4
+1,5
@@
// RUN: %llvmgxx %s -S -emit-llvm -o - | grep _Z1az\(\.\.\.\)
+// XFAIL: *
// PR4678
void a(...) {
}