This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Don't set TIMEOUTFACTOR in sysdeps/wordsize-64/Makefile


On 09/17/2012 08:50 PM, Joseph S. Myers wrote:
As I noted in
<http://sourceware.org/ml/libc-alpha/2012-09/msg00469.html>,
TIMEOUTFACTOR is a hook for *users* of slower systems to set when
running the testsuite; makefiles shouldn't set it themselves because
that overrides any user setting.

This patch changes the one place where a makefile did set
TIMEOUTFACTOR to set TIMEOUT directly in the test instead.  Tested
x86_64.

2012-09-17 Joseph Myers <joseph@codesourcery.com>

	* sysdeps/wordsize-64/Makefile [$(subdir) = misc]
	(tst-writev-ENV): Remove.
	* sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.

Thanks, this is fine,


Andreas
--
 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi
  SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg)
    GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]