Bug 17940 - testkjs print() should flush
Summary: testkjs print() should flush
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.4
: P2 Enhancement
Assignee: Jesse Ruderman
URL:
Keywords:
Depends on:
Blocks: 13638
  Show dependency treegraph
 
Reported: 2008-03-18 23:57 PDT by Jesse Ruderman
Modified: 2008-03-22 02:16 PDT (History)
2 users (show)

See Also:


Attachments
patch (421 bytes, patch)
2008-03-18 23:58 PDT, Jesse Ruderman
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Ruderman 2008-03-18 23:57:39 PDT
This patch prevents jsfunfuzz logs from being cut off when ./testkjs crashes or hits an assertion failure.  Since the tail end of the log is essential for reproducing the bug, having it not be cut off is good :)

Fwiw, I made an equivalent patch for SpiderMonkey and it was accepted (see https://bugzilla.mozilla.org/show_bug.cgi?id=423042).
Comment 1 Jesse Ruderman 2008-03-18 23:58:48 PDT
Created attachment 19880 [details]
patch
Comment 2 Eric Seidel (no email) 2008-03-22 02:16:13 PDT
r31229