[llvm] r269470 - Disable test from r269436 on unsupported platforms
Steven Wu via llvm-commits
llvm-commits at lists.llvm.org
Fri May 13 13:10:51 PDT 2016
Author: steven_wu
Date: Fri May 13 15:10:51 2016
New Revision: 269470
URL: http://llvm.org/viewvc/llvm-project?rev=269470&view=rev
Log:
Disable test from r269436 on unsupported platforms
Fixing bots failure. test/ExecutionEngine/RuntimeDyld/SystemZ/cfi-relo-pc64.s
requires SystemZ backend. Mark the test as unsupported if the backend is not
available.
Added:
llvm/trunk/test/ExecutionEngine/RuntimeDyld/SystemZ/lit.local.cfg
Added: llvm/trunk/test/ExecutionEngine/RuntimeDyld/SystemZ/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/RuntimeDyld/SystemZ/lit.local.cfg?rev=269470&view=auto
==============================================================================
--- llvm/trunk/test/ExecutionEngine/RuntimeDyld/SystemZ/lit.local.cfg (added)
+++ llvm/trunk/test/ExecutionEngine/RuntimeDyld/SystemZ/lit.local.cfg Fri May 13 15:10:51 2016
@@ -0,0 +1,3 @@
+if not 'SystemZ' in config.root.targets:
+ config.unsupported = True
+
More information about the llvm-commits
mailing list