[Lldb-commits] [PATCH] D95899: [lldb] Convert more assertTrue to assertEqual (NFC)

Dave Lee via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 2 15:07:16 PST 2021


kastiglione created this revision.
kastiglione added reviewers: JDevlieghere, teemperor.
kastiglione requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

Follow up to D95813 <https://reviews.llvm.org/D95813>, this converts multiline assertTrue to assertEqual.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D95899

Files:
  lldb/test/API/api/listeners/TestListener.py
  lldb/test/API/commands/disassemble/basic/TestFrameDisassemble.py
  lldb/test/API/commands/expression/call-restarts/TestCallThatRestarts.py
  lldb/test/API/commands/expression/call-throws/TestCallThatThrows.py
  lldb/test/API/commands/frame/language/TestGuessLanguage.py
  lldb/test/API/commands/frame/var/TestFrameVar.py
  lldb/test/API/commands/process/launch-with-shellexpand/TestLaunchWithShellExpand.py
  lldb/test/API/commands/register/register/register_command/TestRegisters.py
  lldb/test/API/commands/watchpoints/watchpoint_events/TestWatchpointEvents.py
  lldb/test/API/functionalities/avoids-fd-leak/TestFdLeak.py
  lldb/test/API/functionalities/breakpoint/address_breakpoints/TestAddressBreakpoints.py
  lldb/test/API/functionalities/breakpoint/breakpoint_hit_count/TestBreakpointHitCount.py
  lldb/test/API/functionalities/breakpoint/breakpoint_language/TestBreakpointLanguage.py
  lldb/test/API/functionalities/breakpoint/breakpoint_names/TestBreakpointNames.py
  lldb/test/API/functionalities/breakpoint/source_regexp/TestSourceRegexBreakpoints.py
  lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/atomic/TestLibCxxAtomic.py
  lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/list/TestDataFormatterLibcxxList.py
  lldb/test/API/functionalities/data-formatter/format-propagation/TestFormatPropagation.py
  lldb/test/API/functionalities/data-formatter/synthupdate/TestSyntheticFilterRecompute.py
  lldb/test/API/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py
  lldb/test/API/functionalities/exec/TestExec.py
  lldb/test/API/functionalities/inline-stepping/TestInlineStepping.py
  lldb/test/API/functionalities/memory/read/TestMemoryRead.py
  lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py
  lldb/test/API/functionalities/signal/TestSendSignal.py
  lldb/test/API/functionalities/step-avoids-no-debug/TestStepNoDebug.py
  lldb/test/API/functionalities/target-new-solib-notifications/TestModuleLoadedNotifys.py
  lldb/test/API/functionalities/thread/break_after_join/TestBreakAfterJoin.py
  lldb/test/API/functionalities/thread/create_after_attach/TestCreateAfterAttach.py
  lldb/test/API/functionalities/thread/create_during_step/TestCreateDuringStep.py
  lldb/test/API/functionalities/thread/exit_during_break/TestExitDuringBreak.py
  lldb/test/API/functionalities/thread/multi_break/TestMultipleBreakpoints.py
  lldb/test/API/functionalities/thread/thread_specific_break_plus_condition/TestThreadSpecificBpPlusCondition.py
  lldb/test/API/lang/c/array_types/TestArrayTypes.py
  lldb/test/API/lang/c/bitfields/TestBitfields.py
  lldb/test/API/lang/c/stepping/TestStepAndBreakpoints.py
  lldb/test/API/lang/c/unions/TestUnionMembers.py
  lldb/test/API/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py
  lldb/test/API/lang/cpp/class_static/TestStaticVariables.py
  lldb/test/API/lang/cpp/diamond/TestDiamond.py
  lldb/test/API/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py
  lldb/test/API/lang/cpp/global_operators/TestCppGlobalOperators.py
  lldb/test/API/lang/cpp/gmodules/TestWithModuleDebugging.py
  lldb/test/API/lang/cpp/limit-debug-info/TestWithLimitDebugInfo.py
  lldb/test/API/lang/cpp/member-and-local-vars-with-same-name/TestMembersAndLocalsWithSameName.py
  lldb/test/API/lang/cpp/nsimport/TestCppNsImport.py
  lldb/test/API/lang/cpp/template/TestTemplateArgs.py
  lldb/test/API/lang/objc/blocks/TestObjCIvarsInBlocks.py
  lldb/test/API/lang/objc/foundation/TestObjCMethods.py
  lldb/test/API/lang/objc/global_ptrs/TestGlobalObjects.py
  lldb/test/API/lang/objc/objc-baseclass-sbtype/TestObjCBaseClassSBType.py
  lldb/test/API/lang/objc/objc-dyn-sbtype/TestObjCDynamicSBType.py
  lldb/test/API/lang/objc/objc-ivar-offsets/TestObjCIvarOffsets.py
  lldb/test/API/lang/objc/objc-ivar-stripped/TestObjCIvarStripped.py
  lldb/test/API/lang/objc/objc-static-method-stripped/TestObjCStaticMethodStripped.py
  lldb/test/API/lang/objc/objc-static-method/TestObjCStaticMethod.py
  lldb/test/API/lang/objc/objc-stepping/TestObjCStepping.py
  lldb/test/API/lang/objc/single-entry-dictionary/TestObjCSingleEntryDictionary.py
  lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py
  lldb/test/API/macosx/queues/TestQueues.py
  lldb/test/API/macosx/safe-to-func-call/TestSafeFuncCalls.py
  lldb/test/API/macosx/thread-names/TestInterruptThreadNames.py
  lldb/test/API/python_api/event/TestEvents.py
  lldb/test/API/python_api/formatters/TestFormattersSBAPI.py
  lldb/test/API/python_api/frame/TestFrames.py
  lldb/test/API/python_api/lldbutil/iter/TestLLDBIterator.py
  lldb/test/API/python_api/objc_type/TestObjCType.py
  lldb/test/API/python_api/sbdata/TestSBData.py
  lldb/test/API/python_api/sbvalue_persist/TestSBValuePersist.py
  lldb/test/API/python_api/signals/TestSignalsAPI.py
  lldb/test/API/python_api/target/TestTargetAPI.py
  lldb/test/API/python_api/thread/TestThreadAPI.py
  lldb/test/API/python_api/value/TestValueAPI.py
  lldb/test/API/python_api/value/change_values/TestChangeValueAPI.py
  lldb/test/API/python_api/watchpoint/TestSetWatchpoint.py
  lldb/test/API/python_api/watchpoint/TestWatchpointIter.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95899.320920.patch
Type: text/x-patch
Size: 98190 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210202/42e3f70b/attachment-0001.bin>


More information about the lldb-commits mailing list