diff options
author | Duncan Sands <baldrick@free.fr> | 2009-03-25 16:43:59 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2009-03-25 16:43:59 +0000 |
commit | 1a9d5ccf1efe9949bdcc57401e3c9d2ba166e5fb (patch) | |
tree | 811b0f193868577bc2b3b9e51070571224d9088c /test/FrontendC | |
parent | 2602f436bec01dc06a25ec94ac7f7e48ff376c7d (diff) |
These tests pass on linux.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67689 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC')
-rw-r--r-- | test/FrontendC/2009-03-09-WeakDeclarations-1.c | 2 | ||||
-rw-r--r-- | test/FrontendC/2009-03-13-dbg.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/FrontendC/2009-03-09-WeakDeclarations-1.c b/test/FrontendC/2009-03-09-WeakDeclarations-1.c index 6eea0593dd..15b9801699 100644 --- a/test/FrontendC/2009-03-09-WeakDeclarations-1.c +++ b/test/FrontendC/2009-03-09-WeakDeclarations-1.c @@ -1,7 +1,7 @@ // RUN: $llvmgcc $test -c -o /dev/null |& \ // RUN: egrep {(14|15|22): warning:} | \ // RUN: wc -l | grep --quiet 3 -// XTARGET: darwin +// XTARGET: darwin,linux // XFAIL: * // END. // Insist upon warnings for inappropriate weak attributes. diff --git a/test/FrontendC/2009-03-13-dbg.c b/test/FrontendC/2009-03-13-dbg.c index 9b43b01cfa..aa13af4124 100644 --- a/test/FrontendC/2009-03-13-dbg.c +++ b/test/FrontendC/2009-03-13-dbg.c @@ -1,5 +1,5 @@ // RUN: %llvmgcc %s -c -g -o /dev/null -// XTARGET: darwin +// XTARGET: darwin,linux // XFAIL: * void foo() {} |