summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2013-07-24 19:49:20 +0000
committerEd Maste <emaste@freebsd.org>2013-07-24 19:49:20 +0000
commit8ed8689132a1be0687fd7d938efd70ab047d97e0 (patch)
treebed910a6e43e29faa0c581c54f6b1073a5d84cee /lldb/test/python_api
parent24a7f7d714b05d245b8868add75deb5c032fa86e (diff)
downloadbcm5719-llvm-8ed8689132a1be0687fd7d938efd70ab047d97e0.tar.gz
bcm5719-llvm-8ed8689132a1be0687fd7d938efd70ab047d97e0.zip
test_iter_registers is expected to fail on FreeBSD
Added comment to llvm.org/pr14600 that it fails on FreeBSD in the same way as Linux. llvm-svn: 187070
Diffstat (limited to 'lldb/test/python_api')
-rw-r--r--lldb/test/python_api/lldbutil/iter/TestRegistersIterator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/lldbutil/iter/TestRegistersIterator.py b/lldb/test/python_api/lldbutil/iter/TestRegistersIterator.py
index d62bc175267..9b07625c84d 100644
--- a/lldb/test/python_api/lldbutil/iter/TestRegistersIterator.py
+++ b/lldb/test/python_api/lldbutil/iter/TestRegistersIterator.py
@@ -18,6 +18,7 @@ class RegistersIteratorTestCase(TestBase):
# Find the line number to break inside main().
self.line1 = line_number('main.cpp', '// Set break point at this line.')
+ @expectedFailureFreeBSD # llvm.org/pr14600 - Exception state registers not supported on FreeBSD
@expectedFailureLinux # llvm.org/pr14600 - Exception state registers not supported on Linux
@python_api_test
def test_iter_registers(self):
OpenPOWER on IntegriCloud