scsh-users
[Top] [All Lists]

need some test cases

To: scsh@martigny.ai.mit.edu
Subject: need some test cases
From: sjenkins@iastate.edu (Steven L Jenkins)
Date: 31 Jul 1996 20:20:51 GMT
Organization: Iowa State University, Ames, Iowa USA
I'm working on a port of scsh to mzscheme and am needing some test
cases (now you see why I've asked such weird questions about the
'outer limits' of scsh..).  Here is what I have working, what I don't,
followed by what I'm especially needing test cases for.

Working
=======
fork, exec, wait, & friends.  I also have a lot of the generic
user info stuff working.  Essentially everything that's in syscalls.scm
has been worked on, but not all is working (especially the I/O &
error handling stuff).

Not working
==========
Anything not in syscalls.scm

Need test cases for
==================
I/O & error handling.

FWIW, if folks have a preference for different pieces of scsh (eg,
awk, networking, etc), let me know.  I'm coordinating with the folks
at Rice, so what they'd like to see comes first, but some of
the other parts of scsh really won't be that hard now that I have
the basics pretty much down.  



<Prev in Thread] Current Thread [Next in Thread>
  • need some test cases, Steven L Jenkins <=