RFR: 8296477: Foreign linker implementation update following JEP 434 [v2]
Jaikiran Pai
jpai at openjdk.org
Wed Dec 7 09:27:16 UTC 2022
On Thu, 10 Nov 2022 15:22:45 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:
>> test/jdk/ProblemList.txt line 484:
>>
>>> 482: # jdk_foreign
>>> 483:
>>> 484: java/foreign/callarranger/TestAarch64CallArranger.java generic-x86
>>
>> Should we exclude these tests on 32 bits in the jtreg header (as I think we do for other tests) ?
>
> I'm not sure what the conventional move here would be. Adding them to the problem list doesn't seem to make the failures go away in GHA at least. I can exclude them with `@requires` as well.
Hello Jorn,
> Adding them to the problem list doesn't seem to make the failures go away in GHA at least.
It appears that these 2 problem listed lines are malformed (it's missing a bug id in each of these lines https://openjdk.org/guide/#problemlisting-jtreg-tests) Maybe that's why those tests didn't get problem listed in the GHA runs?
-------------
PR: https://git.openjdk.org/jdk/pull/11019
More information about the hotspot-dev
mailing list