Hi Collin, > My understanding is that Bionic imports all it's math functions from the > BSDs. Based on the symbols this case looks like same as why > FreeBSD/arm64 fails: > > $ nm ./gltests/test-snan-1 | grep -F __addtf > 0000000000008d0c T __addtf3
Indeed, it's likely this __addtf3 function that has the same bug as on the BSDs. > Okay to disable this test with the attached patch? Yes, the patch looks right. Thanks! Bruno
