[Lldb-commits] [lldb] fe4a582 - [LLDB][ARM] Remove expected failure from AnonTypedef test

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 17 01:53:09 PDT 2022


Author: David Spickett
Date: 2022-08-17T08:52:58Z
New Revision: fe4a58214fe850a8fa8c58fec8e8376e7233ecba

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

LOG: [LLDB][ARM] Remove expected failure from AnonTypedef test

Thanks to ff9efe240c4711572d2892f9058fd94a8bd5336e this test
is now passing.

https://lab.llvm.org/buildbot/#/builders/17/builds/26270

Added: 
    

Modified: 
    lldb/test/API/commands/expression/anonymous-struct/TestCallUserAnonTypedef.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/commands/expression/anonymous-struct/TestCallUserAnonTypedef.py b/lldb/test/API/commands/expression/anonymous-struct/TestCallUserAnonTypedef.py
index 12c2bdfc255f3..638e2f5f1e049 100644
--- a/lldb/test/API/commands/expression/anonymous-struct/TestCallUserAnonTypedef.py
+++ b/lldb/test/API/commands/expression/anonymous-struct/TestCallUserAnonTypedef.py
@@ -14,10 +14,6 @@
 
 class TestExprLookupAnonStructTypedef(TestBase):
 
-    @expectedFailureAll(
-        oslist=['linux'],
-        archs=['arm'],
-        bugnumber="llvm.org/pr27868")
     def test(self):
         """Test typedeffed untagged struct arguments for function call expressions"""
         self.build()


        


More information about the lldb-commits mailing list