[Lldb-commits] [PATCH] D39515: Remove TestMyFirstWatchpoint and TestStepOverWatchpoint from basic_process category

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 2 05:23:13 PDT 2017


labath updated this revision to Diff 121287.
labath added a comment.
Herald added a subscriber: ki.stfu.

This removes the getCategories function altogether.  I've moved the
filesystem-based category computation (which was implemented as a getCategories
base case) into the consumer, so that it is impossible to override. I've
converted the existing getCategories usages to either @add_test_categories (if
they affected a single test) or to .categories.


https://reviews.llvm.org/D39515

Files:
  packages/Python/lldbsuite/test/example/TestSequenceFunctions.py
  packages/Python/lldbsuite/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py
  packages/Python/lldbsuite/test/functionalities/load_unload/.categories
  packages/Python/lldbsuite/test/functionalities/load_unload/TestLoadUnload.py
  packages/Python/lldbsuite/test/functionalities/thread/step_until/.categories
  packages/Python/lldbsuite/test/functionalities/thread/step_until/TestStepUntil.py
  packages/Python/lldbsuite/test/functionalities/watchpoint/hello_watchpoint/TestMyFirstWatchpoint.py
  packages/Python/lldbsuite/test/functionalities/watchpoint/step_over_watchpoint/TestStepOverWatchpoint.py
  packages/Python/lldbsuite/test/lang/c/step-target/.categories
  packages/Python/lldbsuite/test/lang/c/step-target/TestStepTarget.py
  packages/Python/lldbsuite/test/lang/c/stepping/TestStepAndBreakpoints.py
  packages/Python/lldbsuite/test/lang/objc/objc-stepping/TestObjCStepping.py
  packages/Python/lldbsuite/test/lldbtest.py
  packages/Python/lldbsuite/test/test_result.py
  packages/Python/lldbsuite/test/tools/lldb-mi/.categories
  packages/Python/lldbsuite/test/tools/lldb-mi/lldbmi_testcase.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39515.121287.patch
Type: text/x-patch
Size: 11892 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20171102/ba2ee066/attachment-0001.bin>


More information about the lldb-commits mailing list