Skip to content

Commit

Permalink
XFAIL TestNameLookup for GCC
Browse files Browse the repository at this point in the history
I think I have a fix for this, but it needs review. This should keep the
bots happy until then.

llvm-svn: 295047
  • Loading branch information
labath committed Feb 14, 2017
1 parent 75dda50 commit 810b34a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -62,4 +63,4 @@ def test_target(self):
self.assertTrue(symbol_context.GetFunction().IsValid())
self.assertTrue(symbol_context.GetSymbol().IsValid())



0 comments on commit 810b34a

Please sign in to comment.