Bug 19589

Summary: Patch to re-enable some layout tests
Product: WebKit Reporter: Jean-Charles Verdié <jcverdie>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED ---    
Severity: Normal CC: webkit
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 19569    
Attachments:
Description Flags
re-enable layout tests which do not crash or hang ggaren: review-

Description Jean-Charles Verdié 2008-06-16 11:31:28 PDT
according to https://bugs.webkit.org/show_bug.cgi?id=19569
there are 51 layout disabled
47 of them are not crashing anymore and should be re-enabled.

The patch is pretty huge but I'm not sure how to split it correctly without it being a hassle :(
Comment 1 Jean-Charles Verdié 2008-06-16 11:38:52 PDT
Created attachment 21738 [details]
re-enable layout tests which do not crash or hang
Comment 2 Robert Blaut 2008-06-16 11:53:38 PDT
(In reply to comment #0)
> according to https://bugs.webkit.org/show_bug.cgi?id=19569
> there are 51 layout disabled
> 47 of them are not crashing anymore and should be re-enabled.

Thank you for your contribution. Jean-Charles, you should consider that many of disabled tests were disabled because of other problems than crash. For example:bug 11662, http://trac.webkit.org/changeset/28763

I think the best way for finding a real purpose of disabling test is checking revision logs of these tests: http://trac.webkit.org/browser
Comment 3 Maciej Stachowiak 2008-06-20 11:24:54 PDT
What Robert suggests (reviewing the revision history of each test, or the ChangeLog) is a good idea. I forgot that some tests were off because they fail depending on system configuration. For those, we'd like to change them so they don't depend on the particular fonts the user has installed, and we could use a bug to represent that.
Comment 4 Geoffrey Garen 2008-06-23 12:34:49 PDT
Comment on attachment 21738 [details]
re-enable layout tests which do not crash or hang

I guess I'll r- this patch, since it sounds like not all of these tests should be re-enabled right away.