netty5/transport-native-kqueue/src/test/java/io/netty/channel/kqueue
Norman Maurer ba83a8840f
IovArray should support when there is no unsafe present (#10814)
Motivation:

In some enviroments sun.misc.Unsafe is not present. We should support these as well.

Modifications:

Fallback to JNI if we can't directly access the memoryAddress of the buffer.

Result:

Fixes https://github.com/netty/netty/issues/10813
2020-11-23 14:03:32 +01:00
..
KQueueAbstractDomainSocketEchoTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueChannelConfigTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueCompositeBufferGatheringWriteTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueDatagramConnectNotExistsTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueDatagramUnicastIPv6MappedTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueDatagramUnicastIPv6Test.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueDatagramUnicastTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueDetectPeerCloseWithoutReadTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueDomainSocketDataReadInitialStateTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueDomainSocketEchoTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueDomainSocketFdTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueDomainSocketFileRegionTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueDomainSocketFixedLengthEchoTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueDomainSocketGatheringWriteTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueDomainSocketObjectEchoTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueDomainSocketReuseFdTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueDomainSocketShutdownOutputByPeerTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueDomainSocketSslClientRenegotiateTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueDomainSocketSslEchoTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueDomainSocketSslGreetingTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueDomainSocketStartTlsTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueDomainSocketStringEchoTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueETSocketAutoReadTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueETSocketConditionalWritabilityTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueETSocketDataReadInitialStateTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueETSocketExceptionHandlingTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueETSocketHalfClosedTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueETSocketReadPendingTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueEventLoopTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueIovArrayTest.java IovArray should support when there is no unsafe present (#10814) 2020-11-23 14:03:32 +01:00
KQueueRcvAllocatorOverrideSocketSslEchoTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueServerSocketChannelConfigTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueSocketChannelConfigTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueSocketChannelNotYetConnectedTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueSocketCloseForciblyTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueSocketConnectionAttemptTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueSocketConnectTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueSocketEchoTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueSocketFileRegionTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueSocketFixedLengthEchoTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueSocketGatheringWriteTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueSocketMultipleConnectTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueSocketObjectEchoTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueSocketRstTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueSocketShutdownOutputByPeerTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueSocketShutdownOutputBySelfTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueSocketSslClientRenegotiateTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueSocketSslEchoTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueSocketSslGreetingTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueSocketSslSessionReuseTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueSocketStartTlsTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueSocketStringEchoTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueSocketTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KQueueSocketTestPermutation.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
KqueueWriteBeforeRegisteredTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00