Bug 18543 - DumpRenderTree gtk freeze
Summary: DumpRenderTree gtk freeze
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2008-04-17 01:40 PDT by Mario Bensi
Modified: 2008-04-17 12:28 PDT (History)
1 user (show)

See Also:


Attachments
fix freeze on DumpRenderTree Gtk (1.07 KB, patch)
2008-04-17 01:42 PDT, Mario Bensi
no flags Details | Formatted Diff | Diff
change printf+flush by puts and fputs like window port (1011 bytes, patch)
2008-04-17 06:40 PDT, Mario Bensi
no flags Details | Formatted Diff | Diff
replace tab by space (1019 bytes, patch)
2008-04-17 06:43 PDT, Mario Bensi
alp: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mario Bensi 2008-04-17 01:40:52 PDT
I test that :

WebKitTools/Scripts/run-webkit-tests --gtk
Running tests from /home/developer/WebKitGtk/LayoutTests
Testing 7882 test cases.
css1/basic .
css1/basic/class_as_selector.html ->

after that I have nothing else.
Comment 1 Mario Bensi 2008-04-17 01:42:00 PDT
Created attachment 20618 [details]
fix freeze on DumpRenderTree Gtk
Comment 2 Mario Bensi 2008-04-17 06:40:01 PDT
Created attachment 20624 [details]
change printf+flush by puts and fputs like window port
Comment 3 Mario Bensi 2008-04-17 06:43:47 PDT
Created attachment 20625 [details]
replace tab by space
Comment 4 Alp Toker 2008-04-17 12:27:25 PDT
Comment on attachment 20625 [details]
replace tab by space

r=me
Comment 5 Alp Toker 2008-04-17 12:28:10 PDT
Landed in r32009.

Thanks!