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:
Pavel Labath 2017-02-14 12:06:54 +00:00
parent 75dda50ebe
commit 810b34ab8c
1 changed files with 2 additions and 1 deletions

View File

@ -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())