this is a pita for debugging
Depends on D10545
Details
Details
Diff Detail
Diff Detail
- Repository
- rEFL core/efl
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
It seems that this patch has no reviewers specified. If you are unsure who can review your patch, please check this wiki page and see if anyone can be added: https://phab.enlightenment.org/w/maintainers_reviewers/
Comment Actions
Yes, it disables the timeout when forking is disabled for debugging. As the commit log states.
Comment Actions
Hum, I am thrilled with having both behavior together as I am not sure that on windows the default is to run the tests with no CK_FORK==no. @vtorri could you clarify how libcheck behave on Windows? If it is not the case, then I am fine with this patch, if it is, it would be best to have another env used.
Comment Actions
HAVE_FORK is not defined on windows. That's why the existing test infrastructure uses this define to verify it.