From: Florian Weimer Date: Wed, 2 Jan 2019 15:09:26 +0000 (+0100) Subject: nptl/tst-audit-threads: Switch to X-Git-Tag: upstream/2.30~496 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=66081e383c9b0008ff3a8fa40c15ab68a26f45b0;p=external%2Fglibc.git nptl/tst-audit-threads: Switch to This is a new test, so it should use the test driver in the support subdirectory. --- diff --git a/ChangeLog b/ChangeLog index 44e1348..846de9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2019-01-02 Florian Weimer + + * nptl/tst-audit-threads.c: Switch to . + 2019-01-01 Joseph Myers * sysdeps/unix/sysv/linux/bits/in.h (IPV6_MULTICAST_ALL): New diff --git a/nptl/tst-audit-threads.c b/nptl/tst-audit-threads.c index d6ff5d5..ad10fbf 100644 --- a/nptl/tst-audit-threads.c +++ b/nptl/tst-audit-threads.c @@ -25,19 +25,12 @@ the relocation resolution caching code in the dynamic loader i.e. _dl_runtime_profile and _dl_profile_fixup. */ +#include #include #include #include #include -static int do_test (void); - -/* This test usually takes less than 3s to run. However, there are cases that - take up to 30s. */ -#define TIMEOUT 60 -#define TEST_FUNCTION do_test () -#include "../test-skeleton.c" - /* Declare the functions we are going to call. */ #define externnum #include "tst-audit-threads.h" @@ -95,3 +88,8 @@ do_test (void) return 0; } + +/* This test usually takes less than 3s to run. However, there are cases that + take up to 30s. */ +#define TIMEOUT 60 +#include