[lldb] Rewrite to assertEqual/assertNotEqual (NFC)
authorDave Lee <davelee.com@gmail.com>
Sat, 12 Nov 2022 00:19:03 +0000 (16:19 -0800)
committerDave Lee <davelee.com@gmail.com>
Sat, 12 Nov 2022 01:03:02 +0000 (17:03 -0800)
commit1fb5c7a2f17f10e768160fe23d4a04537c7224c1
treec8092fe49b665df0014cc8b27835f7362151c578
parenta58541f14d2d3e7d65f2e9b341bf2321b312c615
[lldb] Rewrite to assertEqual/assertNotEqual (NFC)

Using the more specific assert* methods results in more useful error message.
29 files changed:
lldb/test/API/api/listeners/TestListener.py
lldb/test/API/commands/expression/call-restarts/TestCallThatRestarts.py
lldb/test/API/commands/expression/formatters/TestFormatters.py
lldb/test/API/commands/trace/TestTraceExport.py
lldb/test/API/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py
lldb/test/API/functionalities/breakpoint/serialize/TestBreakpointSerialization.py
lldb/test/API/functionalities/dwo/TestZeroDwoId.py
lldb/test/API/functionalities/fat_archives/TestFatArchives.py
lldb/test/API/functionalities/recursion/TestValueObjectRecursion.py
lldb/test/API/functionalities/step-avoids-no-debug/TestStepNoDebug.py
lldb/test/API/lang/c/fpeval/TestFPEval.py
lldb/test/API/lang/c/stepping/TestStepAndBreakpoints.py
lldb/test/API/lang/cpp/dynamic-value/TestCppValueCast.py
lldb/test/API/lang/objc/objc-dyn-sbtype/TestObjCDynamicSBType.py
lldb/test/API/lang/objc/objc-property/TestObjCProperty.py
lldb/test/API/lang/objc/objc-stepping/TestObjCStepping.py
lldb/test/API/macosx/corefile-exception-reason/TestCorefileExceptionReason.py
lldb/test/API/macosx/find-dsym/bundle-with-dot-in-filename/TestBundleWithDotInFilename.py
lldb/test/API/macosx/find-dsym/deep-bundle/TestDeepBundle.py
lldb/test/API/macosx/queues/TestQueues.py
lldb/test/API/python_api/absolute_symbol/TestAbsoluteSymbol.py
lldb/test/API/python_api/findvalue_duplist/TestSBFrameFindValue.py
lldb/test/API/python_api/function_symbol/TestSymbolAPI.py
lldb/test/API/python_api/module_section/TestModuleAndSection.py
lldb/test/API/python_api/process/read-mem-cstring/TestReadMemCString.py
lldb/test/API/python_api/sbdata/TestSBData.py
lldb/test/API/python_api/value/TestValueAPI.py
lldb/test/API/python_api/value_var_update/TestValueVarUpdate.py
lldb/test/API/tools/lldb-vscode/launch/TestVSCode_launch.py