NEW 12629
REGRESSION: dom/html/level2/html/HTMLBaseElement02.html fails under guard malloc
https://bugs.webkit.org/show_bug.cgi?id=12629
Summary REGRESSION: dom/html/level2/html/HTMLBaseElement02.html fails under guard malloc
Mark Rowe (bdash)
Reported 2007-02-05 23:45:03 PST
Steps to reproduce: 1. run-webkit-tests --guard-malloc dom/html/level2/html/HTMLBaseElement02.html Diff is as follows: --- HTMLBaseElement02-expected.txt 2006-12-06 15:45:58.000000000 +1100 +++ HTMLBaseElement02-actual.txt 2007-02-06 18:24:03.000000000 +1100 @@ -1,2 +1 @@ -Test: http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLBaseElement02 -Status: Success + I've not seen this failure in any of the other occasions I have run layout tests under guard malloc, but it appears to be 100% reproducible at present.
Attachments
Maciej Stachowiak
Comment 1 2007-02-06 23:26:11 PST
Alexey Proskuryakov
Comment 2 2007-02-18 06:25:12 PST
I think it's a timing issue, and the test results are just dumped too early. The topLoadingFrame DRT machinery introduced in r15970 looks like it could be responsible for this. Down to P2, as this appears to be a tools only problem.
Note You need to log in before you can comment on or make changes to this bug.