Test uses -Xlog:pagesize=info option to check huge page info, then performs some checks on the resulting output. One of the checks is that the page size is expected to end with B, K, M or G, but does not account for the fact that it could end with a period "."
In the most recent OL 8.8 update the page size contains period at the end (example: 1G.)
Not sure at this point whether this is a test issue or platform configuration issue.
------------ Relevan test output
Expected memory string '1G. DEFAULT LARGE PAGE SIZE: 1G.'to end with either of: B, K, M, G
Test expects: DEFAULT LARGE PAGE SIZE: 1G
Actual: DEFAULT LARGE PAGE SIZE: 1G.