[Lldb-commits] [lldb] r199551 - Add decorator for failing FreeBSD test
Ed Maste
emaste at freebsd.org
Sat Jan 18 08:23:30 PST 2014
Author: emaste
Date: Sat Jan 18 10:23:30 2014
New Revision: 199551
URL: http://llvm.org/viewvc/llvm-project?rev=199551&view=rev
Log:
Add decorator for failing FreeBSD test
Modified:
lldb/trunk/test/functionalities/inferior-assert/TestInferiorAssert.py
Modified: lldb/trunk/test/functionalities/inferior-assert/TestInferiorAssert.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/inferior-assert/TestInferiorAssert.py?rev=199551&r1=199550&r2=199551&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/inferior-assert/TestInferiorAssert.py (original)
+++ lldb/trunk/test/functionalities/inferior-assert/TestInferiorAssert.py Sat Jan 18 10:23:30 2014
@@ -35,6 +35,7 @@ class AssertingInferiorTestCase(TestBase
self.inferior_asserting_registers()
@expectedFailurei386 # llvm.org/pr17384: lldb needs to be aware of linux-vdso.so to unwind stacks properly
+ @expectedFailureFreeBSD('llvm.org/pr18533') # PC in __assert frame is outside of function
def test_inferior_asserting_disassemble(self):
"""Test that lldb reliably disassembles frames after asserting (command)."""
self.buildDefault()
More information about the lldb-commits
mailing list