[tests] Another attempt to workaround broken misched-copy.s test on some buildbots.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 16 Aug 2013 18:01:18 +0000 (18:01 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 16 Aug 2013 18:01:18 +0000 (18:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188567 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/lit.local.cfg
test/CodeGen/X86/misched-copy.ll

index ba763cf03ffcc4a996faa124289303f10f41eeba..1637fa46536ac3f2f95df39a4971c6426ebb26c8 100644 (file)
@@ -1,3 +1,11 @@
+# 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', '.c', '.cpp', '.test', '.txt']
+
 targets = set(config.root.targets_to_build.split())
 if not 'X86' in targets:
     config.unsupported = True
index 8268719a3f4379a122df955de5e69db6b43044aa..4a8734d6fc8091d315062ecc685abea2ff27ad8b 100644 (file)
@@ -4,7 +4,7 @@
 ; been left dangling around by this test. It can be removed once the various
 ; bots have cycled past this commit.
 ;
-; RUN: rm -f misched-copy.s
+; RUN: rm -f misched-copy.s %S/misched-copy.s
 ;
 ;
 ; RUN: llc < %s -march=x86 -mcpu=core2 -pre-RA-sched=source -enable-misched -verify-misched -debug-only=misched -o - 2>&1 > /dev/null | FileCheck %s