llvmorg-github-actions[bot] wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: Alex Langford (bulbazord)

<details>
<summary>Changes</summary>

This has been very flaky on Green Dragon.

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


1 Files Affected:

- (modified) lldb/test/API/tools/lldb-dap/module/TestDAP_module.py (+6) 


``````````diff
diff --git a/lldb/test/API/tools/lldb-dap/module/TestDAP_module.py 
b/lldb/test/API/tools/lldb-dap/module/TestDAP_module.py
index 7bc90e36349dd..3f7c506a060fd 100644
--- a/lldb/test/API/tools/lldb-dap/module/TestDAP_module.py
+++ b/lldb/test/API/tools/lldb-dap/module/TestDAP_module.py
@@ -7,9 +7,11 @@
 
 from lldbsuite.test.decorators import (
     requireDarwin,
+    skipIf,
     skipIfWindows,
     skipIfTargetDoesNotSupportSharedLibraries,
 )
+import lldbsuite.test.lldbplatformutil as lldbplatformutil
 from lldbsuite.test.lldbtest import line_number
 from lldbsuite.test.tools.lldb_dap.types import (
     CompileUnitsArgs,
@@ -21,6 +23,10 @@
 
 
 @skipIfTargetDoesNotSupportSharedLibraries()
+@skipIf(
+    oslist=lldbplatformutil.getDarwinOSTriples(),
+    bugnumber="https://github.com/llvm/llvm-project/issues/216150";,
+)
 class TestDAP_module(DAPTestCaseBase):
     def run_test(self, symbol_basename: str, expect_debug_info_size: bool):
         session = self.build_and_create_session()

``````````

</details>


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

Reply via email to