summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2015-07-27 19:20:42 +0000
committerEd Maste <emaste@freebsd.org>2015-07-27 19:20:42 +0000
commit6cfb894892c0ba0e635b2997ea0e5b31e1a64fad (patch)
tree2c138ab3b37165fb04bfb913a1fc080fe0fd4d71 /lldb/test/python_api
parent2541e0241c8f12a5d4f2e94e68b09a58959e9615 (diff)
downloadbcm5719-llvm-6cfb894892c0ba0e635b2997ea0e5b31e1a64fad.tar.gz
bcm5719-llvm-6cfb894892c0ba0e635b2997ea0e5b31e1a64fad.zip
XFAIL test_with_dwarf_formatters_api on FreeBSD
llvm.org/pr24282 llvm-svn: 243309
Diffstat (limited to 'lldb/test/python_api')
-rw-r--r--lldb/test/python_api/formatters/TestFormattersSBAPI.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/formatters/TestFormattersSBAPI.py b/lldb/test/python_api/formatters/TestFormattersSBAPI.py
index 854b3acae58..bd71ff341a4 100644
--- a/lldb/test/python_api/formatters/TestFormattersSBAPI.py
+++ b/lldb/test/python_api/formatters/TestFormattersSBAPI.py
@@ -19,6 +19,7 @@ class SBFormattersAPITestCase(TestBase):
self.setTearDownCleanup()
self.formatters()
+ @expectedFailureFreeBSD("llvm.org/pr24282 Empty2 fails")
@python_api_test
@dwarf_test
def test_with_dwarf_formatters_api(self):
OpenPOWER on IntegriCloud