On Wed, 27 Sep 2023 08:13:21 GMT, Varada M <d...@openjdk.org> wrote: >> test/hotspot/jtreg/ProblemList.txt line 155: >> >>> 153: >>> 154: vmTestbase/nsk/jvmti/AttachOnDemand/attach045/TestDescription.java >>> 8202971 generic-all >>> 155: >>> vmTestbase/nsk/jvmti/scenarios/jni_interception/JI06/ji06t001/TestDescription.java >>> 8219652 aix-ppc64 >> >> It looks like you need to remove this entry also. > > Is it like we should create separate PR to remove/add tests from ProblemList > or can I remove those from ProblemList in this PR itself. One of the test > "TestTerminatedThread.java" still fails so it should be under ProblemList > itself. > > Thank you
Any test fixed by this PR should be removed from the problem list by this PR. If there are any tests problem listed with this CR that still fail after it is fixed, then they need to have a new CR filed for them, and the problem list updated to reference the new CR. That problem list updating can also be done in this PR. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/15924#discussion_r1338828322