This patch enables sanitizer common unit tests for arm64 architecture only on apple devices.
Also lowers the expected compression ratio for 64 bit machines. Unsure of justification of 130. On apple arm64 we're seeing this number comeout to 128.6
rdar://101436019
I think it'd be better to keep the test but reduce the 30% either for all targets or just for Apple arm64. I say this because it doesn't appear to be a test for the efficiency of the compression but rather that the compression is happening at all. (Nit: The comment is: "slightly than expected" but should be "slightly less than expected")