[Lldb-commits] [PATCH] D24629: Allow for tests to be disabled at runtime

Francis Ricci via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 15 14:03:30 PDT 2016


fjricci created this revision.
fjricci added reviewers: zturner, labath, tfiala.
fjricci added subscribers: lldb-commits, sas.

The current implementation of the test suite allows the user to run
a certain subset of tests using '-p', but does not allow the inverse,
where a user wants to run all but some number of known failing tests.
Implement this functionality.

https://reviews.llvm.org/D24629

Files:
  packages/Python/lldbsuite/test/configuration.py
  packages/Python/lldbsuite/test/dotest.py
  packages/Python/lldbsuite/test/dotest_args.py
  packages/Python/lldbsuite/test/test_result.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24629.71551.patch
Type: text/x-patch
Size: 6408 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160915/0ff86b61/attachment-0001.bin>


More information about the lldb-commits mailing list