mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-21 23:10:54 +00:00
[lldb] [lit] Skip more tests when Python is unavailable
LocalLLDBInit.test requires Python module loading support. CommandScriptImmediateOutput tests are specific to running scripts. Disable all of them when Python support is disabled. llvm-svn: 361115
This commit is contained in:
parent
6f356784be
commit
f8fccb14de
@ -0,0 +1,2 @@
|
||||
if not "python" in config.available_features:
|
||||
config.unsupported = True
|
@ -1,3 +1,4 @@
|
||||
# REQUIRES: python
|
||||
# RUN: mkdir -p %t.root
|
||||
# RUN: mkdir -p %t.home
|
||||
# RUN: cp %S/Inputs/.lldbinit %t.root
|
||||
|
Loading…
Reference in New Issue
Block a user