[Lldb-commits] [lldb] 2f75363 - [lldb] [test] Un-XFAIL a test that no longer fail on FreeBSD

Michał Górny via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 23 05:35:43 PST 2021


Author: Michał Górny
Date: 2021-02-23T14:35:34+01:00
New Revision: 2f75363a9e138429d5c80ca0a541247a5bc70614

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

LOG: [lldb] [test] Un-XFAIL a test that no longer fail on FreeBSD

Added: 
    

Modified: 
    lldb/test/API/lang/c/conflicting-symbol/TestConflictingSymbol.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/lang/c/conflicting-symbol/TestConflictingSymbol.py b/lldb/test/API/lang/c/conflicting-symbol/TestConflictingSymbol.py
index 926e9f625f5b..7044667dfb39 100644
--- a/lldb/test/API/lang/c/conflicting-symbol/TestConflictingSymbol.py
+++ b/lldb/test/API/lang/c/conflicting-symbol/TestConflictingSymbol.py
@@ -19,7 +19,6 @@ def setUp(self):
         lldbutil.mkdir_p(self.getBuildArtifact("Two"))
 
     @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24489")
-    @expectedFailureAll(oslist=["freebsd"], bugnumber="llvm.org/pr48416")
     def test_conflicting_symbols(self):
         self.build()
         exe = self.getBuildArtifact("a.out")


        


More information about the lldb-commits mailing list