mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 16:21:06 +00:00
Don't set TIMEOUTFACTOR in sysdeps/wordsize-64/Makefile.
This commit is contained in:
parent
626f8b6abb
commit
63bbedd4c2
@ -1,3 +1,9 @@
|
||||
2012-09-18 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/wordsize-64/Makefile [$(subdir) = misc]
|
||||
(tst-writev-ENV): Remove.
|
||||
* sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
|
||||
|
||||
2012-09-17 Chris Metcalf <cmetcalf@tilera.com>
|
||||
|
||||
* crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
|
||||
|
@ -1,6 +1,3 @@
|
||||
ifeq ($(subdir),misc)
|
||||
tests += tst-writev
|
||||
|
||||
# Time enough for a large writev syscall to complete.
|
||||
tst-writev-ENV = TIMEOUTFACTOR="10"
|
||||
endif
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 2011 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Ryan S. Arnold <rsa@us.ibm.com>, 2011.
|
||||
|
||||
@ -108,5 +108,8 @@ do_test (void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* Time enough for a large writev syscall to complete. */
|
||||
#define TIMEOUT 20
|
||||
|
||||
#define TEST_FUNCTION do_test ()
|
||||
#include "../test-skeleton.c"
|
||||
|
Loading…
Reference in New Issue
Block a user