WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
50035
[chromium] improve memory usage for test results server and store fewer runs
https://bugs.webkit.org/show_bug.cgi?id=50035
Summary
[chromium] improve memory usage for test results server and store fewer runs
Ojan Vafai
Reported
2010-11-24 11:33:03 PST
[chromium] improve memory usage for test results server and store fewer runs
Attachments
Patch
(5.88 KB, patch)
2010-11-24 11:34 PST
,
Ojan Vafai
tony
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Ojan Vafai
Comment 1
2010-11-24 11:34:40 PST
Created
attachment 74783
[details]
Patch
Tony Chang
Comment 2
2010-11-24 13:57:29 PST
Comment on
attachment 74783
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=74783&action=review
> WebKitTools/TestResultServer/model/jsonresults.py:414 > + if small_file_updated and large_file_updated: > + return True > + return False
return small_file_updated and large_file_updated
Ojan Vafai
Comment 3
2010-11-24 14:28:15 PST
Committed
r72699
: <
http://trac.webkit.org/changeset/72699
>
WebKit Review Bot
Comment 4
2010-11-24 14:58:13 PST
http://trac.webkit.org/changeset/72699
might have broken GTK Linux 32-bit Release The following tests are not passing: inspector/extensions.html
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug