mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
nptl/tst-audit-threads: Switch to <support/test-driver.c>
This is a new test, so it should use the test driver in the support subdirectory.
This commit is contained in:
parent
6ef3d22558
commit
66081e383c
@ -1,3 +1,7 @@
|
|||||||
|
2019-01-02 Florian Weimer <fweimer@redhat.com>
|
||||||
|
|
||||||
|
* nptl/tst-audit-threads.c: Switch to <support/test-driver.c>.
|
||||||
|
|
||||||
2019-01-01 Joseph Myers <joseph@codesourcery.com>
|
2019-01-01 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/bits/in.h (IPV6_MULTICAST_ALL): New
|
* sysdeps/unix/sysv/linux/bits/in.h (IPV6_MULTICAST_ALL): New
|
||||||
|
@ -25,19 +25,12 @@
|
|||||||
the relocation resolution caching code in the dynamic loader i.e.
|
the relocation resolution caching code in the dynamic loader i.e.
|
||||||
_dl_runtime_profile and _dl_profile_fixup. */
|
_dl_runtime_profile and _dl_profile_fixup. */
|
||||||
|
|
||||||
|
#include <support/support.h>
|
||||||
#include <support/xthread.h>
|
#include <support/xthread.h>
|
||||||
#include <strings.h>
|
#include <strings.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <sys/sysinfo.h>
|
#include <sys/sysinfo.h>
|
||||||
|
|
||||||
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. */
|
/* Declare the functions we are going to call. */
|
||||||
#define externnum
|
#define externnum
|
||||||
#include "tst-audit-threads.h"
|
#include "tst-audit-threads.h"
|
||||||
@ -95,3 +88,8 @@ do_test (void)
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* This test usually takes less than 3s to run. However, there are cases that
|
||||||
|
take up to 30s. */
|
||||||
|
#define TIMEOUT 60
|
||||||
|
#include <support/test-driver.c>
|
||||||
|
Loading…
Reference in New Issue
Block a user