[Lldb-commits] [lldb] [lldb] Fix TestDiagnoseDereferenceFunctionReturn on linux (PR #128512)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 24 06:08:50 PST 2025


================
@@ -10,7 +10,7 @@
 
 
 class TestDiagnoseDereferenceFunctionReturn(TestBase):
-    @expectedFailureAll(oslist=no_match(lldbplatformutil.getDarwinOSTriples()))
+    @expectedFailureAll(oslist=["windows"])
     @skipIf(
         archs=no_match(["x86_64"])
     )  # <rdar://problem/33842388> frame diagnose doesn't work for armv7 or arm64
----------------
labath wrote:

Oh, that's funny :P

I didn't actually read the test, I just came to this conclusion independently by debugging the code :P

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


More information about the lldb-commits mailing list