Skip to content

Conversation

@da-viper
Copy link
Contributor

No description provided.

@llvmbot
Copy link
Member

llvmbot commented Sep 10, 2025

@llvm/pr-subscribers-lldb

Author: Ebuka Ezike (da-viper)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/157916.diff

1 Files Affected:

  • (modified) lldb/test/API/functionalities/rerun_and_expr_dylib/TestRerunAndExprDylib.py (+1)
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

@da-viper da-viper merged commit 55e99ef into llvm:main Sep 10, 2025
11 checks passed
da-viper added a commit to da-viper/llvm-project that referenced this pull request Sep 30, 2025
da-viper added a commit to swiftlang/llvm-project that referenced this pull request Sep 30, 2025
* [lldb][test] Re-enable `TestRerunAndExprDylib.py` (llvm#157872)

the `skipTestIfFn` requires a function that return a string to skip or
None to run the test. The `isUbuntu18_04` function returns a bool and
the test is skipped on all platforms.

(cherry picked from commit f5315bd)

* [lldb][test] skip test `TestRerunAndExprDylib.py` on remote (llvm#157916)

(cherry picked from commit 55e99ef)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants