[Lldb-commits] [PATCH] D81697: Add support for batch-testing to the LLDB testsuite.

Benson Li via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 11 16:33:32 PDT 2020


bbli created this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

[LLDB] Hi, this is a patch for the proposed GSoC project "Add support for batch-testing to the LLDB testsuite". The project aimed to add continuation functionality when multiple assertions are called one after another, similar to how GoogleTest's EXPECT_* macros work. Test results from running "ninja check-lldb" were the same before and after the patch, and I have included a test case for the new functionality.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81697

Files:
  lldb/packages/Python/lldbsuite/test/lldbtest.py
  lldb/test/API/test_batch/TestBatch.py
  lldb/third_party/Python/module/unittest2/unittest2/case.py
  lldb/third_party/Python/module/unittest2/unittest2/result.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81697.270255.patch
Type: text/x-patch
Size: 16920 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200611/e356e92b/attachment-0001.bin>


More information about the lldb-commits mailing list