Bug 118551 - [Qt] An incremental build bug appear after r152543.
Summary: [Qt] An incremental build bug appear after r152543.
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 79666
  Show dependency treegraph
 
Reported: 2013-07-11 01:11 PDT by Gábor Ábrahám
Modified: 2014-02-01 19:01 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gábor Ábrahám 2013-07-11 01:11:55 PDT
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?
Comment 1 Chris Dumez 2013-07-11 01:19:28 PDT
(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.
Comment 2 Chris Dumez 2013-07-11 01:25:57 PDT
I don't see the failure on the EFL bots BTW.
Comment 4 Chris Dumez 2013-07-11 01:31:30 PDT
(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.
Comment 5 Ádám Kallai 2013-07-11 05:31:29 PDT
An incremental build bug caused these fail. The clean build solved this issue. 
I will check it.