RFR: 8258584: java/util/HexFormat/HexFormatTest.java fails on x86_32 [v2]
Jie Fu
jiefu at openjdk.java.net
Sat Dec 19 09:47:55 UTC 2020
On Thu, 17 Dec 2020 16:14:56 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
> Disabling all of the tests on 32 bit is not a good idea.
>
> Instead the HexFormatTest.testOOME test should be skipped or the OOME should be ignored.
> Checking Runtime.getRuntime().maxMemory() should provide enough info to skip it.
Thanks @RogerRiggs for your review and comments.
Let's ignore the OOME for testOOME.
What do you think of the updated change?
Thanks.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1817
More information about the core-libs-dev
mailing list