[Lldb-commits] [lldb] 7211604 - [lldb][NFC] Add lldb-server to the shell tests disallow list
Raphael Isemann via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 10 09:49:14 PST 2020
Author: Raphael Isemann
Date: 2020-11-10T18:48:28+01:00
New Revision: 7211604220ae7de9d96abb3385248dc2fecc9777
URL: https://github.com/llvm/llvm-project/commit/7211604220ae7de9d96abb3385248dc2fecc9777
DIFF: https://github.com/llvm/llvm-project/commit/7211604220ae7de9d96abb3385248dc2fecc9777.diff
LOG: [lldb][NFC] Add lldb-server to the shell tests disallow list
This prevents that one can write a test that referenced lldb-server (instead
of %lldb-server). Addresses review feedback from D91155.
Added:
Modified:
lldb/test/Shell/helper/toolchain.py
Removed:
################################################################################
diff --git a/lldb/test/Shell/helper/toolchain.py b/lldb/test/Shell/helper/toolchain.py
index c7374e06c272..ebf9e03d81a0 100644
--- a/lldb/test/Shell/helper/toolchain.py
+++ b/lldb/test/Shell/helper/toolchain.py
@@ -75,6 +75,7 @@ def use_lldb_substitutions(config):
]
_disallow(config, 'lldb')
+ _disallow(config, 'lldb-server')
_disallow(config, 'debugserver')
_disallow(config, 'platformserver')
More information about the lldb-commits
mailing list