[all-commits] [llvm/llvm-project] 66a2ed: [lldb] Remove process restart prompt from TestSour...
Alex Langford via All-commits
all-commits at lists.llvm.org
Wed Mar 20 10:44:02 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 66a2ed50ccb6de64fdf82957ca0d4b55ef76f3cd
https://github.com/llvm/llvm-project/commit/66a2ed50ccb6de64fdf82957ca0d4b55ef76f3cd
Author: Alex Langford <alangford at apple.com>
Date: 2024-03-20 (Wed, 20 Mar 2024)
Changed paths:
M lldb/test/API/source-manager/TestSourceManager.py
Log Message:
-----------
[lldb] Remove process restart prompt from TestSourceManager (#85861)
In TestSourceManager, test_artificial_source_location will give the
process restart prompt if you run the test individually. The reason is
that we run the process twice: first using a convenience function to run
to a specific breakpoint and then again to check for a specific message
emitted when you hit the breakpoint. Instead of running twice and making
the test difficult to run individually, we can just check for the
specific messages using other commands.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list