linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/28] testsuite improvements
@ 2017-09-15  7:13 Luc Van Oostenryck
  2017-09-15  7:13 ` [PATCH 01/28] testsuite: 'echo -n' may not be interpreted as '-n' Luc Van Oostenryck
                   ` (29 more replies)
  0 siblings, 30 replies; 32+ messages in thread
From: Luc Van Oostenryck @ 2017-09-15  7:13 UTC (permalink / raw)
  To: linux-sparse; +Cc: Christopher Li, Luc Van Oostenryck

This series contains diverse small improvements to
the testsuite.


The series is also available for review in the git repository at:
  git://github.com/lucvoo/sparse.git testsuite-clean

----------------------------------------------------------------
Luc Van Oostenryck (28):
      testsuite: 'echo -n' may not be interpreted as '-n'
      testsuite: allow to test a few cases at once
      testsuite: move verbose() & error()
      testsuite: better message for pattern nbr checking
      testsuite: better message for pattern absence/presence
      testsuite: saner checking of pattern occurences
      testsuite: clearer result summary
      testsuite: check error messages first
      testsuite: saner handling of 'must_fail'
      testsuite: allow to parse several options
      testsuite: add support for -q|--quiet
      testsuite: add support for -a|--abort
      testsuite: get options from env too
      testsuite: allow --format & --single
      testsuite: remove useless selftest
      testsuite: remove useless test-be.c
      testsuite: extract disable()
      testsuite: simplify documentation
      testsuite: allow arch-specific tests
      testsuite: save screen real estate
      testsuite: add a blank line before format
      testsuite: 'quiet' must be initialized earlier
      testsuite: move up arg_file()
      testsuite: make do_format() more self-contained
      testsuite: format: saner defaults handling
      testsuite: format: strip .c from default name
      testsuite: add support for 'format -f'
      testsuite: add support for 'format -l'

 Documentation/test-suite          |  35 +++--
 validation/test-be.c              |  46 ------
 validation/test-suite             | 286 ++++++++++++++++++++++++++++++--------
 validation/testsuite-selfcheck1.c |  10 --
 validation/testsuite-selfcheck2.c |  10 --
 validation/testsuite-selfcheck3.c |  10 --
 6 files changed, 249 insertions(+), 148 deletions(-)
 delete mode 100644 validation/test-be.c
 delete mode 100644 validation/testsuite-selfcheck1.c
 delete mode 100644 validation/testsuite-selfcheck2.c
 delete mode 100644 validation/testsuite-selfcheck3.c

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

end of thread, other threads:[~2017-09-20  5:53 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-15  7:13 [PATCH 00/28] testsuite improvements Luc Van Oostenryck
2017-09-15  7:13 ` [PATCH 01/28] testsuite: 'echo -n' may not be interpreted as '-n' Luc Van Oostenryck
2017-09-15  7:13 ` [PATCH 02/28] testsuite: allow to test a few cases at once Luc Van Oostenryck
2017-09-15  7:13 ` [PATCH 03/28] testsuite: move verbose() & error() Luc Van Oostenryck
2017-09-15  7:13 ` [PATCH 04/28] testsuite: better message for pattern nbr checking Luc Van Oostenryck
2017-09-15  7:13 ` [PATCH 05/28] testsuite: better message for pattern absence/presence Luc Van Oostenryck
2017-09-15  7:13 ` [PATCH 06/28] testsuite: saner checking of pattern occurences Luc Van Oostenryck
2017-09-15  7:13 ` [PATCH 07/28] testsuite: clearer result summary Luc Van Oostenryck
2017-09-15  7:13 ` [PATCH 08/28] testsuite: check error messages first Luc Van Oostenryck
2017-09-15  7:13 ` [PATCH 09/28] testsuite: saner handling of 'must_fail' Luc Van Oostenryck
2017-09-15  7:13 ` [PATCH 10/28] testsuite: allow to parse several options Luc Van Oostenryck
2017-09-15  7:13 ` [PATCH 11/28] testsuite: add support for -q|--quiet Luc Van Oostenryck
2017-09-15  7:13 ` [PATCH 12/28] testsuite: add support for -a|--abort Luc Van Oostenryck
2017-09-15  7:13 ` [PATCH 13/28] testsuite: get options from env too Luc Van Oostenryck
2017-09-15  7:13 ` [PATCH 14/28] testsuite: allow --format & --single Luc Van Oostenryck
2017-09-15  7:13 ` [PATCH 15/28] testsuite: remove useless selftest Luc Van Oostenryck
2017-09-15  7:13 ` [PATCH 16/28] testsuite: remove useless test-be.c Luc Van Oostenryck
2017-09-15  7:13 ` [PATCH 17/28] testsuite: extract disable() Luc Van Oostenryck
2017-09-15  7:13 ` [PATCH 18/28] testsuite: simplify documentation Luc Van Oostenryck
2017-09-15  7:13 ` [PATCH 19/28] testsuite: allow arch-specific tests Luc Van Oostenryck
2017-09-15  7:13 ` [PATCH 20/28] testsuite: save screen real estate Luc Van Oostenryck
2017-09-15  7:13 ` [PATCH 21/28] testsuite: add a blank line before format Luc Van Oostenryck
2017-09-15  7:13 ` [PATCH 22/28] testsuite: 'quiet' must be initialized earlier Luc Van Oostenryck
2017-09-15  7:13 ` [PATCH 23/28] testsuite: move up arg_file() Luc Van Oostenryck
2017-09-15  7:13 ` [PATCH 24/28] testsuite: make do_format() more self-contained Luc Van Oostenryck
2017-09-15  7:13 ` [PATCH 25/28] testsuite: format: saner defaults handling Luc Van Oostenryck
2017-09-15  7:13 ` [PATCH 26/28] testsuite: format: strip .c from default name Luc Van Oostenryck
2017-09-15  7:13 ` [PATCH 27/28] testsuite: add support for 'format -f' Luc Van Oostenryck
2017-09-15  7:13 ` [PATCH 28/28] testsuite: add support for 'format -l' Luc Van Oostenryck
2017-09-15 17:03 ` [PATCH 00/28] testsuite improvements Christopher Li
2017-09-15 17:35   ` Luc Van Oostenryck
2017-09-20  5:53 ` Christopher Li

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).