[PATCH] Modify several tests to use test-skeleton.c

Arjun Shankar arjun.is@lostca.se
Thu Jul 9 15:29:00 GMT 2015


These tests were skipped by the use-test-skeleton conversion done in
commit 29955b5d because they were reused in other tests via the #include
directive, and so deemed worth an inspection before they were modified.
This has now been done.

ChangeLog:

2015-07-09  Arjun Shankar  <arjun.is@lostca.se>

	* elf/tst-leaks1.c (main): Converted to ...
	(do_test): ... this.
	(TEST_FUNCTION): New macro.
	Include test-skeleton.c.
	* localedata/tst-langinfo.c (main): Converted to ...
	(do_test): ... this.
	(TEST_FUNCTION): New macro.
	Include test-skeleton.c.
	* math/test-fpucw.c (main): Converted to ...
	(do_test): ... this.
	(TEST_FUNCTION): New macro.
	Include test-skeleton.c.
	* math/test-tgmath.c (main): Converted to ...
	(do_test): ... this.
	(TEST_FUNCTION): New macro.
	Include test-skeleton.c.
	* math/test-tgmath2.c (main): Converted to ...
	(do_test): ... this.
	(TEST_FUNCTION): New macro.
	Include test-skeleton.c.
	* setjmp/tst-setjmp.c (main): Converted to ...
	(do_test): ... this.
	(TEST_FUNCTION): New macro.
	Include test-skeleton.c.
	* stdio-common/tst-sscanf.c (main): Converted to ...
	(do_test): ... this.
	(TEST_FUNCTION): New macro.
	Include test-skeleton.c.
	* sysdeps/x86_64/tst-audit6.c (main): Converted to ...
	(do_test): ... this.
	(TEST_FUNCTION): New macro.
	Include test-skeleton.c.
---
 elf/tst-leaks1.c            | 7 +++++--
 localedata/tst-langinfo.c   | 7 +++++--
 math/test-fpucw.c           | 7 +++++--
 math/test-tgmath.c          | 7 +++++--
 math/test-tgmath2.c         | 7 +++++--
 setjmp/tst-setjmp.c         | 7 +++++--
 stdio-common/tst-sscanf.c   | 7 +++++--
 sysdeps/x86_64/tst-audit6.c | 7 +++++--
 8 files changed, 40 insertions(+), 16 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Modify-several-tests-to-use-test-skeleton.c-Follow-u.patch
Type: text/x-patch
Size: 3485 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20150709/f660f593/attachment.bin>


More information about the Libc-alpha mailing list