public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
* Testsuite patch
@ 2001-07-18 18:55 Ben Elliston
  0 siblings, 0 replies; 3+ messages in thread
From: Ben Elliston @ 2001-07-18 18:55 UTC (permalink / raw)
  To: sid

I am about to commit the following patch.  I would like to point out
that sid_stop has never have succeeded in closing the files associated
with spawned sid processes.  The Expect documentation states that
"close -slave" only closes the slave end of a pty allocated by "spawn
-pty" (which is not applicable here).

I have been able to reduced file descriptor resource limits on Linux
with success.  Solaris tests now work much better with their default
resource limits.

Ben


2001-07-19  Ben Elliston  <bje@redhat.com>

	* config/default.exp (sid_stop): Don't close with -slave.

*** default.exp	2001/07/13 15:19:13	1.2
--- default.exp	2001/07/19 01:50:35
***************
*** 107,113 ****
  proc sid_stop {} {
      global spawn_id
      verbose "closing down sid" 2
!     catch {close -slave}
      catch {exec "kill" [exp_pid]}
      wait
      return 1
--- 107,113 ----
  proc sid_stop {} {
      global spawn_id
      verbose "closing down sid" 2
!     catch {close}
      catch {exec "kill" [exp_pid]}
      wait
      return 1

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Testsuite patch
  2001-11-18 14:29 Ben Elliston
@ 2001-12-10  2:32 ` Ben Elliston
  0 siblings, 0 replies; 3+ messages in thread
From: Ben Elliston @ 2001-12-10  2:32 UTC (permalink / raw)
  To: sid

I am about to commit the following obvious change to correct a
testsuite regression brought about by Dave Brolley's recent sid-sched
compoenent changes.  Nothing major!

2001-12-10  Ben Elliston  <bje@redhat.com>

       * sidcomp.cfgroot/setInvAttV.badconf: Allow numeric values to
       accomodate for a recent change to sid-sched-* components.
       * sidcomp.cfgroot/setInvAttV.expect: Ditto.

Ben

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Testsuite patch
@ 2001-11-18 14:29 Ben Elliston
  2001-12-10  2:32 ` Ben Elliston
  0 siblings, 1 reply; 3+ messages in thread
From: Ben Elliston @ 2001-11-18 14:29 UTC (permalink / raw)
  To: sid

I am about to commit the following obvious change to correct a
testsuite regression brought about by Dave Brolley's recent sid-sched
compoenent changes.  Nothing major!

2001-12-10  Ben Elliston  <bje@redhat.com>

       * sidcomp.cfgroot/setInvAttV.badconf: Allow numeric values to
       accomodate for a recent change to sid-sched-* components.
       * sidcomp.cfgroot/setInvAttV.expect: Ditto.

Ben

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-12-10 10:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-18 18:55 Testsuite patch Ben Elliston
2001-11-18 14:29 Ben Elliston
2001-12-10  2:32 ` Ben Elliston

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).