llvmorg-github-actions[bot] wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: Augusto Noronha (augusto2112)

<details>
<summary>Changes</summary>

The PT_DENY_ATTACH handling is in debugserver, so a system debugserver still 
reports lost connection. Added @<!-- -->skipIfOutOfTreeDebugserver

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


1 Files Affected:

- (modified) lldb/test/API/macosx/deny-attach/TestDenyAttach.py (+1) 


``````````diff
diff --git a/lldb/test/API/macosx/deny-attach/TestDenyAttach.py 
b/lldb/test/API/macosx/deny-attach/TestDenyAttach.py
index 1abf5cb678378..56b42a5c8ba89 100644
--- a/lldb/test/API/macosx/deny-attach/TestDenyAttach.py
+++ b/lldb/test/API/macosx/deny-attach/TestDenyAttach.py
@@ -11,6 +11,7 @@ class DenyAttachTestCase(TestBase):
     @requireDarwin
     @skipIfDarwinEmbedded  # PT_DENY_ATTACH attach behavior differs on 
ios/tvos/etc
     @skipIfAsan  # Attach tests time out inconsistently under asan.
+    @skipIfOutOfTreeDebugserver  # The PT_DENY_ATTACH handling is in 
debugserver.
     def test_attach_to_deny_attach_process(self):
         """Attaching to a PT_DENY_ATTACH process reports an error, not a 
crash."""
         self.build()

``````````

</details>


https://github.com/llvm/llvm-project/pull/216399
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to