Author: Sergei Druzhkov Date: 2026-07-04T15:19:10+03:00 New Revision: 645e02b88248103e8cce0c9ab605e6eaa70c0f07
URL: https://github.com/llvm/llvm-project/commit/645e02b88248103e8cce0c9ab605e6eaa70c0f07 DIFF: https://github.com/llvm/llvm-project/commit/645e02b88248103e8cce0c9ab605e6eaa70c0f07.diff LOG: [lldb] Disable TestStopOnForkAndVFork on remote targets (#207509) Fix CI after merge of #188710 Added: Modified: lldb/test/API/functionalities/fork/stop/TestStopOnForkAndVFork.py Removed: ################################################################################ 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
