[Lldb-commits] [lldb] bec6b5e - [LLDB] Disable TestExprsChar.py, still fails on Arm/Linux

Muhammad Omair Javaid via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 8 01:07:16 PST 2021


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",


        


More information about the lldb-commits mailing list