diff options
author | Pavel Labath <labath@google.com> | 2017-02-14 12:06:54 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2017-02-14 12:06:54 +0000 |
commit | 810b34ab8cbf54a4afa0fdf514d38b8b0bcdbf26 (patch) | |
tree | bfd8c772db4fb3788691bc753383712462124b03 /lldb/packages/Python/lldbsuite/test | |
parent | 75dda50ebe5771b7129db2080e35c1d51d4f5e68 (diff) | |
download | bcm5719-llvm-810b34ab8cbf54a4afa0fdf514d38b8b0bcdbf26.tar.gz bcm5719-llvm-810b34ab8cbf54a4afa0fdf514d38b8b0bcdbf26.zip |
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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/python_api/name_lookup/TestNameLookup.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/python_api/name_lookup/TestNameLookup.py b/lldb/packages/Python/lldbsuite/test/python_api/name_lookup/TestNameLookup.py index 3d228069dc2..522af9ff951 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/name_lookup/TestNameLookup.py +++ b/lldb/packages/Python/lldbsuite/test/python_api/name_lookup/TestNameLookup.py @@ -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()) -
\ No newline at end of file + |