Author: Muhammad Omair Javaid
Date: 2023-01-02T19:33:45+04:00
New Revision: dbee45d8fea97dca9666b09688cc7548d5023c4e

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

LOG: [LLDB] Enable TestSignedTypes.py for AArch64/Windows

TestSignedTypes.py passes on AArch64 Windows. This patch disables this
test only for i[3-6]86 and x86_64 Windows platform.

Added: 
    

Modified: 
    lldb/test/API/lang/cpp/signed_types/TestSignedTypes.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/lang/cpp/signed_types/TestSignedTypes.py 
b/lldb/test/API/lang/cpp/signed_types/TestSignedTypes.py
index e94dabe7ac48f..015eaea547dc4 100644
--- a/lldb/test/API/lang/cpp/signed_types/TestSignedTypes.py
+++ b/lldb/test/API/lang/cpp/signed_types/TestSignedTypes.py
@@ -20,7 +20,7 @@ def setUp(self):
         self.line = line_number(
             self.source, '// Set break point at this line.')
 
-    @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24489")
+    @expectedFailureAll(oslist=["windows"], archs=["i[3-6]86", "x86_64"], 
bugnumber="llvm.org/pr24489")
     def test(self):
         """Test that variables with signed types display correctly."""
         self.build()


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

Reply via email to