This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Update string tests to use the support test driver.
- From: Carlos O'Donell <carlos at redhat dot com>
- To: Wainer dos Santos Moschetta <wainersm at linux dot vnet dot ibm dot com>, libc-alpha at sourceware dot org
- Date: Mon, 20 Mar 2017 12:27:20 -0400
- Subject: Re: [PATCH] Update string tests to use the support test driver.
- Authentication-results: sourceware.org; auth=none
- References: <20170320152926.15617-1-wainersm@linux.vnet.ibm.com>
On 03/20/2017 11:29 AM, Wainer dos Santos Moschetta wrote:
> This patch is much like b598e134773f, instead applied to string tests.
>
> -- >8 --
> Replaced all imports of test-skeleton.c with support/test-driver.c.
>
> In some cases it was needed to adjust do_test to return int
> instead of static int since that is the method's signature expected by
> test-driver.c.
>
> Checked on x86_64.
This looks good to me.
I would be happy to see us fully migrated to support/ code so we can
delete some of the old compat code and just have one way of doing
the testing.
--
Cheers,
Carlos.