[lldb] [test] Mark newly running test XFAIL on NetBSD
authorMichal Gorny <mgorny@gentoo.org>
Tue, 30 Jul 2019 06:12:03 +0000 (06:12 +0000)
committerMichal Gorny <mgorny@gentoo.org>
Tue, 30 Jul 2019 06:12:03 +0000 (06:12 +0000)
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

lldb/packages/Python/lldbsuite/test/python_api/hello_world/TestHelloWorld.py

index 79f52d3..c9fa487 100644 (file)
@@ -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())