On Tue, 31 May 2022 11:44:27 GMT, Alan Bateman <al...@openjdk.org> wrote:
>> [JDK-8287137](https://bugs.openjdk.java.net/browse/JDK-8287137) added a >> bunch of tests into problemlist. Those lists basically exclude every test >> that runs with --enable-preview. >> [JDK-8287437](https://bugs.openjdk.java.net/browse/JDK-8287437) makes it >> better: it only disables Loom parts, even with --enable-preview. This allows >> testing x86_32 on other preview features and avoids accidental bug slippage >> in non-Loom code paths. We can and should shrink the problem lists now. >> >> Additional testing: >> - [x] Removed tests with Linux x86_32 fastdebug; mostly pass, some non-Loom >> failures >> - [x] Linux x86_32 fastdebug `tier1` >> - [x] GHA run > > This looks okay. If we get PR8939 in then it should be possible to do more > clear out of the exclude lists. Thank you, @AlanBateman. Any other comments? I plan to integrate it soon. ------------- PR: https://git.openjdk.java.net/jdk/pull/8946