home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / software / 3309 < prev    next >
Encoding:
Text File  |  1992-08-27  |  1.7 KB  |  43 lines

  1. Newsgroups: comp.software-eng
  2. Path: sparky!uunet!psgrain!m2xenix!servio!garyh
  3. From: garyh@slc.com (Gary Hade)
  4. Subject: "smart" diff tools
  5. Message-ID: <1992Aug27.183024.1913@slc.com>
  6. >from: garyh@servio.slc.com (Gary Hade)
  7. Organization: Servio Corp, Beaverton Oregon, US
  8. Distribution: usa
  9. Date: Thu, 27 Aug 1992 18:30:24 GMT
  10. Lines: 31
  11.  
  12. If this is a frequently asked question please forgive me for not
  13. keeping up with everything posted to this group.
  14.  
  15. I am interested in opinions and recommendations concerning commercial
  16. or public domain "smart" diff tools that would make it easier
  17. to evaluate ASCII test output and reduce test maintenance.  Please
  18. include names, addresses, and phone numbers if you have them.
  19. Some of the features I would be interested in are:
  20.    - Comparison that disregards portions of the test output that match
  21.      specified patterns (prefer something similar to UNIX regular
  22.      expression syntax).  It should be possible to define patterns that
  23.      span multiple lines and are easier to maintain than complex awk
  24.      scripts.  Should be able to define patterns that cause only a
  25.      portion of a line to be disregarded.
  26.    - Comparison that disregards portions of the output marked in a file
  27.      containing test output that is known to be correct ("standard"
  28.      comparison file).
  29.    - Tools that will take the output from two or more test runs (known to
  30.      be correct but different) and generate a pattern list and/or a marked
  31.      "standard" comparison file.
  32.    - Display differences in a parallel (side-by-side) format.
  33.    - Ignore white space differences.
  34.    - Source code available.
  35.    - For UNIX systems.
  36.  
  37. I am aware of `exdiff' by Software Research, Inc.  Opinions on this
  38. system would be appreciated?
  39.  
  40. Gary Hade
  41. garyh@SLC.com
  42.  
  43.