[all-commits] [llvm/llvm-project] 880b21: [lldb] Mark TestRosetta as skipIfDarwinEmbedded
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Aug 3 14:32:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 880b2128ef4b884612a59836583a5d3d4108fb43
https://github.com/llvm/llvm-project/commit/880b2128ef4b884612a59836583a5d3d4108fb43
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-08-03 (Wed, 03 Aug 2022)
Changed paths:
M lldb/test/API/macosx/rosetta/TestRosetta.py
Log Message:
-----------
[lldb] Mark TestRosetta as skipIfDarwinEmbedded
This test only makes sense on the host.
Commit: 2b61b770df813539b38b620efcae8fd3d11faad2
https://github.com/llvm/llvm-project/commit/2b61b770df813539b38b620efcae8fd3d11faad2
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-08-03 (Wed, 03 Aug 2022)
Changed paths:
M lldb/test/API/functionalities/target-new-solib-notifications/TestModuleLoadedNotifys.py
Log Message:
-----------
[lldb] Make TestModuleLoadedNotifys work with dyld from the shared cache
Make TestModuleLoadedNotifys work with a dyld from the expanded shared
cache in the DeviceSupport directory. In that case the module path is:
~/Library/Developer/Xcode/iOS DeviceSupport/<...>/Symbols/usr/lib/dyld
instead of just:
/usr/lib/dyld
This makes the test pass when running against an embedded Darwin device.
Compare: https://github.com/llvm/llvm-project/compare/383e7540727e...2b61b770df81
More information about the All-commits
mailing list