Comment 13 for bug 299847

Revision history for this message
Michael Casadevall (mcasadevall) wrote : Re: armel build failure (without ignoring testsuite results)

After much debugging, the issue is a race issue. On non-armel platforms, shared memory operations appear to be atomic, but on ARM, on very fast machines, these shared memory operations have a slight lag to the, which causes the test suite failures. I'm trying to see if I can cobble together a test suite to isolate the issue specifically.