RFR 8252248: __SIGRTMAX is not declared in musl libc
Alexander Scherbatiy
alexander.scherbatiy at bell-sw.com
Fri Aug 28 14:54:19 UTC 2020
On 28.08.2020 17:40, Alan Bateman wrote:
> On 28/08/2020 15:32, Alexander Scherbatiy wrote:
>>
>> I run the java/nio/channels tests with the fix. There are five
>> failed tests that fail with and without the fix:
>> java/nio/channels/DatagramChannel/AdaptorMulticasting.java
>> java/nio/channels/DatagramChannel/MulticastSendReceiveTests.java
>> java/nio/channels/DatagramChannel/PromiscuousIPv6.java
>> java/nio/channels/DatagramChannel/Loopback.java
>> java/nio/channels/FileChannel/FileExtensionAndMap.java
>>
>> The FileExtensionAndMap.java has clear fail message: "Error. Test
>> ignored: This test has huge disk space requirements".
> The DatagramChannel failures are probably because of firewall or
> iptables issues too. The FileExtensionAndMap test has @ignore so it
> will be skipped, maybe you are running jtreg directly and aren't use
> -ignore:quiet?
Yes, I run the jtreg tests directly without the -ignore:quiet option.
Thanks,
Alexander.
>
> In any case, I think the changes look okay.
>
> -Alan
More information about the core-libs-dev
mailing list