Occasionaly test failure with message expected to eventually be falsy, got <0>
#845
Closed
1 task done
expected to eventually be falsy, got <0>
#845
What did you do?
I have a UI test case with following expectation:
This code occasionally fails on CI builds (when run with address sanitizer enabled) with the following failure message:
What did you expect to happen?
This error should never happen in my opinion as the expression in
expect()
returns aBOOL
, and matcher isbeFalsy()
, which should both match withfalse
boolean values andnil
values as it's implicitly falsy.What actually happened instead?
This code occasionally fails on CI builds (when run with address sanitizer enabled) with the following failure message:
Environment
List the software versions you're using:
Xcode Default
.)Please also mention which package manager you used and its version. Delete the
other package managers in this list:
pod --version
in Terminal)Project that demonstrates the issue
I don't have a project as I could not reproduce the issue locally yet.
Any guess how this could happen?
Thanks!
The text was updated successfully, but these errors were encountered: