[all-commits] [llvm/llvm-project] 1b8c73: [lldb] Use assertState in even more tests (NFC)
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Jun 29 17:06:11 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1b8c73522ebf5b937912ef91c297a5b77ddc95ec
https://github.com/llvm/llvm-project/commit/1b8c73522ebf5b937912ef91c297a5b77ddc95ec
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-06-29 (Wed, 29 Jun 2022)
Changed paths:
M lldb/packages/Python/lldbsuite/test/lldbutil.py
M lldb/test/API/android/platform/TestDefaultCacheLineSize.py
M lldb/test/API/arm/breakpoint-it/TestBreakpointIt.py
M lldb/test/API/arm/breakpoint-thumb-codesection/TestBreakpointThumbCodesection.py
M lldb/test/API/commands/expression/expr-in-syscall/TestExpressionInSyscall.py
M lldb/test/API/commands/process/handle/TestProcessHandle.py
M lldb/test/API/commands/process/launch/TestProcessLaunch.py
M lldb/test/API/functionalities/breakpoint/breakpoint_hit_count/TestBreakpointHitCount.py
M lldb/test/API/functionalities/breakpoint/debugbreak/TestDebugBreak.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/list/loop/TestDataFormatterGenericListLoop.py
M lldb/test/API/functionalities/gdb_remote_client/TestRecognizeBreakpoint.py
M lldb/test/API/functionalities/jitloader_gdb/TestJITLoaderGDB.py
M lldb/test/API/functionalities/plugins/python_os_plugin/stepping_plugin_threads/TestOSPluginStepping.py
M lldb/test/API/functionalities/process_group/TestChangeProcessGroup.py
M lldb/test/API/functionalities/signal/handle-abrt/TestHandleAbort.py
M lldb/test/API/functionalities/signal/handle-segv/TestHandleSegv.py
M lldb/test/API/functionalities/signal/raise/TestRaise.py
M lldb/test/API/functionalities/thread/exit_during_step/TestExitDuringStep.py
M lldb/test/API/functionalities/thread/state/TestThreadStates.py
M lldb/test/API/functionalities/thread/thread_exit/TestThreadExit.py
M lldb/test/API/functionalities/tty/TestTerminal.py
M lldb/test/API/linux/aarch64/unwind_signal/TestUnwindSignal.py
M lldb/test/API/linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py
M lldb/test/API/macosx/posix_spawn/TestLaunchProcessPosixSpawn.py
M lldb/test/API/macosx/profile_vrs_detach/TestDetachVrsProfile.py
M lldb/test/API/python_api/process/io/TestProcessIO.py
M lldb/test/API/python_api/target/TestTargetAPI.py
M lldb/test/API/python_api/watchpoint/TestWatchpointIgnoreCount.py
M lldb/test/API/qemu/TestQemuLaunch.py
Log Message:
-----------
[lldb] Use assertState in even more tests (NFC)
Followup to D127355 and D127378, converting more instances of
assertEqual to assertState.
More information about the All-commits
mailing list