Add decorator for pr19311 on FreeBSD
authorEd Maste <emaste@freebsd.org>
Wed, 2 Apr 2014 23:01:04 +0000 (23:01 +0000)
committerEd Maste <emaste@freebsd.org>
Wed, 2 Apr 2014 23:01:04 +0000 (23:01 +0000)
A breakpoint at the resume address for "continue" is skipped.  This is
presumably the root cause for the Linux failure as well.

llvm-svn: 205482

lldb/test/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py

index 2de3b999d13b86bb88df4e382cc0604e3b3ffe11..f96ab621c70acc3cb7b1973ecff6032c99458084 100644 (file)
@@ -22,6 +22,7 @@ class DynamicValueChildCountTestCase(TestBase):
         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")