Bug 16773
| Summary: | New pixel test results should be platform-specific by default | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | joepeck, krit, zimmermann |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Adam Roben (:aroben)
New pixel test results generated by run-webkit-tests should be platform-specific by default. We already do this for new render tree results.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Joseph Pecoraro
Just passing through. I haven't actually tested this recently but this might
already be the case. See expectedDirectoryForTest in old-run-webkit-tests:
sub expectedDirectoryForTest($;$;$)
Adam Roben (:aroben)
Yes, I believe this is fixed in the normal case. I think it's still wrong in the layoutTestController.dumpAsText(true) case (where a dumpAsText test has pixel results).