RFR: Remove passing tests from ProblemList.txt
Y. Srinivas Ramakrishna
ysr at openjdk.org
Wed May 3 23:26:49 UTC 2023
On Wed, 3 May 2023 18:20:42 GMT, William Kemper <wkemper at openjdk.org> wrote:
> Recent test runs suggest that all but three tests are now passing. The remaining failures are believed to be fixed by https://github.com/openjdk/shenandoah/pull/248.
Exclude two of the tests that fail in github actions...
test/hotspot/jtreg/ProblemList.txt line 93:
> 91: gc/stress/systemgc/TestSystemGCWithShenandoah.java#generational 8306340 generic-all
> 92: gc/stress/gclocker/TestGCLockerWithShenandoah.java#generational 8306341 generic-all
> 93: gc/TestAllocHumongousFragment.java#generational 8306342 generic-all
Since `TestAllocHumongousFragment` and `TestClassLoaderLeak` still fail in [some configs](https://github.com/earthling-amzn/shenandoah/actions/runs/4874732691), I'd leave them in the problem list until they are fixed, perhaps by reproducing on those platforms. At least one of the flagged failure modes for TestClassLoaderLeak (the failing assert) is likely fixed in Kelvin's upcoming PR, so we can revisit these again following that PR as well.
-------------
Changes requested by ysr (Committer).
PR Review: https://git.openjdk.org/shenandoah/pull/273#pullrequestreview-1412035739
PR Review Comment: https://git.openjdk.org/shenandoah/pull/273#discussion_r1184395631
More information about the shenandoah-dev
mailing list