diff options
author | Tanya Lattner <tonic@nondot.org> | 2007-07-17 18:08:32 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2007-07-17 18:08:32 +0000 |
commit | c462d2577675649f2fb6f7e4e5a3de7163efb5a0 (patch) | |
tree | e060944acfa51ce85ece5b7c86a20f886c298996 /test | |
parent | f27795d174d55884098aca07a2bf3f8fe8ba8650 (diff) | |
download | external_llvm-c462d2577675649f2fb6f7e4e5a3de7163efb5a0.zip external_llvm-c462d2577675649f2fb6f7e4e5a3de7163efb5a0.tar.gz external_llvm-c462d2577675649f2fb6f7e4e5a3de7163efb5a0.tar.bz2 |
Don't use * in XFAIL line unless you want it to XFAIL on everything. I don't believe you can use true regular expressions here. It will just look for those keywords. Please test this on sparc and see if they still are xfailed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39975 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll | 2 | ||||
-rw-r--r-- | test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll | 2 | ||||
-rw-r--r-- | test/CodeGen/Generic/2007-04-27-LargeMemObject.ll | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll b/test/CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll index 26a00cc..9cbf314 100644 --- a/test/CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll +++ b/test/CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | llc -; XFAIL: sparc-sun-solaris2.* +; XFAIL: sparc-sun-solaris2 ; PR1308 ; PR1557 diff --git a/test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll b/test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll index d95bc56..6f8fbae 100644 --- a/test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll +++ b/test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | llc -; XFAIL: sparc-sun-solaris2.* +; XFAIL: sparc-sun-solaris2 ; PR1557 ; Test that we can have an "X" output constraint. diff --git a/test/CodeGen/Generic/2007-04-27-LargeMemObject.ll b/test/CodeGen/Generic/2007-04-27-LargeMemObject.ll index 9719e3d..cd72495 100644 --- a/test/CodeGen/Generic/2007-04-27-LargeMemObject.ll +++ b/test/CodeGen/Generic/2007-04-27-LargeMemObject.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | llc -; XFAIL: sparc-sun-solaris2.* +; XFAIL: sparc-sun-solaris2 ; PR1557 %struct..0anon = type { [100 x i32] } |