[Lldb-commits] [lldb] cf884c1 - [lldb] [test] Remove duplicate xfail for Testtypedef

Michał Górny via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 7 02:27:47 PST 2020


Author: Michał Górny
Date: 2020-12-07T11:22:06+01:00
New Revision: cf884c1035c79973e7297fcd13495b78e00ef919

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

LOG: [lldb] [test] Remove duplicate xfail for Testtypedef

The @expectedFailureAll(compiler="clang") decorator works correctly
on FreeBSD these days, so it is sufficient.

Added: 
    

Modified: 
    lldb/test/API/lang/c/typedef/Testtypedef.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/lang/c/typedef/Testtypedef.py b/lldb/test/API/lang/c/typedef/Testtypedef.py
index cbbb6362381e..29a3c5af9e4a 100644
--- a/lldb/test/API/lang/c/typedef/Testtypedef.py
+++ b/lldb/test/API/lang/c/typedef/Testtypedef.py
@@ -13,9 +13,6 @@ class TypedefTestCase(TestBase):
     mydir = TestBase.compute_mydir(__file__)
 
     @expectedFailureAll(compiler="clang", bugnumber="llvm.org/pr19238")
-    @expectedFailureAll(
-        oslist=["freebsd"],
-        bugnumber="llvm.org/pr25626 expectedFailureClang fails on FreeBSD")
     def test_typedef(self):
         """Test 'image lookup -t a' and check for correct display at 
diff erent scopes."""
         self.build()


        


More information about the lldb-commits mailing list