diff options
author | Michal Gorny <mgorny@gentoo.org> | 2019-07-30 06:12:03 +0000 |
---|---|---|
committer | Michal Gorny <mgorny@gentoo.org> | 2019-07-30 06:12:03 +0000 |
commit | f9108f76fa877926b9989d10aa08cd12c3bfdc5f (patch) | |
tree | 34077f415dd0173ecca4dbdb1adce1dc89e80ef1 /lldb/packages/Python/lldbsuite/test/python_api | |
parent | b1cbe51bdf44098c74f5c74b7bcd8c041a7c6772 (diff) | |
download | bcm5719-llvm-f9108f76fa877926b9989d10aa08cd12c3bfdc5f.tar.gz bcm5719-llvm-f9108f76fa877926b9989d10aa08cd12c3bfdc5f.zip |
[lldb] [test] Mark newly running test XFAIL on NetBSD
The test was not previously run due to decorator bug (fixed in r366903).
It is not a regression and is probably related to the other failing
test, so just disable it.
llvm-svn: 367285
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/python_api/hello_world/TestHelloWorld.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/python_api/hello_world/TestHelloWorld.py b/lldb/packages/Python/lldbsuite/test/python_api/hello_world/TestHelloWorld.py index 79f52d3ef8e..c9fa4870c0e 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/hello_world/TestHelloWorld.py +++ b/lldb/packages/Python/lldbsuite/test/python_api/hello_world/TestHelloWorld.py @@ -109,6 +109,7 @@ class HelloWorldTestCase(TestBase): @add_test_categories(['pyapi']) @skipIfiOSSimulator @skipIfSanitized # FIXME: Hangs indefinitely. + @expectedFailureNetBSD def test_with_attach_to_process_with_name_api(self): """Create target, spawn a process, and attach to it with process name.""" exe = '%s_%d'%(self.getBuildArtifact(self.testMethodName), os.getpid()) |