Bug 11222
Summary: | fast/js/window-properties sometimes reports window.document.location.replace is a function | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | aroben, timothy |
Priority: | P2 | Keywords: | LayoutTestFailure |
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://build.webkit.org/results/post-commit-powerpc-mac-os-x/3700/results.html | ||
Bug Depends on: | |||
Bug Blocks: | 10958 |
Adam Roben (:aroben)
In some recent runs of fast/js/window-properties, window.document.location.replace has been reported as a function.
Positive results:
http://build.webkit.org/results/post-commit-powerpc-mac-os-x/3700/results.html
http://build.webkit.org/results/post-commit-powerpc-mac-os-x/3703/results.html
Negative results:
http://build.webkit.org/results/post-commit-powerpc-mac-os-x/3701/results.html
http://build.webkit.org/results/post-commit-powerpc-mac-os-x/3702/results.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Maciej Stachowiak
Seems to me that window.document.location.replace should always be there. I wonder why it only shows up sporadically and is not in the original expected results.
Geoffrey Garen
This is because the location object lacks static references to its properties. I have a fix.
Geoffrey Garen
In other words, I suspect this test was borked from the beginning.
Geoffrey Garen
Committed revision 17126.
I win again, WebCore.