Remove some XFAILs, and make AT_SETUP output line up.
commit8b299b6d82819468d0427c0ae6332a02ec569915
authorEric Blake <ebb9@byu.net>
Wed, 26 Sep 2007 23:23:00 +0000 (26 17:23 -0600)
committerEric Blake <ebb9@byu.net>
Wed, 3 Oct 2007 22:20:45 +0000 (3 16:20 -0600)
tree9041b9758907bbdcc826a4278d659e3bcbf088f7
parent987a33376699a92cb00962aedd4632d05bc7cef6
Remove some XFAILs, and make AT_SETUP output line up.

* lib/autotest/general.m4 (AT_SETUP): Only expand description
once; thereafter, use its expansion, properly quoted.
* tests/autotest.at (AT_CHECK_AT_TITLE): Also check macro
expansion with arguments, and check for aligned output.
(AT_CHECK_AT_TITLE_CHAR): Remove XFAILs for tests that now pass.
Add a test for macros with parameters.
* NEWS: Document the semantics change.
* tests/base.at: Fix test titles containing commas.
* tests/compile.at: Likewise.
* tests/tools.at: Likewise.
* tests/torture.at: Likewise.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
NEWS
lib/autotest/general.m4
tests/autotest.at
tests/base.at
tests/compile.at
tests/tools.at
tests/torture.at