[Lldb-commits] [lldb] [lldb][test] skip test `TestRerunAndExprDylib.py` on remote (PR #157916)
Ebuka Ezike via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 10 11:03:20 PDT 2025
https://github.com/da-viper created https://github.com/llvm/llvm-project/pull/157916
None
>From de9206315b7692b33694eae0d58dc1278e4a1977 Mon Sep 17 00:00:00 2001
From: Ebuka Ezike <yerimyah1 at gmail.com>
Date: Wed, 10 Sep 2025 19:02:22 +0100
Subject: [PATCH] [lldb][test] skip test `TestRerunAndExprDylib.py` on remote
---
.../rerun_and_expr_dylib/TestRerunAndExprDylib.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/lldb/test/API/functionalities/rerun_and_expr_dylib/TestRerunAndExprDylib.py b/lldb/test/API/functionalities/rerun_and_expr_dylib/TestRerunAndExprDylib.py
index a8f98ef0f0182..19edaac964e62 100644
--- a/lldb/test/API/functionalities/rerun_and_expr_dylib/TestRerunAndExprDylib.py
+++ b/lldb/test/API/functionalities/rerun_and_expr_dylib/TestRerunAndExprDylib.py
@@ -28,6 +28,7 @@ def isUbuntu18_04():
class TestRerunExprDylib(TestBase):
@skipTestIfFn(isUbuntu18_04, bugnumber="rdar://103831050")
@skipIfWindows
+ @skipIfRemote
def test(self):
"""
Tests whether re-launching a process without destroying
More information about the lldb-commits
mailing list