On Fri, 6 Dec 2024 14:59:47 GMT, Jorn Vernee <jver...@openjdk.org> wrote:

>> 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...

Both of these tests are being added as manual tests, but TestUpcallStress did 
miss the manual qualifier in the jtreg run directive which has now been 
corrected.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/22580#discussion_r1876079427

Reply via email to