Bug 12629
| Summary: | REGRESSION: dom/html/level2/html/HTMLBaseElement02.html fails under guard malloc | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mark Rowe (bdash) <mrowe> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Major | CC: | ap, ggaren |
| Priority: | P2 | Keywords: | InRadar, LayoutTestFailure, Regression |
| Version: | 420+ | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
Mark Rowe (bdash)
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Maciej Stachowiak
<rdar://problem/4980999>
Alexey Proskuryakov
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.