XFAIL more bugs that depend on dynamic value resolution.

llvm.org/pr24663

llvm-svn: 246724
This commit is contained in:
Zachary Turner 2015-09-02 22:40:59 +00:00
parent 428ffcfa8d
commit 11ac206f67
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,3 @@
import lldbinline
lldbinline.MakeInlineTest(__file__, globals())
lldbinline.MakeInlineTest(__file__, globals(), [lldbinline.expectedFailureWindows("llvm.org/pr24663")])

View File

@ -23,6 +23,7 @@ class DynamicValueChildCountTestCase(TestBase):
@expectedFailureLinux("llvm.org/pr23039")
@expectedFailureFreeBSD("llvm.org/pr19311") # continue at a breakpoint does not work
@expectedFailureWindows("llvm.org/pr24663")
@python_api_test
@dwarf_test
@expectedFailurei386("to be figured out")