From 9c7b08e609115eef68b1155545a7bc8d9c6f45bc Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Fri, 11 Sep 2015 20:01:24 +0000 Subject: XFAIL miscellaneous tests on windows. llvm.org/pr24778 llvm-svn: 247460 --- lldb/test/python_api/frame/TestFrames.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/test/python_api/frame') 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() -- cgit v1.2.3