mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 09:31:59 +08:00
XFAIL TestHelloWorld on Windows.
https://llvm.org/pr24600 llvm-svn: 246569
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user