From 8be36596a02e57eb3b187f03a760c532d6d95571 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 24 Jul 2013 19:49:20 +0000 Subject: 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 --- test/python_api/lldbutil/iter/TestRegistersIterator.py | 1 + 1 file changed, 1 insertion(+) 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): -- cgit v1.2.3