[Lldb-commits] [lldb] [lldb] Fix TestDiagnoseDereferenceFunctionReturn on linux (PR #128512)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 24 06:03:51 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
----------------
DavidSpickett wrote:
So can you remove the disable-aslr below now then?
https://github.com/llvm/llvm-project/pull/128512
More information about the lldb-commits
mailing list