RFR: 8287137: Problemlist failing x86_32 tests after Loom integration

Aleksey Shipilev shade at openjdk.java.net
Mon May 23 15:39:40 UTC 2022


On Mon, 23 May 2022 15:34:11 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> Those tests *do* run with preview enabled: https://github.com/openjdk/jdk/blob/master/test/jdk/java/util/stream/test/TEST.properties#L10-L11 -- and I know that because I basically copy-pasted all jtreg failures that lead to `Unimplemented()` in x86_32 code.
>
> Okay, so the issue is SpliteratorTest uses preview APIs and having the configuration in TEST.properties means that all the streams tests are run with this option.

Yes, `TEST.properties` is way too broad. I'd keep the current patch as is, instead of trying to fix that one. I suspect there is some funky TestNG/othervm interaction going...

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

PR: https://git.openjdk.java.net/jdk/pull/8843


More information about the compiler-dev mailing list