RFR: 8345335: Add excluded jdk_foreign tests to manual group
Jorn Vernee
jvernee at openjdk.org
Fri Dec 6 15:02:39 UTC 2024
On Fri, 6 Dec 2024 07:17:28 GMT, Alan Bateman <alanb at 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
More information about the core-libs-dev
mailing list