[Lldb-commits] [lldb] 5b6e67a - [lldb] Enable TestTargetVar on non-darwin
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 21 04:26:28 PST 2022
Author: Pavel Labath
Date: 2022-11-21T13:26:01+01:00
New Revision: 5b6e67a92b3a28605ac6394d2f657847a09548c0
URL: https://github.com/llvm/llvm-project/commit/5b6e67a92b3a28605ac6394d2f657847a09548c0
DIFF: https://github.com/llvm/llvm-project/commit/5b6e67a92b3a28605ac6394d2f657847a09548c0.diff
LOG: [lldb] Enable TestTargetVar on non-darwin
Added:
Modified:
lldb/test/API/functionalities/target_var/TestTargetVar.py
Removed:
################################################################################
diff --git a/lldb/test/API/functionalities/target_var/TestTargetVar.py b/lldb/test/API/functionalities/target_var/TestTargetVar.py
index db8c92ae01db4..62d93647a1324 100644
--- a/lldb/test/API/functionalities/target_var/TestTargetVar.py
+++ b/lldb/test/API/functionalities/target_var/TestTargetVar.py
@@ -10,7 +10,6 @@
class targetCommandTestCase(TestBase):
- @skipUnlessDarwin
@skipIfDarwinEmbedded # needs x86_64
@skipIf(debug_info="gmodules") # not relevant
@skipIf(compiler="clang", compiler_version=['<', '7.0'])
More information about the lldb-commits
mailing list