XFAIL some more tests related to value api

llvm.org/pr24772

llvm-svn: 247458
This commit is contained in:
Zachary Turner 2015-09-11 20:00:25 +00:00
parent db8201f11c
commit 0df2865083
4 changed files with 4 additions and 1 deletions

View File

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

View File

@ -20,6 +20,7 @@ class SBValuePersistTestCase(TestBase):
self.doTest()
@python_api_test
@expectedFailureWindows("llvm.org/pr24772")
@dwarf_test
def test_with_dwarf(self):
"""Test SBValue::Persist"""

View File

@ -22,6 +22,7 @@ class ValueAPITestCase(TestBase):
self.setTearDownCleanup(dictionary=d)
self.value_api(self.exe_name)
@expectedFailureWindows("llvm.org/pr24772")
@python_api_test
@dwarf_test
def test_with_dwarf(self):

View File

@ -22,6 +22,7 @@ class ChangeValueAPITestCase(TestBase):
self.setTearDownCleanup(dictionary=d)
self.change_value_api(self.exe_name)
@expectedFailureWindows("llvm.org/pr24772")
@python_api_test
@dwarf_test
def test_change_value_with_dwarf(self):