XFAIL some more tests related to value api
authorZachary Turner <zturner@google.com>
Fri, 11 Sep 2015 20:00:25 +0000 (20:00 +0000)
committerZachary Turner <zturner@google.com>
Fri, 11 Sep 2015 20:00:25 +0000 (20:00 +0000)
llvm.org/pr24772

llvm-svn: 247458

lldb/test/functionalities/data-formatter/stringprinter/TestStringPrinter.py
lldb/test/python_api/sbvalue_persist/TestSBValuePersist.py
lldb/test/python_api/value/TestValueAPI.py
lldb/test/python_api/value/change_values/TestChangeValueAPI.py

index a70d2ca..844428a 100644 (file)
@@ -1,3 +1,3 @@
 import lldbinline
 
-lldbinline.MakeInlineTest(__file__, globals())
+lldbinline.MakeInlineTest(__file__, globals(), [lldbtest.expectedFailureWindows("llvm.org/pr24772")])
index 407d417..165129f 100644 (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"""
index 0839c37..7c5443d 100644 (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):
index c5937b1..80b7940 100644 (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):