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'])


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to