On Fri, 6 Dec 2024 07:17:28 GMT, Alan Bateman <al...@openjdk.org> wrote:
>> test/jdk/TEST.groups line 625: >> >>> 623: javax/xml/jaxp/datatype/8033980/GregorianCalAndDurSerDataUtil.java >>> \ >>> 624: java/foreign/TestMatrix.java \ >>> 625: java/foreign/TestUpcallStress.java >> >> I note that the test TestUpcallStress.java doesn't have a manual tag in the >> run directive ? > > Might be a mistake, TestMatrix is the manual test. TestUpcallStress.java was supposed to run in tier4, which is a catch-all for any test not run in lower tiers: # Everything not in other tiers tier4 = \ / \ -:tier1 \ -:tier2 \ -:tier3 But, it doesn't seem like TestUpcallStress is actually being run in tier4... ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/22580#discussion_r1873474579