[Lldb-commits] [lldb] d2b2ab4 - [lldb] Further constrain a test that fails without python enabled
    Alex Langford via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Tue Aug  3 11:58:08 PDT 2021
    
    
  
Author: Alex Langford
Date: 2021-08-03T11:50:36-07:00
New Revision: d2b2ab4e1c347161b622b9dc2553de04f9f82f04
URL: https://github.com/llvm/llvm-project/commit/d2b2ab4e1c347161b622b9dc2553de04f9f82f04
DIFF: https://github.com/llvm/llvm-project/commit/d2b2ab4e1c347161b622b9dc2553de04f9f82f04.diff
LOG: [lldb] Further constrain a test that fails without python enabled
The test relies on the python embedded interpreter being available and
fails otherwise.
Added: 
    
Modified: 
    lldb/test/Shell/SymbolFile/DWARF/split-optimized.c
Removed: 
    
################################################################################
diff  --git a/lldb/test/Shell/SymbolFile/DWARF/split-optimized.c b/lldb/test/Shell/SymbolFile/DWARF/split-optimized.c
index f3a0990615fe..b024c22f88b8 100644
--- a/lldb/test/Shell/SymbolFile/DWARF/split-optimized.c
+++ b/lldb/test/Shell/SymbolFile/DWARF/split-optimized.c
@@ -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
 
        
    
    
More information about the lldb-commits
mailing list