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


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

Reply via email to