An update on fixing the issues captured by this bug upstream - * test_shuffle_* Fix has been merged upstream * test_fabs failure This test fails due to two math functions failing - - ilogb(x) - Reference values didn't match for 0 and NaN. Now fixed in upstream. - ldexp failure - needs further investigation