From: Michał Górny Date: Tue, 23 Feb 2021 12:34:04 +0000 (+0100) Subject: [lldb] [test] Un-XFAIL a test that no longer fail on FreeBSD X-Git-Tag: llvmorg-14-init~14288 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2f75363a9e138429d5c80ca0a541247a5bc70614;p=platform%2Fupstream%2Fllvm.git [lldb] [test] Un-XFAIL a test that no longer fail on FreeBSD --- diff --git a/lldb/test/API/lang/c/conflicting-symbol/TestConflictingSymbol.py b/lldb/test/API/lang/c/conflicting-symbol/TestConflictingSymbol.py index 926e9f6..7044667 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 @@ class TestConflictingSymbols(TestBase): 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")