summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorSteven Wu <stevenwu@apple.com>2016-05-13 20:10:51 +0000
committerSteven Wu <stevenwu@apple.com>2016-05-13 20:10:51 +0000
commit25a7330cc8fad30267a1a17b5aa4846a6d71f6ca (patch)
tree9742c980f3c2d5ae437c18ccd11cc0dd746f7355 /llvm/test
parentbd3c2f25fa0e24184df256623815f292b3f62ddf (diff)
downloadbcm5719-llvm-25a7330cc8fad30267a1a17b5aa4846a6d71f6ca.tar.gz
bcm5719-llvm-25a7330cc8fad30267a1a17b5aa4846a6d71f6ca.zip
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. llvm-svn: 269470
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/ExecutionEngine/RuntimeDyld/SystemZ/lit.local.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/ExecutionEngine/RuntimeDyld/SystemZ/lit.local.cfg b/llvm/test/ExecutionEngine/RuntimeDyld/SystemZ/lit.local.cfg
new file mode 100644
index 00000000000..5c02dd3614a
--- /dev/null
+++ b/llvm/test/ExecutionEngine/RuntimeDyld/SystemZ/lit.local.cfg
@@ -0,0 +1,3 @@
+if not 'SystemZ' in config.root.targets:
+ config.unsupported = True
+
OpenPOWER on IntegriCloud