Author: Muhammad Omair Javaid
Date: 2021-02-08T14:05:36+05:00
New Revision: bec6b5e3cec71a9560cc761fd7804f354c3aca02

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

LOG: [LLDB] Disable TestExprsChar.py, still fails on Arm/Linux

TestExprsChar.py was enabled on Arm as it passes on apple silicon but
still fails on Arm/Linux.

Added: 
    

Modified: 
    lldb/test/API/commands/expression/char/TestExprsChar.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/commands/expression/char/TestExprsChar.py 
b/lldb/test/API/commands/expression/char/TestExprsChar.py
index e2229a074d3f..a7f37e868b4d 100644
--- a/lldb/test/API/commands/expression/char/TestExprsChar.py
+++ b/lldb/test/API/commands/expression/char/TestExprsChar.py
@@ -20,6 +20,7 @@ def do_test(self, dictionary=None):
     def test_default_char(self):
         self.do_test()
 
+    @skipIf(oslist=["linux"], archs=["arm"], bugnumber="llvm.org/pr23069")
     @expectedFailureAll(
         archs=[
             "aarch64",


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

Reply via email to