Bug 68596
Summary: | [Qt] 11 tests failed after r95671 because the tests are updated. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Oliver Varga <voliver> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | inferno, loki, ossy |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Oliver Varga
There are 3 failed tests after r95671:
LayoutTests/fast/css-generated-content/table-cellbefore-content.html
LayoutTests/fast/js/function-apply. html
LayoutTests/fast/table/table-cell-after-child-in-block.html
LayoutTests/fast/table/table-cell-before-after-content-around-table-block. html
LayoutTests/fast/table/table-cell-before-after-content-around-table. html
LayoutTests/fast/table/table-cell-before-child-in-block. html
LayoutTests/fast/table/table-row-after-child-in-block. html
LayoutTests/fast/table/table-row-before-after-content-around-block. html
LayoutTests/fast/table/table-row-before-after-content-around-table. html
LayoutTests/fast/table/table-row-before-child-in-block. html
LayoutTests/fast/table/table-row-style-not-updated-with-after-content.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Oliver Varga
After the bad skippelist 2 patches landed:
http://trac.webkit.org/changeset/95701
http://trac.webkit.org/changeset/95702
Abhishek Arya
LayoutTests/fast/js/function-apply.html is not my fault.
For all others, can anyone in the qt team help to rebaseline. webkit-patch rebaseline is driving me nuts since it always puts the results in the main dir and not the platform/qt directory. So, for lots of rendering changes, i always have to move files manually one by one.
Csaba Osztrogonác
(In reply to comment #2)
> LayoutTests/fast/js/function-apply.html is not my fault.
Agree.
> For all others, can anyone in the qt team help to rebaseline. webkit-patch rebaseline is driving me nuts since it always puts the results in the main dir and not the platform/qt directory. So, for lots of rendering changes, i always have to move files manually one by one.
I fixed it, but I missed to close this bug. Updates landed in http://trac.webkit.org/changeset/95704
Abhishek Arya
(In reply to comment #3)
> (In reply to comment #2)
> > LayoutTests/fast/js/function-apply.html is not my fault.
> Agree.
>
> > For all others, can anyone in the qt team help to rebaseline. webkit-patch rebaseline is driving me nuts since it always puts the results in the main dir and not the platform/qt directory. So, for lots of rendering changes, i always have to move files manually one by one.
>
> I fixed it, but I missed to close this bug. Updates landed in http://trac.webkit.org/changeset/95704
Thanks a lot Ossy, really appreciate your help.