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/frame | |
| 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/frame')
| -rw-r--r-- | lldb/test/python_api/frame/TestFrames.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/frame/TestFrames.py b/lldb/test/python_api/frame/TestFrames.py index 068aa4c5909..bcde045a5a2 100644 --- a/lldb/test/python_api/frame/TestFrames.py +++ b/lldb/test/python_api/frame/TestFrames.py @@ -23,6 +23,7 @@ class FrameAPITestCase(TestBase): @python_api_test @dwarf_test + @expectedFailureWindows("llvm.org/pr24778") def test_get_arg_vals_for_call_stack_with_dwarf(self): """Exercise SBFrame.GetVariables() API to get argument vals.""" self.buildDwarf() |

