aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/dotest.py
diff options
context:
space:
mode:
authorMichał Górny <mgorny@moritz.systems>2021-04-15 15:08:03 +0200
committerMichał Górny <mgorny@moritz.systems>2021-04-25 19:40:59 +0200
commit06215023f450ce25bb608fcdb78fd1f310b23c70 (patch)
tree8e0ec84c06afdfdbef8dcbda802f0ab3b4d1808e /lldb/packages/Python/lldbsuite/test/dotest.py
parent65f2a757371e687cee6c36788fde1dab22895df7 (diff)
downloadllvm-06215023f450ce25bb608fcdb78fd1f310b23c70.zip
llvm-06215023f450ce25bb608fcdb78fd1f310b23c70.tar.gz
llvm-06215023f450ce25bb608fcdb78fd1f310b23c70.tar.bz2
[lldb] [Process/NetBSD] Report fork/vfork events to LLGS
Differential Revision: https://reviews.llvm.org/D100554
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/dotest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest.py b/lldb/packages/Python/lldbsuite/test/dotest.py
index d48c578..6e5bd6b 100644
--- a/lldb/packages/Python/lldbsuite/test/dotest.py
+++ b/lldb/packages/Python/lldbsuite/test/dotest.py
@@ -863,7 +863,7 @@ def checkForkVForkSupport():
from lldbsuite.test import lldbplatformutil
platform = lldbplatformutil.getPlatform()
- if platform not in ["freebsd", "linux"]:
+ if platform not in ["freebsd", "linux", "netbsd"]:
configuration.skip_categories.append("fork")