Bug 122658
Summary: | REGRESSION (r157205): Multiple XPath tests fail on Windows | ||
---|---|---|---|
Product: | WebKit | Reporter: | Roger Fong <roger_fong> |
Component: | XML | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | andersca, ap, darin, roger_fong |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows 7 |
Roger Fong
http://build.webkit.org/results/Apple%20Win%207%20Release%20(Tests)/r157205%20(39106)/results.html
Following http://trac.webkit.org/changeset/157205 the following tests fail on Windows:
fast/text/partial-textruns.html
fast/xpath/4XPath/Core/test_predicate_list.html
fast/xpath/document-order.html
fast/xpath/empty-string-substring.html
fast/xpath/nan-to-boolean.html
fast/xpath/node-name-case-sensitivity.html
fast/xpath/py-dom-xpath/abbreviations.html
fast/xpath/py-dom-xpath/axes.html
fast/xpath/py-dom-xpath/expressions.html
fast/xpath/py-dom-xpath/functions.html
fast/xpath/py-dom-xpath/paths.html
fast/xpath/py-dom-xpath/predicates.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
There were follow-up fixes to that in <http://trac.webkit.org/r157287>, but Windows is still failing.
Darin, is this something you can look into? Not sure how XPath failures can be Windows specific, the failure diffs look quite surprising to me.
Roger Fong
After a brief debugging session we managed to find the fix, committed here:http://trac.webkit.org/changeset/157324
Alexey Proskuryakov
How is it possible that this wasn't causing failures on Mac? :(
Darin Adler
(In reply to comment #3)
> How is it possible that this wasn't causing failures on Mac? :(
This mistake was in a Windows-only workaround for an MSVC compiler bug.