Bug 100368
Summary: | [CMAKE] Rebuilding with changed feature configuration fails to properly rebuild required files | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dominik Röttsches (drott) <d-r> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | rakuco, tmpsantos |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Dominik Röttsches (drott)
When doing a default build-webkit --efl --debug --cmakearg="-DSHARED_CORE=ON" and then later doing the same, except adding --no-xhr-timeout, then running the LayoutTests/http/tests/xmlhttprequest/timeout/* tests, you'll see crashes due to the webkit library not being correctly rebuilt.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Thiago Marcos P. Santos
Weird, this is a regression.
Looks like someone removed the step where we were calling removeCMakeCache() on the perl scripts.
Thiago Marcos P. Santos
(In reply to comment #1)
> Weird, this is a regression.
>
> Looks like someone removed the step where we were calling removeCMakeCache() on the perl scripts.
Nah, it is there. Are you building using WEBKITOUTPUTDIR (aka SOURCEOFEVIL)?
Dominik Röttsches (drott)
I made a mistake - CMAKE remains awesome. *cough*