diff options
author | Zachary Turner <zturner@google.com> | 2015-09-01 18:24:49 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-09-01 18:24:49 +0000 |
commit | bc556d382b913a6e6eecce906f6a25b554c9826c (patch) | |
tree | 6f5f827b985ffbd7e4e83e53f13f41499528ef13 /lldb/test/python_api | |
parent | 980c0484c5f9fb1f4c1266c81418ba63b60e9def (diff) | |
download | bcm5719-llvm-bc556d382b913a6e6eecce906f6a25b554c9826c.tar.gz bcm5719-llvm-bc556d382b913a6e6eecce906f6a25b554c9826c.zip |
XFAIL TestHelloWorld on Windows.
https://llvm.org/pr24600
llvm-svn: 246569
Diffstat (limited to 'lldb/test/python_api')
-rw-r--r-- | lldb/test/python_api/hello_world/TestHelloWorld.py | 2 |
1 files changed, 2 insertions, 0 deletions
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. |