[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/4] Testsuite: check the list of test scripts
From: |
Stefano Lattarini |
Subject: |
[PATCH 0/4] Testsuite: check the list of test scripts |
Date: |
Fri, 11 Dec 2009 14:41:08 +0100 |
User-agent: |
KMail/1.12.1 (Linux/2.6.30-2-686; KDE/4.3.2; i686; ; ) |
Hello automakers.
While exploring and editing the automake testsuite, I came across
three test scripts (acoutbs2.test, badopt.test, extra2.test) which
were not listed in the $(TESTS) variable, and thus were never run.
In my opinion, this is a quite bad oversight. In fact, one of the
tests (acoutbs2.test) consistently failed (luckily, as I soon found
out, this failure was due to a bug in the test script, not in
automake).
I'm going to to submit a set of four simple patches regarding the
described problems.
The first two patches correct the oversight in the definition of
$(TESTS), and implement a new maintainer-check to make it sure that no
similar oversight will occur again in future.
The last two patches correct acoutbs2.test spurious failure, and (to
play safe) also extend the tests `acoutbs.test' and `acoutbs2.test' a
bit.
I will soon post the described patches.
Regards,
Stefano
- [PATCH 0/4] Testsuite: check the list of test scripts,
Stefano Lattarini <=
- [PATCH 1/4] maintainer-check: check consistency of list of test scripts., Stefano Lattarini, 2009/12/11
- [PATCH 2/4] Add forgotten test scripts to $(TESTS), Stefano Lattarini, 2009/12/11
- [PATCH 3/4] Fix test acoutbs2.test, Stefano Lattarini, 2009/12/11
- [PATCH 4/4] Slighty improve tests acoutbs.test and acoutbs2.test., Stefano Lattarini, 2009/12/11
- Re: [PATCH 0/4] Testsuite: check the list of test scripts, Stefano Lattarini, 2009/12/25