Android: FAIL src/test/test_address_set.c:80: assert(ret OP_EQ 1): 0 vs 1
Summary
I rebased our Android patches on tor-0.4.6.5 and ran the CI. It passed on android-24/armeabi-v7a and failed on android-22/x86_64. Both pass on tor-0.4.5.9. This is the failure:
address_set/contains: [forking]
FAIL src/test/test_address_set.c:80: assert(ret OP_EQ 1): 0 vs 1
[contains FAILED]
https://gitlab.com/eighthave/tor/-/jobs/1367099673
My guess is that this is either an intermittent bug or it is due to the CPU arch.
Steps to reproduce:
- fork https://gitlab.com/eighthave/tor
- trigger a CI pipeline on the tag tor-android-0.4.6.5
Environment
Running on Debian/stretch via the Docker image registry.gitlab.com/fdroid/ci-images-client
. The emulator is running without KVM support, so it is very slow.
Possible fixes
If that test is not relevant on Android, I can disable it in our fork.
Edited by eighthave