Bug 118551
Summary: | [Qt] An incremental build bug appear after r152543. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Gábor Ábrahám <abrhm> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | cdumez, kadam, ossy, spena, zarvai |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 79666 |
Gábor Ábrahám
Failing tests:
fast/js/global-constructors-attributes.html
svg/custom/global-constructors.html (This is skipped on EFL.)
Qt WK1 results:
http://build.webkit.sed.hu/results/x86-64%20Linux%20Qt%20Release/r152555%20(52247)/results.html#
Could you check it please?
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Chris Dumez
(In reply to comment #0)
> Failing tests:
> fast/js/global-constructors-attributes.html
> svg/custom/global-constructors.html (This is skipped on EFL.)
>
> Qt WK1 results:
> http://build.webkit.sed.hu/results/x86-64%20Linux%20Qt%20Release/r152555%20(52247)/results.html#
>
> Could you check it please?
Could you try a clean build? It looks like it did not pick up the IDL change for some reason.
Chris Dumez
I don't see the failure on the EFL bots BTW.
Gábor Ábrahám
Link to EFL bot:
http://build.webkit.org/builders/EFL%20Linux%2064-bit%20Release%20WK1/builds/843/steps/layout-test/logs/stdio/text
Chris Dumez
(In reply to comment #3)
> Link to EFL bot:
> http://build.webkit.org/builders/EFL%20Linux%2064-bit%20Release%20WK1/builds/843/steps/layout-test/logs/stdio/text
That EFL failure is unrelated, please look at the diff:
http://build.webkit.org/results/EFL%20Linux%2064-bit%20Release%20WK1/r152560%20(843)/fast/js/global-constructors-attributes-pretty-diff.html
Please trigger a clean build and it will fix your issue.
Ádám Kallai
An incremental build bug caused these fail. The clean build solved this issue.
I will check it.