[all-commits] [llvm/llvm-project] f40ed1: [lldb] Fix TestObjectFileJSON and TestSymbolFileJSON
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Apr 17 12:01:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f40ed1f619046e98d08b092b1afb835ed5156f52
https://github.com/llvm/llvm-project/commit/f40ed1f619046e98d08b092b1afb835ed5156f52
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2023-04-17 (Mon, 17 Apr 2023)
Changed paths:
A lldb/test/API/functionalities/json/object-file/Makefile
A lldb/test/API/functionalities/json/object-file/TestObjectFileJSON.py
A lldb/test/API/functionalities/json/object-file/main.c
A lldb/test/API/functionalities/json/symbol-file/Makefile
A lldb/test/API/functionalities/json/symbol-file/TestSymbolFileJSON.py
A lldb/test/API/functionalities/json/symbol-file/main.c
R lldb/test/API/macosx/symbols/Makefile
R lldb/test/API/macosx/symbols/TestObjectFileJSON.py
R lldb/test/API/macosx/symbols/TestSymbolFileJSON.py
R lldb/test/API/macosx/symbols/main.c
Log Message:
-----------
[lldb] Fix TestObjectFileJSON and TestSymbolFileJSON
- Separate the two test and only have TestSymbolFileJSON rely on strip.
- Use different file names to make sure LLDB reloads the module.
This should address all the post commit review from D148062.
More information about the All-commits
mailing list