XFAIL TestHelloWorld on Windows.

https://llvm.org/pr24600

llvm-svn: 246569
This commit is contained in:
Zachary Turner
2015-09-01 18:24:49 +00:00
parent 980c0484c5
commit bc556d382b

View File

@@ -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.