forked from OSchip/llvm-project
[lldb] [test] Remove duplicate xfail for Testtypedef
The @expectedFailureAll(compiler="clang") decorator works correctly on FreeBSD these days, so it is sufficient.
This commit is contained in:
parent
fed9af29c2
commit
cf884c1035
|
@ -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 different scopes."""
|
||||
self.build()
|
||||
|
|
Loading…
Reference in New Issue