From f9108f76fa877926b9989d10aa08cd12c3bfdc5f Mon Sep 17 00:00:00 2001 From: Michal Gorny Date: Tue, 30 Jul 2019 06:12:03 +0000 Subject: [PATCH] [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 --- .../Python/lldbsuite/test/python_api/hello_world/TestHelloWorld.py | 1 + 1 file changed, 1 insertion(+) 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 79f52d3..c9fa487 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()) -- 2.7.4