home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.29 / text0058.txt < prev    next >
Encoding:
Text File  |  1992-12-26  |  801 b   |  34 lines

  1. Submitted-by: glennh@sgihbtn.sierra.com (Glenn Hoogerwerf)
  2.  
  3.     
  4.     It is not sufficient to only identify the non-POSIX.1
  5. system calls.  An ideal test suite should also test for
  6. the likes of:
  7.  
  8.   - POSIX restrictions on assignment to errno,
  9.   - references to system files not specified by POSIX 
  10.     (e.g. /etc/passwd, /dev/kmem, and /dev/tty), and 
  11.   - constraint and syntax errors.  
  12.  
  13. In addition, runtime checking must be performed to check 
  14. for:
  15.   - exceeding of minimum runtime limits,
  16.   - parameters of calls to POSIX libraries, and
  17.   - non-reliance on POSIX undefined or implementation
  18.     defined constructs.
  19.  
  20.  
  21. Thanks,
  22.  
  23. Glenn Hoogerwerf (glennh@sierra.com)
  24. Base Standards Engineer
  25.  
  26. Sierra Geophysics
  27. 11255 Kirkland Way
  28. Kirkland, WA  98033
  29. (206) 822-5200
  30.  
  31.  
  32. Volume-Number: Volume 29, Number 61
  33.  
  34.