From bc556d382b913a6e6eecce906f6a25b554c9826c Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Tue, 1 Sep 2015 18:24:49 +0000 Subject: XFAIL TestHelloWorld on Windows. https://llvm.org/pr24600 llvm-svn: 246569 --- lldb/test/python_api/hello_world/TestHelloWorld.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lldb/test/python_api/hello_world/TestHelloWorld.py') diff --git a/lldb/test/python_api/hello_world/TestHelloWorld.py b/lldb/test/python_api/hello_world/TestHelloWorld.py index a94ceee486d..e9cd7783a65 100644 --- a/lldb/test/python_api/hello_world/TestHelloWorld.py +++ b/lldb/test/python_api/hello_world/TestHelloWorld.py @@ -49,6 +49,7 @@ class HelloWorldTestCase(TestBase): @python_api_test @dwarf_test @expectedFailurei386 # llvm.org/pr17384: lldb needs to be aware of linux-vdso.so to unwind stacks properly + @expectedFailureWindows("llvm.org/pr24600") def test_with_dwarf_and_attach_to_process_with_id_api(self): """Create target, spawn a process, and attach to it with process id. @@ -74,6 +75,7 @@ class HelloWorldTestCase(TestBase): @python_api_test @dwarf_test @expectedFailurei386 # llvm.org/pr17384: lldb needs to be aware of linux-vdso.so to unwind stacks properly + @expectedFailureWindows("llvm.org/pr24600") def test_with_dwarf_and_attach_to_process_with_name_api(self): """Create target, spawn a process, and attach to it with process name. -- cgit v1.2.3