jdk-24/test/jdk/java/foreign
2023-08-17 11:31:09 +00:00
..
arraystructs 8309880: Add support for linking libffi on Windows and Mac 2023-06-14 12:03:42 +00:00
callarranger 8313406: nep_invoker_blob can be simplified more 2023-08-14 23:12:42 +00:00
capturecallstate 8313023: Return value corrupted when using CCS + isTrivial (mainline) 2023-07-31 08:01:17 +00:00
channels 8307411: Test java/foreign/channels/TestAsyncSocketChannels.java failed: IllegalStateException: Already closed 2023-05-09 11:11:15 +00:00
dontrelease 8304888: Add dedicated VMProps for linker and fallback linker 2023-05-02 13:56:32 +00:00
enablenativeaccess 8310643: Misformatted copyright messages in FFM 2023-08-07 10:58:11 +00:00
handles 8307610: Linker::nativeLinker should not be restricted (mainline) 2023-05-11 09:45:45 +00:00
largestub 8304888: Add dedicated VMProps for linker and fallback linker 2023-05-02 13:56:32 +00:00
loaderLookup 8310643: Misformatted copyright messages in FFM 2023-08-07 10:58:11 +00:00
nested 8308276: Change layout API to work with bytes, not bits 2023-05-22 14:57:00 +00:00
normalize 8304888: Add dedicated VMProps for linker and fallback linker 2023-05-02 13:56:32 +00:00
passheapsegment 8304888: Add dedicated VMProps for linker and fallback linker 2023-05-02 13:56:32 +00:00
stackwalk 8310643: Misformatted copyright messages in FFM 2023-08-07 10:58:11 +00:00
trivial 8304888: Add dedicated VMProps for linker and fallback linker 2023-05-02 13:56:32 +00:00
upcalldeopt 8304888: Add dedicated VMProps for linker and fallback linker 2023-05-02 13:56:32 +00:00
virtual 8310643: Misformatted copyright messages in FFM 2023-08-07 10:58:11 +00:00
CallGeneratorHelper.java 8303582: Reduce duplication in jdk/java/foreign tests 2023-03-06 14:52:04 +00:00
CompositeLookupTest.java 8310643: Misformatted copyright messages in FFM 2023-08-07 10:58:11 +00:00
libAddressDereference.c 8304265: Implementation of Foreign Function and Memory API (Third Preview) 2023-04-27 09:00:58 +00:00
libAsyncInvokers.cpp 8290059: Do not use std::thread in panama tests 2022-07-28 14:53:26 +00:00
libIntrinsics.c 8275063: Implementation of Foreign Function & Memory API (Second incubator) 2021-11-24 11:51:16 +00:00
libLibraryLookup.c 8310643: Misformatted copyright messages in FFM 2023-08-07 10:58:11 +00:00
libLookupTest.c 8310643: Misformatted copyright messages in FFM 2023-08-07 10:58:11 +00:00
libNativeAccess.c 8310643: Misformatted copyright messages in FFM 2023-08-07 10:58:11 +00:00
libNull.c 8295044: Implementation of Foreign Function and Memory API (Second Preview) 2022-12-05 13:49:53 +00:00
LibraryLookupTest.java 8310643: Misformatted copyright messages in FFM 2023-08-07 10:58:11 +00:00
libSafeAccess.c 8310643: Misformatted copyright messages in FFM 2023-08-07 10:58:11 +00:00
libTestDowncall.c 8287158: Explicitly reject unsupported call shapes on macos-aarch64 in mainline 2022-05-24 15:03:53 +00:00
libTestDowncallStack.c 8287158: Explicitly reject unsupported call shapes on macos-aarch64 in mainline 2022-05-24 15:03:53 +00:00
libTestHFA.c 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview) 2023-05-24 08:38:34 +00:00
libTestUpcall.c 8287158: Explicitly reject unsupported call shapes on macos-aarch64 in mainline 2022-05-24 15:03:53 +00:00
libTestUpcallHighArity.c 8254231: Implementation of Foreign Linker API (Incubator) 2020-11-23 11:00:38 +00:00
libTestUpcallStack.c 8287158: Explicitly reject unsupported call shapes on macos-aarch64 in mainline 2022-05-24 15:03:53 +00:00
libTestUpcallStructScope.c 8264774: Implementation of Foreign Function and Memory API (Incubator) 2021-06-02 10:53:06 +00:00
libVarArgs.c 8308031: Linkers should reject unpromoted variadic parameters 2023-06-07 12:14:55 +00:00
MemoryLayoutPrincipalTotalityTest.java 8304265: Implementation of Foreign Function and Memory API (Third Preview) 2023-04-27 09:00:58 +00:00
MemoryLayoutTypeRetentionTest.java 8308276: Change layout API to work with bytes, not bits 2023-05-22 14:57:00 +00:00
NativeTestHelper.java 8310643: Misformatted copyright messages in FFM 2023-08-07 10:58:11 +00:00
SafeFunctionAccessTest.java 8310643: Misformatted copyright messages in FFM 2023-08-07 10:58:11 +00:00
shared.h 8303409: Add Windows AArch64 ABI support to the Foreign Function & Memory API 2023-03-02 13:26:27 +00:00
StdLibTest.java 8308031: Linkers should reject unpromoted variadic parameters 2023-06-07 12:14:55 +00:00
TestAdaptVarHandles.java 8310157: Allow void-returning filters for MethodHandles::collectCoordinates 2023-07-17 14:53:37 +00:00
TestAddressDereference.java 8310643: Misformatted copyright messages in FFM 2023-08-07 10:58:11 +00:00
TestArrayCopy.java 8308645: Javadoc of FFM API needs to be refreshed 2023-06-12 15:55:49 +00:00
TestArrays.java 8304265: Implementation of Foreign Function and Memory API (Third Preview) 2023-04-27 09:00:58 +00:00
TestByteBuffer.java 8314071: Test java/foreign/TestByteBuffer.java timed out 2023-08-17 11:31:09 +00:00
TestClassLoaderFindNative.java 8300491: SymbolLookup::libraryLookup accepts strings with terminators 2023-05-25 15:22:27 +00:00
TestDereferencePath.java 8310053: VarHandle and slice handle derived from layout are lacking alignment check 2023-06-21 00:03:13 +00:00
TestDowncallBase.java 8310643: Misformatted copyright messages in FFM 2023-08-07 10:58:11 +00:00
TestDowncallScope.java 8304888: Add dedicated VMProps for linker and fallback linker 2023-05-02 13:56:32 +00:00
TestDowncallStack.java 8304888: Add dedicated VMProps for linker and fallback linker 2023-05-02 13:56:32 +00:00
TestFallbackLookup.java 8310643: Misformatted copyright messages in FFM 2023-08-07 10:58:11 +00:00
TestFree.java 8313880: Incorrect copyright header in jdk/java/foreign/TestFree.java after JDK-8310643 2023-08-07 12:34:52 +00:00
TestFunctionDescriptor.java 8310643: Misformatted copyright messages in FFM 2023-08-07 10:58:11 +00:00
TestHandshake.java 8304265: Implementation of Foreign Function and Memory API (Third Preview) 2023-04-27 09:00:58 +00:00
TestHeapAlignment.java 8310643: Misformatted copyright messages in FFM 2023-08-07 10:58:11 +00:00
TestHFA.java 8308761: New test TestHFA needs adaptation for JDK-8308276 2023-05-24 13:45:57 +00:00
TestIllegalLink.java 8310643: Misformatted copyright messages in FFM 2023-08-07 10:58:11 +00:00
TestIntrinsics.java 8310643: Misformatted copyright messages in FFM 2023-08-07 10:58:11 +00:00
TestLargeSegmentCopy.java 8304265: Implementation of Foreign Function and Memory API (Third Preview) 2023-04-27 09:00:58 +00:00
TestLayoutPaths.java 8310053: VarHandle and slice handle derived from layout are lacking alignment check 2023-06-21 00:03:13 +00:00
TestLayouts.java 8310643: Misformatted copyright messages in FFM 2023-08-07 10:58:11 +00:00
TestLinker.java 8308276: Change layout API to work with bytes, not bits 2023-05-22 14:57:00 +00:00
TestMatrix.java 8304888: Add dedicated VMProps for linker and fallback linker 2023-05-02 13:56:32 +00:00
TestMemoryAccess.java 8310643: Misformatted copyright messages in FFM 2023-08-07 10:58:11 +00:00
TestMemoryAccessInstance.java 8310643: Misformatted copyright messages in FFM 2023-08-07 10:58:11 +00:00
TestMemoryAlignment.java 8310643: Misformatted copyright messages in FFM 2023-08-07 10:58:11 +00:00
TestMemoryDereference.java 8310643: Misformatted copyright messages in FFM 2023-08-07 10:58:11 +00:00
TestMemorySession.java 8304265: Implementation of Foreign Function and Memory API (Third Preview) 2023-04-27 09:00:58 +00:00
TestMismatch.java 8310643: Misformatted copyright messages in FFM 2023-08-07 10:58:11 +00:00
TestNative.java 8304888: Add dedicated VMProps for linker and fallback linker 2023-05-02 13:56:32 +00:00
TestNoForeignUnsafeOverride.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestNULLAddress.java 8310643: Misformatted copyright messages in FFM 2023-08-07 10:58:11 +00:00
TestNulls.java 8310643: Misformatted copyright messages in FFM 2023-08-07 10:58:11 +00:00
TestOfBufferIssue.java 8295044: Implementation of Foreign Function and Memory API (Second Preview) 2022-12-05 13:49:53 +00:00
TestReshape.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestScopedOperations.java 8310643: Misformatted copyright messages in FFM 2023-08-07 10:58:11 +00:00
TestSegmentAllocators.java 8308645: Javadoc of FFM API needs to be refreshed 2023-06-12 15:55:49 +00:00
TestSegmentCopy.java 8308645: Javadoc of FFM API needs to be refreshed 2023-06-12 15:55:49 +00:00
TestSegmentOffset.java 8310643: Misformatted copyright messages in FFM 2023-08-07 10:58:11 +00:00
TestSegmentOverlap.java 8310643: Misformatted copyright messages in FFM 2023-08-07 10:58:11 +00:00
TestSegments.java 8310643: Misformatted copyright messages in FFM 2023-08-07 10:58:11 +00:00
TestSharedAccess.java 8304265: Implementation of Foreign Function and Memory API (Third Preview) 2023-04-27 09:00:58 +00:00
TestSlices.java 8308645: Javadoc of FFM API needs to be refreshed 2023-06-12 15:55:49 +00:00
TestSpliterator.java 8308276: Change layout API to work with bytes, not bits 2023-05-22 14:57:00 +00:00
TestStringEncoding.java 8304888: Add dedicated VMProps for linker and fallback linker 2023-05-02 13:56:32 +00:00
TestTypeAccess.java 8304265: Implementation of Foreign Function and Memory API (Third Preview) 2023-04-27 09:00:58 +00:00
TestUnsupportedLinker.java 8304265: Implementation of Foreign Function and Memory API (Third Preview) 2023-04-27 09:00:58 +00:00
TestUpcallAsync.java 8304888: Add dedicated VMProps for linker and fallback linker 2023-05-02 13:56:32 +00:00
TestUpcallBase.java 8303582: Reduce duplication in jdk/java/foreign tests 2023-03-06 14:52:04 +00:00
TestUpcallException.java 8304888: Add dedicated VMProps for linker and fallback linker 2023-05-02 13:56:32 +00:00
TestUpcallHighArity.java 8308276: Change layout API to work with bytes, not bits 2023-05-22 14:57:00 +00:00
TestUpcallScope.java 8304888: Add dedicated VMProps for linker and fallback linker 2023-05-02 13:56:32 +00:00
TestUpcallStack.java 8309880: Add support for linking libffi on Windows and Mac 2023-06-14 12:03:42 +00:00
TestUpcallStructScope.java 8308276: Change layout API to work with bytes, not bits 2023-05-22 14:57:00 +00:00
TestValueLayouts.java 8310643: Misformatted copyright messages in FFM 2023-08-07 10:58:11 +00:00
TestVarArgs.java 8308031: Linkers should reject unpromoted variadic parameters 2023-06-07 12:14:55 +00:00
TestVarHandleCombinators.java 8308276: Change layout API to work with bytes, not bits 2023-05-22 14:57:00 +00:00
UpcallTestHelper.java 8314330: java/foreign tests should respect vm flags when start new processes 2023-08-16 17:49:38 +00:00