linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/16] testsuite improvements
@ 2017-12-08 13:14 Luc Van Oostenryck
  2017-12-08 13:14 ` [PATCH 01/16] testsuite: make the '%.t' rule depends on PROGRAMS too Luc Van Oostenryck
                   ` (16 more replies)
  0 siblings, 17 replies; 19+ messages in thread
From: Luc Van Oostenryck @ 2017-12-08 13:14 UTC (permalink / raw)
  To: linux-sparse; +Cc: Luc Van Oostenryck

This series contains a few fixes & improvements to the
testsuite; mainly:
- allow to run the testsuite on all the tests of a subdir
- teach 'format' to directly append to the testcase
- validate the 'check-...' tags

Luc Van Oostenryck (16):
  testsuite: make the '%.t' rule depends on PROGRAMS too
  testsuite: fix a few more incorrect check-commands
  testsuite: convert to the new pattern syntax
  testsuite: remove old ugly pattern syntax
  testsuite: move verbose/error() before get_tag_value()
  testsuite: add & use warning()
  testsuite: reset 'quiet' at the start of each testcase
  testsuite: fix invalid 'check-...' tags
  testsuite: validate the 'check-...' tags
  testsuite: early return in getopt loop
  testsuite: move do_test_suite out of the getopt loop
  testsuite: move no-arg out of the getopt loop
  testsuite: change do_usage text
  testsuite: allow to test only a subdir
  testsuite: default to shift in the getopt loop
  testsuite: add support for 'format -a'

 Makefile                          |   2 +-
 validation/cond-address.c         |   2 +-
 validation/cond-err-expand.c      |   2 +-
 validation/fp-ops.c               |   2 +-
 validation/fp2i-cast.c            |   2 +-
 validation/nested-declarator.c    |   4 +-
 validation/nested-declarator2.c   |   4 +-
 validation/optim/canonical-cmp.c  |   2 +-
 validation/optim/canonical-fcmp.c |   2 +-
 validation/option-parsing-00.c    |   2 +-
 validation/option-parsing-01.c    |   2 +-
 validation/reserved.c             |   4 +-
 validation/test-suite             | 149 +++++++++++++++++++-------------------
 validation/typedef_shadow.c       |   4 +-
 14 files changed, 92 insertions(+), 91 deletions(-)

-- 
2.15.0


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2017-12-10 17:25 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-08 13:14 [PATCH 00/16] testsuite improvements Luc Van Oostenryck
2017-12-08 13:14 ` [PATCH 01/16] testsuite: make the '%.t' rule depends on PROGRAMS too Luc Van Oostenryck
2017-12-08 13:14 ` [PATCH 02/16] testsuite: fix a few more incorrect check-commands Luc Van Oostenryck
2017-12-08 13:14 ` [PATCH 03/16] testsuite: convert to the new pattern syntax Luc Van Oostenryck
2017-12-08 13:14 ` [PATCH 04/16] testsuite: remove old ugly " Luc Van Oostenryck
2017-12-08 13:14 ` [PATCH 05/16] testsuite: move verbose/error() before get_tag_value() Luc Van Oostenryck
2017-12-08 13:14 ` [PATCH 06/16] testsuite: add & use warning() Luc Van Oostenryck
2017-12-08 13:14 ` [PATCH 07/16] testsuite: reset 'quiet' at the start of each testcase Luc Van Oostenryck
2017-12-08 13:14 ` [PATCH 08/16] testsuite: fix invalid 'check-...' tags Luc Van Oostenryck
2017-12-08 13:14 ` [PATCH 09/16] testsuite: validate the " Luc Van Oostenryck
2017-12-08 13:14 ` [PATCH 10/16] testsuite: early return in getopt loop Luc Van Oostenryck
2017-12-08 13:14 ` [PATCH 11/16] testsuite: move do_test_suite out of the " Luc Van Oostenryck
2017-12-08 13:14 ` [PATCH 12/16] testsuite: move no-arg " Luc Van Oostenryck
2017-12-08 13:14 ` [PATCH 13/16] testsuite: change do_usage text Luc Van Oostenryck
2017-12-08 13:14 ` [PATCH 14/16] testsuite: allow to test only a subdir Luc Van Oostenryck
2017-12-08 13:14 ` [PATCH 15/16] testsuite: default to shift in the getopt loop Luc Van Oostenryck
2017-12-08 13:14 ` [PATCH 16/16] testsuite: add support for 'format -a' Luc Van Oostenryck
2017-12-09  2:09 ` [PATCH 00/16] testsuite improvements Christopher Li
2017-12-10 17:25   ` Luc Van Oostenryck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).