Bug 118551

Summary: [Qt] An incremental build bug appear after r152543.
Product: WebKit Reporter: Gábor Ábrahám <abrhm>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: cdumez, kadam, ossy, spenap, zarvai
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 79666    

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.