diff options
author | Ed Maste <emaste@freebsd.org> | 2014-04-02 23:01:04 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2014-04-02 23:01:04 +0000 |
commit | abd482a650198495be654ebd0ab9d9f3528764e5 (patch) | |
tree | 2e6a5767c1d952d6f3c437548741e503ce9f60ef | |
parent | 5dc14bd54ccc3562379f598ccd1ab917a07166cc (diff) | |
download | bcm5719-llvm-abd482a650198495be654ebd0ab9d9f3528764e5.tar.gz bcm5719-llvm-abd482a650198495be654ebd0ab9d9f3528764e5.zip |
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.
llvm-svn: 205482
-rw-r--r-- | lldb/test/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py b/lldb/test/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py index 2de3b999d13..f96ab621c70 100644 --- a/lldb/test/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py +++ b/lldb/test/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py @@ -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") |