diff options
| author | Zachary Turner <zturner@google.com> | 2015-09-11 20:00:25 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2015-09-11 20:00:25 +0000 |
| commit | 0df2865083347ad41cf066718375807f66cddc57 (patch) | |
| tree | d7883ec757473133c501712d8fee1e54844de0d6 /lldb/test/python_api | |
| parent | db8201f11ca16d8d8543db20a60a83b335220963 (diff) | |
| download | bcm5719-llvm-0df2865083347ad41cf066718375807f66cddc57.tar.gz bcm5719-llvm-0df2865083347ad41cf066718375807f66cddc57.zip | |
XFAIL some more tests related to value api
llvm.org/pr24772
llvm-svn: 247458
Diffstat (limited to 'lldb/test/python_api')
| -rw-r--r-- | lldb/test/python_api/sbvalue_persist/TestSBValuePersist.py | 1 | ||||
| -rw-r--r-- | lldb/test/python_api/value/TestValueAPI.py | 1 | ||||
| -rw-r--r-- | lldb/test/python_api/value/change_values/TestChangeValueAPI.py | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/lldb/test/python_api/sbvalue_persist/TestSBValuePersist.py b/lldb/test/python_api/sbvalue_persist/TestSBValuePersist.py index 407d417133c..165129fe1ce 100644 --- a/lldb/test/python_api/sbvalue_persist/TestSBValuePersist.py +++ b/lldb/test/python_api/sbvalue_persist/TestSBValuePersist.py @@ -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""" diff --git a/lldb/test/python_api/value/TestValueAPI.py b/lldb/test/python_api/value/TestValueAPI.py index 0839c37055c..7c5443d3f62 100644 --- a/lldb/test/python_api/value/TestValueAPI.py +++ b/lldb/test/python_api/value/TestValueAPI.py @@ -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): diff --git a/lldb/test/python_api/value/change_values/TestChangeValueAPI.py b/lldb/test/python_api/value/change_values/TestChangeValueAPI.py index c5937b17d48..80b79405bd8 100644 --- a/lldb/test/python_api/value/change_values/TestChangeValueAPI.py +++ b/lldb/test/python_api/value/change_values/TestChangeValueAPI.py @@ -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): |

