aqa-tests
aqa-tests copied to clipboard
Mac x64 test failure: java/lang/management/MemoryMXBean/LowMemoryTest2.sh
Related to: #157 Described in detail by: JDK-8209743 (test framework problem) Note: The fix for this issue was not backported to JDK11
Here's the results of the run without altering the test on our end: jdk_management_0.tar.gz
Here's the results of the run after applying the 'band-aid' of increasing memory to 24m: jdk_management_0.success.24m.tar.gz
Since the conclusion of the JDK TESTBUG is:
In conclusion, this is a test bug. Increasing the metaspace space size can change the proportion (class and non-class allocation types) of the meta space usage and allow the test to pass, although it is not a real fix to the test issue.
...the fix on the Microsoft end will likely be to problemlist it.