Bug 53700
| Summary: | REGRESSION (r77485): svg/W3C-SVG-1.1-SE/types-dom-01-b.svg fails on Windows when run with other tests, but passes on its own | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
| Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | adele, krit, rwlbuis, zimmermann |
| Priority: | P2 | Keywords: | InRadar, LayoutTestFailure, PlatformOnly |
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| URL: | http://build.webkit.org/results/Windows%207%20Release%20(Tests)/r77507%20(8980)/svg/W3C-SVG-1.1-SE/types-dom-01-b-pretty-diff.html | ||
Adam Roben (:aroben)
To reproduce:
1. run-webkit-tests svg
2. run-webkit-tests svg/W3C-SVG-1.1-SE/types-dom-01-b.svg
In the first case, svg/W3C-SVG-1.1-SE/types-dom-01-b.svg fails. In the second case, it passes. Presumably this means that some earlier test is modifying global state that doesn't get reset before this test runs.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
<rdar://problem/8954933>
Adam Roben (:aroben)
I tried to figure out which test that precedes types-dom-01-b.svg was causing the problem. I found that running pretty much any of the tests that precede types-dom-01-b.svg will make the test fail. So maybe it's really that the test succeeds when run first, and fails when run after any other SVG test?
Rob Buis
Does this still happen?
Nikolas Zimmermann
(In reply to comment #3)
> Does this still happen?
Adam, could you have a look?