-
-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JDK17: arm_linux: CheckCICompilerCount and GetXSpace fail and need investigation and exclusion #5473
Comments
More details at: #5443 (comment), relevant bits repeated below for convenience CheckCICompilerCount fails in both Grinder retries with:
32-bit platforms would set TieredStopAtLevel to 1 by default (so that only C1 compilations are performed in the system). The test expects to run at level 2. Marking this failure as non-blocking. ACTION: Seen in April, need to understand why this test failure was not seen in January (was the testcase ProblemListed previously? and exclude testcase for arm_linux (a 32-bit platform). GetXSpace fails in both Grinder retries with:
GetXSpace should have been excluded on this platform, is non-blocking failure, but issue with ProblemList, see https://github.com/adoptium/aqa-tests/blob/master/openjdk/excludes/ProblemList_openjdk17.txt#L146-L147 and #5227 |
Issue generated from original comment by Shelley Lambert in the July 2024 General Retrospective
Notes from aqa-tests triage:
CheckCICompilerCount and GetXSpace fail and need investigation exclusion, non-blocking on arm_linux
The text was updated successfully, but these errors were encountered: