https://github.com/DrSergei created
https://github.com/llvm/llvm-project/pull/207509
Fix CI after merge of #188710
>From 9b96384e8b41e47efec8ac990708f1bef30484fd Mon Sep 17 00:00:00 2001
From: Sergei Druzhkov
Date: Sat, 4 Jul 2026 14:37:08 +0300
Subject: [PATCH] [lldb] Disable TestStopOnForkAndVFork on remote targets
---
.../test/API/functionalities/fork/stop/TestStopOnForkAndVFork.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/lldb/test/API/functionalities/fork/stop/TestStopOnForkAndVFork.py
b/lldb/test/API/functionalities/fork/stop/TestStopOnForkAndVFork.py
index 9fc85020e66f4..301b143ecc0ba 100644
--- a/lldb/test/API/functionalities/fork/stop/TestStopOnForkAndVFork.py
+++ b/lldb/test/API/functionalities/fork/stop/TestStopOnForkAndVFork.py
@@ -8,6 +8,7 @@
from lldbsuite.test.decorators import *
+@skipIfRemote
class TestStopOnForkAndVFork(TestBase):
NO_DEBUG_INFO_TESTCASE = True
___
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits