Bug 157266

Summary: [ARM][cmake] Fix the incremental build issue cause false positive failures
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: achristensen, ossy
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 108645    

Description Csaba Osztrogonác 2016-05-02 06:48:55 PDT
Nowadays there were many false positive failures on ARMv7 Thumb2 JSCOnly 
bot, we should investigate the root of this cmake build system bug.
Comment 1 Csaba Osztrogonác 2016-05-02 06:49:33 PDT
*** Bug 157265 has been marked as a duplicate of this bug. ***
Comment 2 Csaba Osztrogonác 2016-05-02 06:50:00 PDT
*** Bug 157264 has been marked as a duplicate of this bug. ***
Comment 3 Csaba Osztrogonác 2016-05-02 06:50:58 PDT
*** Bug 157263 has been marked as a duplicate of this bug. ***
Comment 4 Csaba Osztrogonác 2016-05-03 01:37:16 PDT
Similar issue happened on the JSCOnly ARM traditional bot:
https://build.webkit.org/builders/JSCOnly%20Linux%20ARMv7%20Traditional%20Release/builds/453

After https://trac.webkit.org/changeset/200321 all tests 
started to crash, but clean build fixed them.