aboutsummaryrefslogtreecommitdiff
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
commit8be36596a02e57eb3b187f03a760c532d6d95571 (patch)
tree356c2c3848a65ccc482eb4bcb881f9473646f17d
parent4e6d297d49a91978aa845c14d2a1ab93cffe6003 (diff)
downloadlldb-8be36596a02e57eb3b187f03a760c532d6d95571.tar.gz
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. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@187070 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/python_api/lldbutil/iter/TestRegistersIterator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/python_api/lldbutil/iter/TestRegistersIterator.py b/test/python_api/lldbutil/iter/TestRegistersIterator.py
index d62bc1752..9b07625c8 100644
--- a/test/python_api/lldbutil/iter/TestRegistersIterator.py
+++ b/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):