zeek/testing/scripts
Robin Sommer 71fc2a1728 Another small change to MsgThread API.
Threads will now reliably get a call to DoFinish() no matter how the
thread terminates. This will always be called from within the thread,
whereas the destructor is called from the main thread after the child
thread has already terminated.

Also removing debugging code.

However, two problems remain with the ASCII writer (seeing them only
on MacOS):

    - the #start/#end timestamps contain only dummy values right now.
      The odd thing is that once I enable strftime() to print actual
      timestamps, I get crashes (even though strftime() is supposed to
      be thread-safe).

    - occassionally, there's still output missing in tests. In those
      cases, the file descriptor apparently goes bad: a write() will
      suddently return EBADF for reasons I don't understand yet.
2012-07-22 15:50:12 -07:00
..
coverage-calc Fix sorting of lines in Brofiler coverage.log 2012-01-30 17:35:19 -06:00
diff-canon-notice-policy Adding notice_policy.log canonification for external tests. 2012-04-04 17:46:13 -07:00
diff-canonifier Another small change to MsgThread API. 2012-07-22 15:50:12 -07:00
diff-canonifier-external Adding notice_policy.log canonification for external tests. 2012-04-04 17:46:13 -07:00
diff-remove-abspath Cleaning up some testing stuff. 2011-07-05 18:47:08 -07:00
diff-remove-mime-types Excluding log fields of name mime_type for comparision. 2011-09-09 11:41:03 -07:00
diff-remove-timestamps Sed usage in canonifier script didn't work on non-Linux systems. 2012-07-20 12:28:34 -07:00
diff-remove-uids Excluding log fields of name mime_type for comparision. 2011-09-09 11:41:03 -07:00
diff-remove-x509-names Minor fixes to external test process. (addresses #298) 2011-12-20 11:47:39 -06:00
diff-sort Sorting all output for the external tests. 2012-02-29 17:09:38 -08:00
has-writer Working on DataSeries support. 2012-04-09 17:46:56 -07:00