diff options
author | Zachary Turner <zturner@google.com> | 2015-09-11 20:01:24 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-09-11 20:01:24 +0000 |
commit | 9c7b08e609115eef68b1155545a7bc8d9c6f45bc (patch) | |
tree | 8293ef64cd58cd8ac3a3c645464bc79520874897 /lldb/test/python_api/target/TestTargetAPI.py | |
parent | 31099900483cca21f0b3b5df83963276b8e31cf1 (diff) | |
download | bcm5719-llvm-9c7b08e609115eef68b1155545a7bc8d9c6f45bc.tar.gz bcm5719-llvm-9c7b08e609115eef68b1155545a7bc8d9c6f45bc.zip |
XFAIL miscellaneous tests on windows.
llvm.org/pr24778
llvm-svn: 247460
Diffstat (limited to 'lldb/test/python_api/target/TestTargetAPI.py')
-rw-r--r-- | lldb/test/python_api/target/TestTargetAPI.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/target/TestTargetAPI.py b/lldb/test/python_api/target/TestTargetAPI.py index 22909adfbef..8c087c39f30 100644 --- a/lldb/test/python_api/target/TestTargetAPI.py +++ b/lldb/test/python_api/target/TestTargetAPI.py @@ -50,6 +50,7 @@ class TargetAPITestCase(TestBase): @python_api_test @dwarf_test + @expectedFailureWindows("llvm.org/pr24778") def test_find_functions_with_dwarf(self): """Exercise SBTarget.FindFunctions() API.""" d = {'EXE': 'b.out'} |