[Lldb-commits] [PATCH] D44472: Add and fix some tests for PPC64

Alexandre Yukio Yamashita via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 16 07:07:40 PDT 2018


alexandreyy updated this revision to Diff 138699.
alexandreyy added a comment.

The test would pass if one of the disassembled code had more instructions.
That should be considered.
I added the assertion for that.
Thanks @labath .


https://reviews.llvm.org/D44472

Files:
  packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py
  packages/Python/lldbsuite/test/functionalities/disassembly/TestDisassembleBreakpoint.py
  packages/Python/lldbsuite/test/functionalities/thread/jump/TestThreadJump.py
  packages/Python/lldbsuite/test/functionalities/unwind/ehframe/main.c
  packages/Python/lldbsuite/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py
  packages/Python/lldbsuite/test/functionalities/watchpoint/step_over_watchpoint/TestStepOverWatchpoint.py
  packages/Python/lldbsuite/test/python_api/disassemble-raw-data/TestDisassembleRawData.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44472.138699.patch
Type: text/x-patch
Size: 8038 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180316/7e55dcda/attachment.bin>


More information about the lldb-commits mailing list