JT Harness : Tests that were not run
Tests are grouped by their final status message.
A required module is not available
- sun/security/mscapi/AccessKeyStore.java: Confirm that right permissions are granted to access keystores.
- sun/security/mscapi/IsSunMSCAPIAvailable.java:
- sun/security/mscapi/KeyAlgorithms.java: Make sure SunMSCAPI keys have correct algorithm names
Not matching the given keyword expression: ((!stress)) & !manual & !ignore
- com/sun/crypto/provider/Cipher/AEAD/GCMIncrementByte4.java: Uses GCMBufferTest to run a long test with incrementing through each byte in each byte array
- com/sun/crypto/provider/Cipher/AEAD/GCMIncrementDirect4.java: Uses GCMBufferTest to run a long test with incrementing through each byte in each direct bytebuffer
- com/sun/jndi/dns/Test6991580.java: IPv6 Nameservers in resolv.conf throws NumberFormatException
- com/sun/security/auth/callback/TextCallbackHandler/Password.java: Password.readPassword() echos the input when System.Console is null
- java/io/IOException/LastErrorString.java: Test code paths that use the JVM_LastErrorString procedure
- java/io/SystemInAvailable.java: Make sure that System.in.available() works when System.in is the keyboard
- java/net/HugeDataTransferTest.java: network006 times out in many configs in JDK10-hs nightly
- java/net/httpclient/BodyProcessorInputStreamTest.java: An example on how to read a response body with InputStream.
- java/net/httpclient/HttpInputStreamTest.java: An example on how to read a response body with InputStream.
- java/nio/MappedByteBuffer/PmemTest.java: Testing NVRAM mapped byte buffer support
- java/nio/channels/FileChannel/BlockDeviceSize.java: FileChannel.size() should be equal to RandomAccessFile.size() and > 0 for block devs on Linux
- java/security/Policy/Root/Root.java: User Policy Setting is not recognized on Netscape 6 when invoked as root.
- java/util/AbstractList/CheckForComodification.java: concurrent modification not detected on 2nd to last iteration
- java/util/ArrayList/Bug8146568.java: repro for: NegativeArraySizeException in ArrayList.grow(int)
- java/util/Locale/SoftKeys.java: Make sure we deal with internal Key data being cleared properly
- java/util/TimeZone/DefaultTimeZoneTest.java: Make sure that Java runtime detects the platform time zone correctly.
- java/util/Vector/Bug8148174.java: repro for: NegativeArraySizeException in Vector.grow(int)
- java/util/zip/3GBZipFiles.sh: Check support for jar file members with sizes > 2GB
- java/util/zip/ZipFile/TestZipFile.java: Tests various ZipFile apis
- javax/net/ssl/compatibility/AlpnTest.java: This is an interop compatibility test on ALPN.
- javax/net/ssl/compatibility/BasicConnectTest.java: This is an interop compatibility test on basic handshaking and client authentication against all SSL/TLS protocols.
- javax/net/ssl/compatibility/HrrTest.java: This is an interop compatibility test on TLSv1.3 hello retry request.
- javax/net/ssl/compatibility/SniTest.java: This is an interop compatibility test on SNI.
- javax/xml/jaxp/datatype/8033980/GregorianCalAndDurSerDataUtil.java: utility to generate Gregorian Calendar and Duration serialized data java classes.
- jdk/nio/zipfs/LargeCompressedEntrySizeTest.java: Verify that using zip filesystem for opening an outputstream for a zip entry whose compressed size is large, doesn't run into "Negative initial size" exception
- sun/net/www/protocol/https/HttpsURLConnection/CloseKeepAliveCached.java: SSL client sessions do not close cleanly.
- sun/security/krb5/config/native/TestDynamicStore.java: SCDynamicStoreConfig works
- sun/security/tools/jarsigner/compatibility/Compatibility.java: This test is used to verify the compatibility of jarsigner across different JDK releases.
- sun/security/tools/keytool/ListKeyChainStore.java: KeyChain KeyStore implementation retrieves only one private key entry
- sun/security/tools/keytool/i18n.java#id0: keytool i18n compliant
- sun/security/tools/keytool/i18n.java#id1: keytool i18n compliant
- sun/security/tools/keytool/i18n.java#id2: keytool i18n compliant
- sun/security/tools/keytool/i18n.java#id3: keytool i18n compliant
Test has been excluded by an exclude list
- com/sun/security/sasl/gsskerb/AuthOnly.java: Ensure authentication via GSS-API/Kerberos v5 works.
- com/sun/security/sasl/gsskerb/ConfSecurityLayer.java: SaslServer.wrap throws NullPointerException when security layer negotiated.
- com/sun/security/sasl/gsskerb/NoSecurityLayer.java: GSS-API/krb5 SASL mechanism should throw IllegalStateException for auth-only
- java/lang/StringCoding/CheckEncodings.sh: Verify that unsupported encodings are handled gracefully.
- java/lang/invoke/LFCaching/LFGarbageCollectedTest.java: Test verifies that lambda forms are garbage collected
- java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java: Test verifies that lambda forms are cached when run with multiple threads
- java/lang/invoke/lambda/LambdaFileEncodingSerialization.java: Test to verify lambda serialization uses the correct UTF-8 encoding
- java/nio/channels/DatagramChannel/Unref.java: Test that DatagramChannel does not leak file descriptors
- java/nio/channels/FileChannel/directio/DirectIOTest.java: Test for ExtendedOpenOption.DIRECT flag
- java/nio/channels/FileChannel/directio/PreadDirect.java: Test positional read method of FileChannel with DirectIO (use -Dseed=X to set PRNG seed)
- java/nio/channels/FileChannel/directio/PwriteDirect.java: Test positional write method of FileChannel with DirectIO (use -Dseed=X to set PRNG seed)
- java/nio/channels/FileChannel/directio/ReadDirect.java: Test read method of FileChannel with DirectIO (use -Dseed=X to set PRNG seed)
- java/nio/channels/FileChannel/directio/WriteDirect.java: Test FileChannel write with DirectIO
- java/nio/file/FileStore/Basic.java: Unit test for java.nio.file.FileStore
- java/nio/file/Files/CheckPermissions.java: Unit test for java.nio.file.Files
- java/nio/file/Files/CopyAndMove.java: Unit test for java.nio.file.Files copy and move methods (use -Dseed=X to set PRNG seed)
- java/nio/file/Files/FileAttributes.java: Unit test for java.nio.file.Files
- java/nio/file/Files/InterruptCopy.java: Unit test for Sun-specific ExtendedCopyOption.INTERRUPTIBLE option
- java/nio/file/Files/Misc.java: Unit test for miscellaneous methods in java.nio.file.Files
- java/nio/file/Files/TemporaryFiles.java: Unit test for Files.createTempXXX
- java/nio/file/attribute/AclFileAttributeView/Basic.java: Unit test for java.nio.file.attribute.AclFileAttribueView
- java/nio/file/attribute/BasicFileAttributeView/SetTimesNanos.java: Verify that nanosecond precision is maintained for file timestamps
- java/nio/file/attribute/DosFileAttributeView/Basic.java: Unit test for java.nio.file.attribute.DosFileAttributeView
- java/nio/file/attribute/PosixFileAttributeView/Basic.java: Unit test for java.nio.file.attribute.PosixFileAttributeView
- java/nio/file/attribute/UserDefinedFileAttributeView/Basic.java: Unit test for java.nio.file.attribute.UserDefinedFileAttributeView
- javax/script/Test7.java: Tests importPackage and java access in script
- javax/security/auth/kerberos/KerberosHashEqualsTest.java: hashCode() and equals() for KerberosKey and KerberosTicket
- javax/security/auth/kerberos/KerberosTixDateTest.java: test the immutability of the Date fields in KerberosTicket class, serialization, and behavior after being destroyed.
- sun/security/provider/PolicyFile/GrantAllPermToExtWhenNoPolicy.java: Make sure that when no system policy and user policy files exist, the built-in default policy will be used, which - amongst other things - grants standard extensions the AllPermission.
- sun/security/provider/PolicyParser/PrincipalExpansionError.java: parser incorrectly ignores a principal if the principal name expands to nothing.
- sun/security/smartcardio/TestChannel.java: test logical channels work
- sun/security/smartcardio/TestConnect.java: test connect() works
- sun/security/smartcardio/TestConnectAgain.java: test connect works correctly if called multiple times/card removed
- sun/security/smartcardio/TestControl.java: test if transmitControlCommand() works
- sun/security/smartcardio/TestDefault.java: verify that TerminalFactory.getDefault() works
- sun/security/smartcardio/TestDirect.java: Make sure that direct protocol is available
- sun/security/smartcardio/TestExclusive.java: verify that beginExclusive()/endExclusive() works
- sun/security/smartcardio/TestMultiplePresent.java: test that CardTerminals.waitForCard() works
- sun/security/smartcardio/TestPresent.java: test that the isCardPresent()/waitForX() APIs work correctly
- sun/security/smartcardio/TestTransmit.java: test transmit() works
- tools/jlink/plugins/CompressorPluginTest.java: Test zip compressor
The platform does not meet the specified requirements
- java/foreign/TestUnsupportedPlatform.java:
- java/io/File/MacPath.java: Tests file path with nfc/nfd forms on MacOSX
- java/io/File/SetLastModified.java: Basic test for setLastModified method
- java/io/File/WinDirRelative.java: Tests that files are correctly listed for a directory-relative path
- java/io/FileOutputStream/FileOpenTest.java: Test to ensure that opening of hidden Vs non-hidden, read/write Vs read-only files for writing works as expected.
- java/io/FileOutputStream/OpenNUL.java: Verify behavior of opening "NUL:" with ADS enabled and disabled.
- java/lang/ProcessBuilder/ArgCheck.java: Check invocation of exe and non-exe programs using ProcessBuilder and arguments with spaces, backslashes, and simple quoting.
- java/lang/ProcessBuilder/JspawnhelperProtocol.java:
- java/lang/ProcessBuilder/RedirectWithLongFilename.java: ProcessBuilder Redirect to file appending on Windows should work with long file names
- java/lang/ProcessBuilder/checkHandles/CheckHandles.java: Verify that handles for processes that terminate do not accumulate
- java/lang/RuntimeTests/loadLibrary/exeLibraryCache/LibraryFromCache.java: Test System::loadLibrary to be able to load a library even if it's not present on the filesystem on macOS which supports dynamic library cache
- java/lang/System/MacEncoding/MacJNUEncoding.java: Test the value of sun.jnu.encoding on Mac
- java/net/ServerSocket/AnotherSelectFdsLimit.java: FD_SETSIZE should be set on macosx
- java/net/ServerSocket/SelectFdsLimit.java: The total number of file descriptors is limited to 1024(FDSET_SIZE) on MacOSX (the size of fd array passed to select() call in java.net classes is limited to this value).
- java/net/URL/B5086147.java: File,URI,URL conversions are strange for UNC path
- java/net/URLConnection/UNCTest.java: Check that URL.openConnection() doesn't open connection to UNC
- java/nio/channels/AsynchronousFileChannel/LockReadWriteStressTest.java: Ensure that correct PendingFuture is used in Iocp completion status event handler
- java/nio/channels/Selector/ChangingInterests.java#id1:
- java/nio/channels/Selector/LotsOfChannels.java#id1:
- java/nio/channels/Selector/OutOfBand.java#id1:
- java/nio/channels/Selector/RacyDeregister.java#id1:
- java/nio/channels/Selector/SelectTimeout.java: Verify no IOException on OS X for large timeout value in select() and that timeout does not occur too early on Windows.
- java/nio/channels/Selector/SelectWithConsumer.java#id1:
- java/nio/channels/Selector/StackOverflowTest.java: native call in WindowsSelectorImpl.SubSelector.poll can use more stack space than available in a shadow zone, this can cause a crash if selector is called from a deep recursive java call
- java/nio/file/Files/NulDevice.java: Verify stream and channel behavior with NUL device
- java/nio/file/Files/SubstDrive.java: Test Files' public APIs with drives created using the subst command on Windows.
- java/nio/file/Path/MacPathTest.java: Tests file path with nfc/nfd forms on MacOSX
- java/nio/file/etc/MacVolumesTest.java: Check access and basic NIO APIs on APFS for macOS version >= 10.15
- java/security/KeyStore/CheckMacOSKeyChainTrust.java: Check whether loading of certificates from MacOS Keychain correctly honors trust settings
- java/security/SecureRandom/MacNativePRNGSetSeed.java: Cannot call setSeed on NativePRNG on Mac if EGD is /dev/urandom
- java/util/TimeZone/Bug8066652Run.java: tests thread safe native function localtime_r is accessed by multiple threads at same time and zone id should not be "GMT+00:00" if default timezone is "GMT" and user specifies a fake timezone.
- sun/net/www/protocol/http/TestTransparentNTLM.java: Verifies that transparent NTLM (on Windows) is not used by default, and is used only when the relevant property is set.
- sun/security/krb5/auto/tools/KinitConfPlusProps.java: Checks if kinit uses both krb5 conf file and system properties
- sun/security/krb5/tools/KtabCheck.java: "ktab -d name etype" to "ktab -d name [-e etype] [kvno | all | old]"
- sun/security/krb5/tools/KtabZero.java: ktab creates a file with zero kt_vno
- sun/security/mscapi/AllTypes.java: More keystore types
- sun/security/mscapi/CastError.java: MSCAPI keystore should accept Certificate[] in setEntry()
- sun/security/mscapi/InteropWithSunRsaSign.java: Interop test between SunMSCAPI and SunRsaSign on RSASSA-PSS
- sun/security/mscapi/IterateWindowsRootStore.java: This test validates an iteration over the Windows-ROOT certificate store and retrieving all certificates.
- sun/security/mscapi/KeyStoreCompatibilityMode.java: Confirm that a null stream or password is not permitted when compatibility mode is enabled (and vice versa).
- sun/security/mscapi/KeyStoreEmptyCertChain.java: Verify that no exception is thrown with empty cert chain in MSCAPI.
- sun/security/mscapi/KeytoolChangeAlias.java: Test "keytool -changealias" using the Microsoft CryptoAPI provider.
- sun/security/mscapi/NullKey.java: SunMSCAPI Signature should throw InvalidKeyException when initialized with a null key
- sun/security/mscapi/PrngSerialize.java: MSCAPI's PRNG should support serialization
- sun/security/mscapi/PrngSlow.java: MSCAPI's PRNG is too slow
- sun/security/mscapi/ProviderClassOption.java: keytool does not export sun.security.mscapi
- sun/security/mscapi/PublicKeyInterop.java: SunMSCAPI's Cipher can't use RSA public keys obtained from other sources.
- sun/security/mscapi/RSAEncryptDecrypt.java: Confirm that plaintext can be encrypted and then decrypted using the RSA cipher in the SunMSCAPI crypto provider.
- sun/security/mscapi/ShortRSAKeyWithinTLS.java: 512 bits RSA key cannot work with SHA384 and SHA512
- sun/security/mscapi/SignUsingNONEwithRSA.java: Sign using the NONEwithRSA signature algorithm from SunMSCAPI
- sun/security/mscapi/SignUsingSHA2withRSA.java: Support SHA256 (and higher) in SunMSCAPI
- sun/security/mscapi/SignatureOffsets.java: This test validates signature verification Signature.verify(byte[], int, int).
- sun/security/mscapi/SignedObjectChain.java: Verify a chain of signed objects
- sun/security/mscapi/SmallPrimeExponentP.java: Test prime exponent (p) lengths 63 and 65 bytes with SunMSCAPI.
- sun/security/mscapi/VeryLongAlias.java: Support CNG RSA keys
- sun/security/mscapi/nonUniqueAliases/NonUniqueAliases.java: Test "keytool -list" displays correctly same named certificates
- tools/launcher/DisableBestFitMappingTest.java: Verify Command Line arguments are not mapped with "best-fit" mappings on Windows
- tools/launcher/ExecutionEnvironment.java#id1: Checks for LD_LIBRARY_PATH and execution on *nixes
- tools/launcher/JniInvocationTest.java:
- tools/launcher/Test7029048.java#id1: Ensure that the launcher defends against user settings of the LD_LIBRARY_PATH environment variable on Unixes
Report generated on Oct 23, 2025 10:12:34 PM
Using JT Harness 6.0 b22; built on January 3, 1970 at 12:00:00 AM UTC with openjdk version "11.0.17" 2022-10-18