[Lldb-commits] [lldb] 2799031 - [lldb] Skip PDB and NativePDB tests with reproducers

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 21 09:09:52 PDT 2020


Author: Jonas Devlieghere
Date: 2020-08-21T09:09:45-07:00
New Revision: 2799031a14323eee48694a3aa4f56a171a687d00

URL: https://github.com/llvm/llvm-project/commit/2799031a14323eee48694a3aa4f56a171a687d00
DIFF: https://github.com/llvm/llvm-project/commit/2799031a14323eee48694a3aa4f56a171a687d00.diff

LOG: [lldb] Skip PDB and NativePDB tests with reproducers

Added: 
    lldb/test/Shell/SymbolFile/NativePDB/lit.local.cfg
    lldb/test/Shell/SymbolFile/PDB/lit.local.cfg

Modified: 
    

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/SymbolFile/NativePDB/lit.local.cfg b/lldb/test/Shell/SymbolFile/NativePDB/lit.local.cfg
new file mode 100644
index 000000000000..c9b378b7a8a5
--- /dev/null
+++ b/lldb/test/Shell/SymbolFile/NativePDB/lit.local.cfg
@@ -0,0 +1,2 @@
+if 'lldb-repro' in config.available_features:
+  config.unsupported = True

diff  --git a/lldb/test/Shell/SymbolFile/PDB/lit.local.cfg b/lldb/test/Shell/SymbolFile/PDB/lit.local.cfg
new file mode 100644
index 000000000000..c9b378b7a8a5
--- /dev/null
+++ b/lldb/test/Shell/SymbolFile/PDB/lit.local.cfg
@@ -0,0 +1,2 @@
+if 'lldb-repro' in config.available_features:
+  config.unsupported = True


        


More information about the lldb-commits mailing list