[Lldb-commits] [PATCH] D105366: [lldb/test] Fix failure caused by synthetic symbol name changes
Med Ismail Bennani via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 2 13:26:54 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG707bda6e6c95: [lldb/test] Fix failure caused by synthetic symbol name refactoring (authored by mib).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105366/new/
https://reviews.llvm.org/D105366
Files:
lldb/test/API/macosx/function-starts/TestFunctionStarts.py
Index: lldb/test/API/macosx/function-starts/TestFunctionStarts.py
===================================================================
--- lldb/test/API/macosx/function-starts/TestFunctionStarts.py
+++ lldb/test/API/macosx/function-starts/TestFunctionStarts.py
@@ -81,7 +81,6 @@
self.assertTrue(thread.num_frames > 1, "Couldn't backtrace.")
name = thread.frame[1].GetFunctionName()
self.assertTrue(name.startswith("___lldb_unnamed_symbol"))
- self.assertTrue(name.endswith("$$StripMe"))
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105366.356265.patch
Type: text/x-patch
Size: 526 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210702/ebce45f8/attachment.bin>
More information about the lldb-commits
mailing list