[Lldb-commits] [lldb] r205482 - Add decorator for pr19311 on FreeBSD
Ed Maste
emaste at freebsd.org
Wed Apr 2 16:01:05 PDT 2014
Author: emaste
Date: Wed Apr 2 18:01:04 2014
New Revision: 205482
URL: http://llvm.org/viewvc/llvm-project?rev=205482&view=rev
Log:
Add decorator for pr19311 on FreeBSD
A breakpoint at the resume address for "continue" is skipped. This is
presumably the root cause for the Linux failure as well.
Modified:
lldb/trunk/test/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py
Modified: lldb/trunk/test/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py?rev=205482&r1=205481&r2=205482&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py (original)
+++ lldb/trunk/test/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py Wed Apr 2 18:01:04 2014
@@ -22,6 +22,7 @@ class DynamicValueChildCountTestCase(Tes
self.do_get_dynamic_vals()
@expectedFailureLinux # FIXME: This needs to be root-caused. It looks like the DWARF info is anticipating the derived class assignment.
+ @expectedFailureFreeBSD("llvm.org/pr19311") # continue at a breakpoint does not work
@python_api_test
@dwarf_test
@expectedFailurei386("to be figured out")
More information about the lldb-commits
mailing list