Bug 33399 - run-javascriptcore-tests needs a --quiet flag
Summary: run-javascriptcore-tests needs a --quiet flag
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-08 13:40 PST by Eric Seidel (no email)
Modified: 2010-01-08 15:52 PST (History)
1 user (show)

See Also:


Attachments
workaround patch for now (1.44 KB, patch)
2010-01-08 15:08 PST, Eric Seidel (no email)
abarth: review+
eric: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2010-01-08 13:40:31 PST
run-javascriptcore-tests needs a --quiet flag

run-webkit-tests has one, and webkit-patch and the commit-queue use it to prevent spamming the console too much.

We need the same for run-javascriptcore-tests now that we're running them in the RunTests step.
Comment 1 Eric Seidel (no email) 2010-01-08 15:08:45 PST
Created attachment 46167 [details]
workaround patch for now
Comment 2 Adam Barth 2010-01-08 15:12:28 PST
Comment on attachment 46167 [details]
workaround patch for now

ok
Comment 3 Eric Seidel (no email) 2010-01-08 15:52:44 PST
Committed r53018: <http://trac.webkit.org/changeset/53018>