forked from OSchip/llvm-project
XFAIL some more tests related to value api
llvm.org/pr24772 llvm-svn: 247458
This commit is contained in:
parent
db8201f11c
commit
0df2865083
|
@ -1,3 +1,3 @@
|
|||
import lldbinline
|
||||
|
||||
lldbinline.MakeInlineTest(__file__, globals())
|
||||
lldbinline.MakeInlineTest(__file__, globals(), [lldbtest.expectedFailureWindows("llvm.org/pr24772")])
|
||||
|
|
|
@ -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"""
|
||||
|
|
|
@ -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):
|
||||
|
|
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue