Bug 15841

Summary: fast/dom/Document/early-document-access.html crashes under GuardMalloc
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
proposed fix darin: review+

Description Alexey Proskuryakov 2007-11-05 04:52:08 PST
Fails assertion:
    // We should only have our main window left when we're done
    ASSERT(CFArrayGetCount(allWindowsRef) == 1);

This test waits for 100 ms for popup window to close - looks like it's not enough under GuardMalloc.
Comment 1 Alexey Proskuryakov 2007-11-05 04:54:18 PST
Created attachment 17042 [details]
proposed fix
Comment 2 Darin Adler 2007-11-05 06:31:45 PST
Comment on attachment 17042 [details]
proposed fix

r=me
Comment 3 Alexey Proskuryakov 2007-11-05 06:43:08 PST
Committed revision 27435.