[Lldb-commits] [lldb] [lldb] Enable "frame diagnose" on linux (PR #123217)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 17 02:16:19 PST 2025


================
@@ -10,7 +10,7 @@
 
 
 class TestDiagnoseDereferenceFunctionReturn(TestBase):
-    @skipUnlessDarwin
+    @expectedFailureAll(oslist=no_match(lldbplatformutil.getDarwinOSTriples()))
----------------
labath wrote:

Yep

https://github.com/llvm/llvm-project/pull/123217


More information about the lldb-commits mailing list