JT Harness : Tests that were not run

com/sun/crypto/provider/Cipher/AEAD/GCMIncrementByte4.java: Uses AEADBufferTest to run a long test with incrementing through each byte in each byte array using AES GCM
com/sun/crypto/provider/Cipher/AEAD/GCMIncrementDirect4.java: Uses AEADBufferTest to run a long test with incrementing through each byte in each direct bytebuffer using AES GCM
com/sun/jndi/dns/Test6991580.java: IPv6 Nameservers in resolv.conf throws NumberFormatException
com/sun/net/httpserver/simpleserver/CommandLinePortNotSpecifiedTest.java: Tests the java -m jdk.httpserver command with port not specified
com/sun/net/httpserver/simpleserver/DocRootDirPermissionsTest.java: Tests file permission checks during the creation of a `FileServerHandler`
com/sun/net/httpserver/simpleserver/DocRootDirPermissionsWinTest.java: Tests file permission checks during the creation of a `FileServerHandler`
com/sun/net/httpserver/simpleserver/jwebserver/CommandLinePortNotSpecifiedTest.java: Tests the jwebserver tool with port not specified
com/sun/security/auth/callback/TextCallbackHandler/Password.java: Password.readPassword() echos the input when System.Console is null
java/foreign/critical/TestStressAllowHeap.java:
java/io/File/DeleteReadOnly.java: Verify correct behavior of File.delete
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/WinDeviceName.java: Check whether reserved names are handled correctly on Windows
java/io/File/WinDirRelative.java: Tests that files are correctly listed for a directory-relative path
java/io/File/WinMaxPath.java: Check if appropriate exception FileNotFoundException gets thrown when the pathlengh exceeds the limit.
java/io/File/WinSpecialFiles.java: Check if File.exists()/length() works correctly on Windows special files hiberfil.sys and pagefile.sys
java/io/File/WinTrailingSpace.java: Verify behavior for file names with a trailing space
java/io/File/WindowsPrefixes.java: Basic test for Windows path prefixes
java/io/File/createTempFile/TargetDirectory.java: Verify directory parameter behavior in File.createTempFile(String,String,File)
java/io/FileInputStream/LeadingSlash.java: Test, if FileInputStream can handle a leading slash in file name.
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/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/io/pathNames/GeneralWin32.java: General exhaustive test of win32 pathname handling
java/io/pathNames/win32/DriveOnly.java: Make sure that isDirectory and lastModified work on "x:"
java/io/pathNames/win32/DriveRelativePath.java: Check getCanonicalPath's treatment of drive-relative paths (win32)
java/io/pathNames/win32/DriveSlash.java: Check that win32 pathnames of the form "C:\\" can be listed by the File.list method
java/io/pathNames/win32/RenameDelete.java: Test operation of rename and delete on win32
java/io/pathNames/win32/SJIS.java: Check that pathnames containing double-byte characters are not corrupted by win32 path processing
java/io/pathNames/win32/bug6344646.java: tests that WinNTFileSystem.hashCode() uses locale independent case mapping.
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/SiblingIOEHandle.java: inherit IOE handles and MS CreateProcess limitations (kb315939)
java/lang/ProcessBuilder/WindowsExitValue.java: Verify that when a child returns exit value 259, Process.waitFor does not throw
java/lang/ProcessBuilder/checkHandles/CheckHandles.java: Verify that handles for processes that terminate do not accumulate
java/lang/RuntimeTests/exec/ExecCommand.java: workaround for legacy applications with Runtime.getRuntime().exec(String command)
java/lang/RuntimeTests/exec/Space.java: test runtime.exec on windows for extra space in cmd
java/lang/RuntimeTests/loadLibrary/aix/LoadAIXLibraryFromArchiveObject.java: verify that System.loadLibrary on AIX is able to load libraries from ".a" (archive) file
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/lang/Thread/virtual/MiscMonitorTests.java#gc:
java/lang/Thread/virtual/stress/GetStackTraceALotWhenBlocking.java#id1:
java/lang/Thread/virtual/stress/GetStackTraceALotWhenParking.java#id1:
java/lang/Thread/virtual/stress/GetStackTraceALotWhenPinned.java#id1:
java/lang/Thread/virtual/stress/GetStackTraceALotWithTimedWait.java#id1:
java/lang/Thread/virtual/stress/ParkALot.java#id1:
java/lang/Thread/virtual/stress/PinALot.java#id1:
java/lang/Thread/virtual/stress/Skynet.java#Z:
java/lang/Thread/virtual/stress/Skynet100kWithMonitors.java#id1:
java/lang/Thread/virtual/stress/SleepALot.java#id1:
java/lang/Thread/virtual/stress/YieldALot.java#id1:
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/RicochetTest.java: unit tests for recursive method handles
java/lang/invoke/lambda/LambdaFileEncodingSerialization.java: Test to verify lambda serialization uses the correct UTF-8 encoding
java/net/CookieHandler/B6644726.java: Cookie management issues
java/net/HugeDataTransferTest.java: network006 times out in many configs in JDK10-hs nightly
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/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#default_architecture_test_case: Testing NVRAM mapped byte buffer support
java/nio/MappedByteBuffer/PmemTest.java#other_architectures_test_case: Testing NVRAM mapped byte buffer support
java/nio/channels/AsynchronousFileChannel/LockReadWriteStressTest.java: Ensure that correct PendingFuture is used in Iocp completion status event handler
java/nio/channels/Channels/ReadXBytes.java: Verify ChannelInputStream methods readAllBytes and readNBytes
java/nio/channels/DatagramChannel/Unref.java: Test that DatagramChannel does not leak file descriptors
java/nio/channels/FileChannel/BlockDeviceSize.java: FileChannel.size() should be equal to RandomAccessFile.size() and > 0 for block devs on Linux
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/channels/Selector/ChangingInterests.java#id1:
java/nio/channels/Selector/HelperSlowToDie.java: Selector.select can hangs on Windows for cases where a helper thread becomes redudant but a new helper is immediately needed.
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/channels/SocketChannel/SocketInheritance.java: Sockets shouldn't be inherited when creating a child process
java/nio/file/DirectoryStream/DriveLetter.java: Checks that a DirectoryStream's iterator returns the expected path when opening a directory by specifying only the drive letter.
java/nio/file/FileStore/Basic.java: Unit test for java.nio.file.FileStore
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/CopyMoveVariations.java: Test Files.copy and Files.move with numerous parameters
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/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/Files/TemporaryFiles.java: Unit test for Files.createTempXXX
java/nio/file/Path/MacPathTest.java: Tests file path with nfc/nfd forms on MacOSX
java/nio/file/WatchService/FileTreeModifier.java: Sanity test for JDK-specific FILE_TREE watch event modifier
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
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/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/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.
java/util/TimeZone/DefaultTimeZoneTest.java: Ensure that Java detects the platform time zone correctly, even if changed during runtime.
java/util/Vector/Bug8148174.java: repro for: NegativeArraySizeException in Vector.grow(int)
java/util/concurrent/ConcurrentHashMap/MapLoops.java#id1: Exercise multithreaded maps, using only heavy monitors.
java/util/zip/3GBZipFiles.sh: Check support for jar file members with sizes > 2GB
java/util/zip/ZipFile/CenSizeMaximum.java: Verify that ZipFile can read from a ZIP file with a maximally large CEN size
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/internal/vm/Continuation/Basic.java#id1:
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/file/FileURLTest.java: url: file:///D|/Projects/tmp/test.html: urlConnection.getInputStream() broken.
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/net/www/protocol/https/HttpsURLConnection/CloseKeepAliveCached.java: SSL client sessions do not close cleanly.
sun/security/krb5/auto/tools/KinitConfPlusProps.java: Checks if kinit uses both krb5 conf file and system properties
sun/security/krb5/auto/tools/KtabSalt.java: New options for ktab to provide non-default salt
sun/security/krb5/config/native/TestDynamicStore.java: SCDynamicStoreConfig works
sun/security/krb5/tools/ExitOrNot.java: check exit code in kinit, klist, and ktab
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/CngCipher.java: Cipher operations on CNG keys
sun/security/mscapi/DupAlias.java: getCertificateAlias should return correct alias
sun/security/mscapi/EncodingMutability.java:
sun/security/mscapi/InteropWithSunRsaSign.java: Interop test between SunMSCAPI and SunRsaSign on RSASSA-PSS
sun/security/mscapi/IsSunMSCAPIAvailable.java:
sun/security/mscapi/IterateWindowsRootStore.java: This test validates an iteration over the Windows-ROOT certificate store and retrieving all certificates.
sun/security/mscapi/KeyAlgorithms.java: Make sure SunMSCAPI keys have correct algorithm names
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/NonAsciiAlias.java: Aliases from Microsoft CryptoAPI has bad character encoding
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/SetDupNameEntry.java: ensure setEntry overwrite old entry
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
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
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
tools/launcher/DisableBestFitMappingTest.java: Verify command line arguments, including ones from "JDK_JAVA_OPTIONS" environment variables are not mapped with "best-fit" mappings on Windows
tools/launcher/JniInvocationTest.java:
tools/launcher/MacOSAppNamePropertyTest.java: Ensure the app name system property is set on macOS

Report generated on Jan 23, 2026 1:16:10 PM
Using JT Harness 6.0 b22; built on January 3, 1970, 12:00:00 AM UTC with openjdk version "11.0.17" 2022-10-18