[all-commits] [llvm/llvm-project] 458636: [lldb] Do some gardening in ProgressReportTest (NF...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu Mar 7 12:41:29 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 458636690afdd223ffa72f49164f30449b588892
https://github.com/llvm/llvm-project/commit/458636690afdd223ffa72f49164f30449b588892
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2024-03-07 (Thu, 07 Mar 2024)
Changed paths:
M lldb/unittests/Core/ProgressReportTest.cpp
Log Message:
-----------
[lldb] Do some gardening in ProgressReportTest (NFC) (#84278)
- Factor our common setup code.
- Split the ProgressManager test into separate tests as they test
separate things.
- Fix usage of EXPECT (which continues on failure) and ASSERT (which
halts on failure). We must use the latter when calling GetEvent as
otherwise we'll try to dereference a null EventSP.
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