[lldb] Use assertState in even more tests (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 30 Jun 2022 00:01:36 +0000 (17:01 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 30 Jun 2022 00:05:58 +0000 (17:05 -0700)
commit1b8c73522ebf5b937912ef91c297a5b77ddc95ec
treedc7d9700c3ae258ce5ca5c83e8c0f073907167a6
parent798e92c6c49127c5b24ea349522c53f2d695bb26
[lldb] Use assertState in even more tests (NFC)

Followup to D127355 and D127378, converting more instances of
assertEqual to assertState.
29 files changed:
lldb/packages/Python/lldbsuite/test/lldbutil.py
lldb/test/API/android/platform/TestDefaultCacheLineSize.py
lldb/test/API/arm/breakpoint-it/TestBreakpointIt.py
lldb/test/API/arm/breakpoint-thumb-codesection/TestBreakpointThumbCodesection.py
lldb/test/API/commands/expression/expr-in-syscall/TestExpressionInSyscall.py
lldb/test/API/commands/process/handle/TestProcessHandle.py
lldb/test/API/commands/process/launch/TestProcessLaunch.py
lldb/test/API/functionalities/breakpoint/breakpoint_hit_count/TestBreakpointHitCount.py
lldb/test/API/functionalities/breakpoint/debugbreak/TestDebugBreak.py
lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/list/loop/TestDataFormatterGenericListLoop.py
lldb/test/API/functionalities/gdb_remote_client/TestRecognizeBreakpoint.py
lldb/test/API/functionalities/jitloader_gdb/TestJITLoaderGDB.py
lldb/test/API/functionalities/plugins/python_os_plugin/stepping_plugin_threads/TestOSPluginStepping.py
lldb/test/API/functionalities/process_group/TestChangeProcessGroup.py
lldb/test/API/functionalities/signal/handle-abrt/TestHandleAbort.py
lldb/test/API/functionalities/signal/handle-segv/TestHandleSegv.py
lldb/test/API/functionalities/signal/raise/TestRaise.py
lldb/test/API/functionalities/thread/exit_during_step/TestExitDuringStep.py
lldb/test/API/functionalities/thread/state/TestThreadStates.py
lldb/test/API/functionalities/thread/thread_exit/TestThreadExit.py
lldb/test/API/functionalities/tty/TestTerminal.py
lldb/test/API/linux/aarch64/unwind_signal/TestUnwindSignal.py
lldb/test/API/linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py
lldb/test/API/macosx/posix_spawn/TestLaunchProcessPosixSpawn.py
lldb/test/API/macosx/profile_vrs_detach/TestDetachVrsProfile.py
lldb/test/API/python_api/process/io/TestProcessIO.py
lldb/test/API/python_api/target/TestTargetAPI.py
lldb/test/API/python_api/watchpoint/TestWatchpointIgnoreCount.py
lldb/test/API/qemu/TestQemuLaunch.py