forked from OSchip/llvm-project
XFAIL TestNameLookup for GCC
I think I have a fix for this, but it needs review. This should keep the bots happy until then. llvm-svn: 295047
This commit is contained in:
parent
75dda50ebe
commit
810b34ab8c
|
@ -20,6 +20,7 @@ class TestNameLookup(TestBase):
|
|||
mydir = TestBase.compute_mydir(__file__)
|
||||
|
||||
@add_test_categories(['pyapi'])
|
||||
@expectedFailureAll(compiler="gcc")
|
||||
def test_target(self):
|
||||
"""Exercise SBTarget.FindFunctions() with various name masks.
|
||||
|
||||
|
@ -62,4 +63,4 @@ class TestNameLookup(TestBase):
|
|||
self.assertTrue(symbol_context.GetFunction().IsValid())
|
||||
self.assertTrue(symbol_context.GetSymbol().IsValid())
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue