]> granicus.if.org Git - llvm/commitdiff
Moving WinEH outlining tests to an architecture neutral location
authorAndrew Kaylor <andrew.kaylor@intel.com>
Tue, 3 Mar 2015 22:33:39 +0000 (22:33 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Tue, 3 Mar 2015 22:33:39 +0000 (22:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231155 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/WinEH/cppeh-catch-all.ll [moved from test/CodeGen/X86/cppeh-catch-all.ll with 100% similarity]
test/CodeGen/WinEH/cppeh-catch-scalar.ll [moved from test/CodeGen/X86/cppeh-catch-scalar.ll with 100% similarity]
test/CodeGen/WinEH/cppeh-frame-vars.ll [moved from test/CodeGen/X86/cppeh-frame-vars.ll with 100% similarity]
test/CodeGen/WinEH/cppeh-inalloca.ll [moved from test/CodeGen/X86/cppeh-inalloca.ll with 100% similarity]
test/CodeGen/WinEH/cppeh-min-unwind.ll [moved from test/CodeGen/X86/cppeh-min-unwind.ll with 100% similarity]
test/CodeGen/WinEH/cppeh-nonalloca-frame-values.ll [moved from test/CodeGen/X86/cppeh-nonalloca-frame-values.ll with 100% similarity]
test/CodeGen/WinEH/lit.local.cfg [new file with mode: 0644]

diff --git a/test/CodeGen/WinEH/lit.local.cfg b/test/CodeGen/WinEH/lit.local.cfg
new file mode 100644 (file)
index 0000000..67905d7
--- /dev/null
@@ -0,0 +1,12 @@
+# FIXME: For now, override suffixes to exclude any .s tests, because some of the
+# buildbots have a stray misched-copy.s output file lying around that causes
+# failures. See misched-copy.s where we try and clean up that file.
+#
+# It should be possible to remove this override once all the bots have cycled
+# cleanly.
+config.suffixes = ['.ll', '.test', '.txt']
+
+# FIXME: Add Windows on ARM support to these tests.
+if not 'X86' in config.root.targets:
+    config.unsupported = True
+