RFR: 8287137: Problemlist failing x86_32 tests after Loom integration [v3]

David Holmes dholmes at openjdk.java.net
Tue May 24 21:13:59 UTC 2022


On Mon, 23 May 2022 18:25:23 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

>> [JDK-8284161](https://bugs.openjdk.java.net/browse/JDK-8284161) broke a lot of x86_32 code. The x86_32 porting is done under [JDK-8286642](https://bugs.openjdk.java.net/browse/JDK-8286642). Meanwhile, we can problemlist the failing tests to get cleaner runs for other patches. This should also make GHA runs cleaner.
>> 
>> Additional testing:
>>  - [x] Linux x86_32 fastdebug `tier1` (some unrelated failures in hotspot)
>>  - [x] Linux x86_32 fastdebug `tier2` (some unrelated failures in hotspot)
>>  - [x] Linux x86_32 fastdebug `tier3` (clean now)
>>  - [x] GHA run
>
> Aleksey Shipilev has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Another release test

There is a mistake in this changeset.  The JDK ProblemList already contained:

`java/nio/channels/FileChannel/LargeMapTest.java                 8286980 windows-all`

and this change then added:

`java/nio/channels/FileChannel/LargeMapTest.java                 8286642 generic-i586`

which appears to have negated the first entry.

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

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


More information about the compiler-dev mailing list