Bug 157266 - [ARM][cmake] Fix the incremental build issue cause false positive failures
Summary: [ARM][cmake] Fix the incremental build issue cause false positive failures
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
: 157263 157264 157265 (view as bug list)
Depends on:
Blocks: 108645
  Show dependency treegraph
 
Reported: 2016-05-02 06:48 PDT by Csaba Osztrogonác
Modified: 2016-05-03 01:37 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.