[all-commits] [llvm/llvm-project] 1fb5c7: [lldb] Rewrite to assertEqual/assertNotEqual (NFC)
Dave Lee via All-commits
all-commits at lists.llvm.org
Fri Nov 11 17:03:19 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1fb5c7a2f17f10e768160fe23d4a04537c7224c1
https://github.com/llvm/llvm-project/commit/1fb5c7a2f17f10e768160fe23d4a04537c7224c1
Author: Dave Lee <davelee.com at gmail.com>
Date: 2022-11-11 (Fri, 11 Nov 2022)
Changed paths:
M lldb/test/API/api/listeners/TestListener.py
M lldb/test/API/commands/expression/call-restarts/TestCallThatRestarts.py
M lldb/test/API/commands/expression/formatters/TestFormatters.py
M lldb/test/API/commands/trace/TestTraceExport.py
M lldb/test/API/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py
M lldb/test/API/functionalities/breakpoint/serialize/TestBreakpointSerialization.py
M lldb/test/API/functionalities/dwo/TestZeroDwoId.py
M lldb/test/API/functionalities/fat_archives/TestFatArchives.py
M lldb/test/API/functionalities/recursion/TestValueObjectRecursion.py
M lldb/test/API/functionalities/step-avoids-no-debug/TestStepNoDebug.py
M lldb/test/API/lang/c/fpeval/TestFPEval.py
M lldb/test/API/lang/c/stepping/TestStepAndBreakpoints.py
M lldb/test/API/lang/cpp/dynamic-value/TestCppValueCast.py
M lldb/test/API/lang/objc/objc-dyn-sbtype/TestObjCDynamicSBType.py
M lldb/test/API/lang/objc/objc-property/TestObjCProperty.py
M lldb/test/API/lang/objc/objc-stepping/TestObjCStepping.py
M lldb/test/API/macosx/corefile-exception-reason/TestCorefileExceptionReason.py
M lldb/test/API/macosx/find-dsym/bundle-with-dot-in-filename/TestBundleWithDotInFilename.py
M lldb/test/API/macosx/find-dsym/deep-bundle/TestDeepBundle.py
M lldb/test/API/macosx/queues/TestQueues.py
M lldb/test/API/python_api/absolute_symbol/TestAbsoluteSymbol.py
M lldb/test/API/python_api/findvalue_duplist/TestSBFrameFindValue.py
M lldb/test/API/python_api/function_symbol/TestSymbolAPI.py
M lldb/test/API/python_api/module_section/TestModuleAndSection.py
M lldb/test/API/python_api/process/read-mem-cstring/TestReadMemCString.py
M lldb/test/API/python_api/sbdata/TestSBData.py
M lldb/test/API/python_api/value/TestValueAPI.py
M lldb/test/API/python_api/value_var_update/TestValueVarUpdate.py
M lldb/test/API/tools/lldb-vscode/launch/TestVSCode_launch.py
Log Message:
-----------
[lldb] Rewrite to assertEqual/assertNotEqual (NFC)
Using the more specific assert* methods results in more useful error message.
More information about the All-commits
mailing list