8373983: java/util/Locale/UseOldISOCodesTest.java fails with JTREG_AOT_JDK=onestep

Reviewed-by: naoto
This commit is contained in:
Ioi Lam 2025-12-22 19:43:55 +00:00
parent 72505420ca
commit 4b8eda3047

View File

@ -42,3 +42,9 @@ java/lang/invoke/DumpMethodHandleInternals.java 0000000 generic-
# The test uses "--add-modules jdk.internal.le" during production.
# So the test is incompatible with AOT_JDK testing because because all runs must have consistent module options on the command line.
java/lang/IO/IO.java 0000000 generic-all
# This test checks for a warning message that's already printed by
# sun.util.locale.BaseLocale.<clinit> during the training run. Because BaseLocale is aot-initialized,
# this message will not be printed in the production run.
java/util/Locale/UseOldISOCodesTest.java 0000000 generic-all