Skip to content

CxxUtils: Fix unit tests failing on arm.

Scott Snyder requested to merge ssnyder/athena:armfpe.CxxUtils-20221215 into master

FPControl: Some aarch64 implementations do not support trapping on FP exceptions. If that's the case, skip tests relying on catching FPEs.

PageAccessControl: arm has 64k pages. Make sure that the area we protect is entirely within the block we've allocated from the heap.

stacktrace: Ignore init function used on arm.

Merge request reports