[lldb] Further constrain a test that fails without python enabled

The test relies on the python embedded interpreter being available and
fails otherwise.
This commit is contained in:
Alex Langford 2021-08-03 11:49:46 -07:00
parent 7ce1c4da77
commit d2b2ab4e1c
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
// -gsplit-dwarf is supported only on Linux.
// REQUIRES: system-linux
// This test uses lldb's embedded python interpreter
// REQUIRES: python
// ObjectFileELF::ApplyRelocations does not implement arm32.
// XFAIL: target-arm && linux-gnu