[Lldb-commits] [PATCH] D102771: [lldb] Introduce createTestTarget for creating a valid target in API tests

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon May 24 07:19:28 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG54c2687292da: [lldb] Introduce createTestTarget for creating a valid target in API tests (authored by teemperor).
Herald added subscribers: lldb-commits, wenlei.

Changed prior to commit:
  https://reviews.llvm.org/D102771?vs=346444&id=347384#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102771/new/

https://reviews.llvm.org/D102771

Files:
  lldb/packages/Python/lldbsuite/test/lldbtest.py
  lldb/test/API/android/platform/TestDefaultCacheLineSize.py
  lldb/test/API/api/listeners/TestListener.py
  lldb/test/API/assert_messages_test/TestAssertMessages.py
  lldb/test/API/commands/disassemble/basic/TestFrameDisassemble.py
  lldb/test/API/commands/expression/call-function/TestCallBuiltinFunction.py
  lldb/test/API/commands/expression/completion-crash-invalid-iterator/TestInvalidIteratorCompletionCrash.py
  lldb/test/API/commands/expression/completion/TestExprCompletion.py
  lldb/test/API/commands/expression/error-limit/TestExprErrorLimit.py
  lldb/test/API/commands/expression/expr-in-syscall/TestExpressionInSyscall.py
  lldb/test/API/commands/expression/no-deadlock/TestExprDoesntBlock.py
  lldb/test/API/commands/expression/test/TestExprs.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/process/launch/TestProcessLaunch.py
  lldb/test/API/commands/register/register/register_command/TestRegisters.py
  lldb/test/API/commands/trace/multiple-threads/TestTraceStartStopMultipleThreads.py
  lldb/test/API/commands/watchpoints/multiple_hits/TestMultipleHits.py
  lldb/test/API/commands/watchpoints/step_over_watchpoint/TestStepOverWatchpoint.py
  lldb/test/API/commands/watchpoints/watchpoint_disable/TestWatchpointDisable.py
  lldb/test/API/commands/watchpoints/watchpoint_events/TestWatchpointEvents.py
  lldb/test/API/functionalities/asan/TestMemoryHistory.py
  lldb/test/API/functionalities/asan/TestReportData.py
  lldb/test/API/functionalities/breakpoint/address_breakpoints/TestAddressBreakpoints.py
  lldb/test/API/functionalities/breakpoint/auto_continue/TestBreakpointAutoContinue.py
  lldb/test/API/functionalities/breakpoint/breakpoint_by_file_colon_line/TestBreakpointByFileColonLine.py
  lldb/test/API/functionalities/breakpoint/breakpoint_by_line_and_column/TestBreakpointByLineAndColumn.py
  lldb/test/API/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py
  lldb/test/API/functionalities/breakpoint/breakpoint_command/TestBreakpointCommandsFromPython.py
  lldb/test/API/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py
  lldb/test/API/functionalities/breakpoint/breakpoint_hit_count/TestBreakpointHitCount.py
  lldb/test/API/functionalities/breakpoint/breakpoint_ignore_count/TestBreakpointIgnoreCount.py
  lldb/test/API/sample_test/TestSampleTest.py
  lldb/test/API/sample_test/main.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102771.347384.patch
Type: text/x-patch
Size: 30550 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210524/94f69c33/attachment-0001.bin>


More information about the lldb-commits mailing list