hg: jdk9/dev/jdk: 8078334: Mark regression tests using randomness

joe.darcy at oracle.com joe.darcy at oracle.com
Wed Apr 29 17:26:06 UTC 2015


Changeset: 110f7f35760f
Author:    darcy
Date:      2015-04-29 10:25 -0700
URL:       http://hg.openjdk.java.net/jdk9/dev/jdk/rev/110f7f35760f

8078334: Mark regression tests using randomness
Reviewed-by: xuelei, alanb

! test/TEST.ROOT
! test/com/oracle/security/ucrypto/CipherSignNotSupported.java
! test/com/oracle/security/ucrypto/TestAES.java
! test/com/oracle/security/ucrypto/TestCICOWithGCM.java
! test/com/oracle/security/ucrypto/TestCICOWithGCMAndAAD.java
! test/com/oracle/security/ucrypto/TestDigest.java
! test/com/oracle/security/ucrypto/TestGCMKeyWrap.java
! test/com/sun/crypto/provider/Cipher/AES/CICO.java
! test/com/sun/crypto/provider/Cipher/AES/CTR.java
! test/com/sun/crypto/provider/Cipher/AES/Padding.java
! test/com/sun/crypto/provider/Cipher/AES/Test4513830.java
! test/com/sun/crypto/provider/Cipher/AES/Test4517355.java
! test/com/sun/crypto/provider/Cipher/AES/TestAESCipher.java
! test/com/sun/crypto/provider/Cipher/AES/TestCICOWithGCM.java
! test/com/sun/crypto/provider/Cipher/AES/TestCICOWithGCMAndAAD.java
! test/com/sun/crypto/provider/Cipher/AES/TestISO10126Padding.java
! test/com/sun/crypto/provider/Cipher/AES/TestNonexpanding.java
! test/com/sun/crypto/provider/Cipher/AES/TestSameBuffer.java
! test/com/sun/crypto/provider/Cipher/DES/FlushBug.java
! test/com/sun/crypto/provider/Cipher/PBE/PBESealedObject.java
! test/com/sun/crypto/provider/Cipher/PBE/PBKDF2Translate.java
! test/com/sun/crypto/provider/Cipher/PBE/PKCS12Cipher.java
! test/com/sun/crypto/provider/Cipher/PBE/TestCipherKeyWrapperPBEKey.java
! test/com/sun/crypto/provider/Cipher/RSA/TestOAEP.java
! test/com/sun/crypto/provider/Cipher/RSA/TestRSA.java
! test/com/sun/crypto/provider/Mac/HmacSaltLengths.java
! test/com/sun/crypto/provider/Mac/MacSameTest.java
! test/com/sun/management/ThreadMXBean/ThreadCpuTimeArray.java
! test/java/io/DataInputStream/ReadUTF.java
! test/java/io/File/GetXSpace.java
! test/java/io/InputStream/TransferTo.java
! test/java/io/PrintStream/OversynchronizedTest.java
! test/java/io/Serializable/corruptedUTFConsumption/CorruptedUTFConsumption.java
! test/java/io/Serializable/longString/LongString.java
! test/java/io/Serializable/proxy/Basic.java
! test/java/io/Serializable/sanityCheck/SanityCheck.java
! test/java/lang/Boolean/MakeBooleanComparable.java
! test/java/lang/ClassLoader/Assert.java
! test/java/lang/Compare.java
! test/java/lang/Double/ParseHexFloatingPoint.java
! test/java/lang/Enum/ValueOf.java
! test/java/lang/HashCode.java
! test/java/lang/Integer/BitTwiddle.java
! test/java/lang/Long/BitTwiddle.java
! test/java/lang/Math/CubeRootTests.java
! test/java/lang/Math/HypotTests.java
! test/java/lang/Math/IeeeRecommendedTests.java
! test/java/lang/Math/Log1pTests.java
! test/java/lang/Runtime/exec/WinCommand.java
! test/java/lang/String/ContentEquals.java
! test/java/lang/String/ICCBasher.java
! test/java/lang/String/SBConstructor.java
! test/java/lang/String/Split.java
! test/java/lang/StringBuffer/AppendCharSequence.java
! test/java/lang/StringBuffer/AppendSB.java
! test/java/lang/StringBuffer/AppendStringBuilder.java
! test/java/lang/StringBuffer/Capacity.java
! test/java/lang/StringBuffer/IndexOf.java
! test/java/lang/StringBuffer/SBBasher.java
! test/java/lang/StringBuffer/Trim.java
! test/java/lang/StringBuilder/AppendStringBuffer.java
! test/java/lang/ToString.java
! test/java/lang/instrument/SingleTransformerTest.java
! test/java/lang/instrument/TransformMethodTest.java
! test/java/lang/invoke/MethodHandles/CatchExceptionTest.java
! test/java/lang/management/BufferPoolMXBean/Basic.java
! test/java/math/BigDecimal/StringConstructor.java
! test/java/math/BigInteger/BigIntegerTest.java
! test/java/math/BigInteger/ModPow65537.java
! test/java/math/BigInteger/PrimeTest.java
! test/java/math/BigInteger/SymmetricRangeTests.java
! test/java/net/InetAddress/HashSpread.java
! test/java/nio/Buffer/Chars.java
! test/java/nio/MappedByteBuffer/Force.java
! test/java/nio/MappedByteBuffer/ZeroMap.java
! test/java/nio/channels/AsynchronousChannelGroup/Basic.java
! test/java/nio/channels/AsynchronousChannelGroup/Identity.java
! test/java/nio/channels/AsynchronousChannelGroup/Restart.java
! test/java/nio/channels/AsynchronousFileChannel/Basic.java
! test/java/nio/channels/AsynchronousFileChannel/Lock.java
! test/java/nio/channels/AsynchronousFileChannel/LotsOfWrites.java
! test/java/nio/channels/AsynchronousSocketChannel/Basic.java
! test/java/nio/channels/AsynchronousSocketChannel/StressLoopback.java
! test/java/nio/channels/Channels/Basic2.java
! test/java/nio/channels/Channels/ShortWrite.java
! test/java/nio/channels/DatagramChannel/AdaptDatagramSocket.java
! test/java/nio/channels/DatagramChannel/MulticastSendReceiveTests.java
! test/java/nio/channels/DatagramChannel/Promiscuous.java
! test/java/nio/channels/FileChannel/AtomicAppend.java
! test/java/nio/channels/FileChannel/ClosedByInterrupt.java
! test/java/nio/channels/FileChannel/MapTest.java
! test/java/nio/channels/FileChannel/Position.java
! test/java/nio/channels/FileChannel/Pread.java
! test/java/nio/channels/FileChannel/Pwrite.java
! test/java/nio/channels/FileChannel/Size.java
! test/java/nio/channels/FileChannel/Transfer.java
! test/java/nio/channels/FileChannel/Truncate.java
! test/java/nio/channels/Pipe/PipeChannel.java
! test/java/nio/channels/Pipe/ScatteringRead.java
! test/java/nio/channels/Pipe/SelectPipe.java
! test/java/nio/channels/Selector/SelectorTest.java
! test/java/nio/channels/ServerSocketChannel/NonBlockingAccept.java
! test/java/nio/channels/SocketChannel/CloseDuringWrite.java
! test/java/nio/channels/SocketChannel/OutOfBand.java
! test/java/nio/channels/SocketChannel/ShortWrite.java
! test/java/nio/channels/SocketChannel/VectorIO.java
! test/java/nio/channels/etc/AdaptorCloseAndInterrupt.java
! test/java/nio/charset/coders/BashCache.java
! test/java/nio/charset/coders/BashStreams.java
! test/java/nio/file/Files/BytesAndLines.java
! test/java/nio/file/Files/CopyAndMove.java
! test/java/nio/file/Files/walkFileTree/SkipSiblings.java
! test/java/nio/file/Files/walkFileTree/SkipSubtree.java
! test/java/nio/file/Files/walkFileTree/TerminateWalk.java
! test/java/nio/file/WatchService/LotsOfEvents.java
! test/java/nio/file/WatchService/MayFlies.java
! test/java/nio/file/WatchService/SensitivityModifier.java
! test/java/nio/file/attribute/AclFileAttributeView/Basic.java
! test/java/nio/file/attribute/FileTime/Basic.java
! test/java/nio/file/attribute/UserDefinedFileAttributeView/Basic.java
! test/java/security/MessageDigest/ByteBuffers.java
! test/java/security/MessageDigest/TestDigestIOStream.java
! test/java/security/MessageDigest/TestSameLength.java
! test/java/security/MessageDigest/TestSameValue.java
! test/java/security/Signature/ByteBuffers.java
! test/java/security/Signature/NONEwithRSA.java
! test/java/security/spec/EllipticCurveMatch.java
! test/java/sql/JavatimeTest.java
! test/java/text/Format/MessageFormat/Bug7003643.java
! test/java/util/Arrays/ArrayObjectMethods.java
! test/java/util/Arrays/CopyMethods.java
! test/java/util/Arrays/Correct.java
! test/java/util/Base64/TestBase64.java
! test/java/util/BitSet/BSMethods.java
! test/java/util/BitSet/ImportExport.java
! test/java/util/BitSet/PreviousBits.java
! test/java/util/Calendar/JavatimeTest.java
! test/java/util/Collection/MOAT.java
! test/java/util/Collections/AddAll.java
! test/java/util/Collections/CheckedListBash.java
! test/java/util/Collections/CheckedMapBash.java
! test/java/util/Collections/CheckedSetBash.java
! test/java/util/Collections/Disjoint.java
! test/java/util/Collections/Rotate.java
! test/java/util/EnumSet/EnumSetBash.java
! test/java/util/HashSet/Serialization.java
! test/java/util/IdentityHashMap/Capacity.java
! test/java/util/List/LockStep.java
! test/java/util/Map/LockStep.java
! test/java/util/NavigableMap/LockStep.java
! test/java/util/Properties/ConcurrentLoadAndStoreXML.java
! test/java/util/Random/DistinctSeeds.java
! test/java/util/Random/RandomStreamTest.java
! test/java/util/Random/RandomTest.java
! test/java/util/ResourceBundle/Control/StressTest.java
! test/java/util/SplittableRandom/SplittableRandomTest.java
! test/java/util/Timer/DelayOverflow.java
! test/java/util/Timer/Purge.java
! test/java/util/UUID/Serial.java
! test/java/util/UUID/UUIDTest.java
! test/java/util/WeakHashMap/GCDuringIteration.java
! test/java/util/logging/CheckZombieLockTest.java
! test/java/util/logging/DrainFindDeadlockTest.java
! test/java/util/logging/FileHandlerLongLimit.java
! test/java/util/logging/FileHandlerPath.java
! test/java/util/logging/FileHandlerPatternExceptions.java
! test/java/util/logging/LogManager/Configuration/ParentLoggerWithHandlerGC.java
! test/java/util/logging/LoggingDeadlock.java
! test/java/util/logging/LoggingDeadlock2.java
! test/java/util/logging/TestLogConfigurationDeadLockWithConf.java
! test/java/util/regex/RegExTest.java
! test/java/util/zip/3GBZipFiles.sh
! test/java/util/zip/DeInflate.java
! test/java/util/zip/DeflateIn_InflateOut.java
! test/java/util/zip/FlaterTest.java
! test/java/util/zip/GZIP/Accordion.java
! test/java/util/zip/GZIP/GZIPInputStreamRead.java
! test/java/util/zip/InflateIn_DeflateOut.java
! test/java/util/zip/InflaterBufferSize.java
! test/java/util/zip/TimeChecksum.java
! test/java/util/zip/TotalInOut.java
! test/java/util/zip/ZipFile/Assortment.java
! test/java/util/zip/ZipFile/ClearStaleZipFileInputStreams.java
! test/java/util/zip/ZipFile/FinalizeZipFile.java
! test/java/util/zip/ZipFile/MultiThreadedReadTest.java
! test/java/util/zip/ZipFile/ReadZip.java
! test/javax/crypto/Cipher/ByteBuffers.java
! test/javax/crypto/CipherSpi/DirectBBRemaining.java
! test/javax/crypto/CryptoPermission/AllPermCheck.java
! test/javax/crypto/CryptoPermission/RC2PermCheck.java
! test/javax/crypto/JceSecurity/SunJCE_BC_LoadOrdering.java
! test/javax/crypto/KeyGenerator/TestKGParity.java
! test/javax/crypto/Mac/ByteBuffers.java
! test/javax/crypto/NullCipher/TestNPE.java
! test/javax/management/monitor/MultiMonitorTest.java
! test/javax/management/mxbean/ThreadMXBeanTest.java
! test/javax/management/remote/mandatory/loading/MissingClassTest.java
! test/javax/management/timer/MissingNotificationTest.java
! test/javax/net/ssl/SSLEngine/LargeBufs.java
! test/javax/smartcardio/TestCommandAPDU.java
! test/sun/management/jmxremote/startstop/JMXStartStopTest.java
! test/sun/misc/CopyMemory.java
! test/sun/misc/FloatingDecimal/TestFloatingDecimal.java
! test/sun/net/www/ParseUtil_4922813.java
! test/sun/nio/cs/FindDecoderBugs.java
! test/sun/nio/cs/FindEncoderBugs.java
! test/sun/nio/cs/TestStringCoding.java
! test/sun/nio/cs/TestStringCodingUTF8.java
! test/sun/security/mscapi/PrngSlow.java
! test/sun/security/pkcs11/Cipher/ReinitCipher.java
! test/sun/security/pkcs11/Cipher/TestRSACipher.java
! test/sun/security/pkcs11/Cipher/TestRawRSACipher.java
! test/sun/security/pkcs11/Cipher/TestSymmCiphers.java
! test/sun/security/pkcs11/Cipher/TestSymmCiphersNoPad.java
! test/sun/security/pkcs11/KeyGenerator/DESParity.java
! test/sun/security/pkcs11/Mac/MacSameTest.java
! test/sun/security/pkcs11/Mac/ReinitMac.java
! test/sun/security/pkcs11/MessageDigest/ByteBuffers.java
! test/sun/security/pkcs11/MessageDigest/ReinitDigest.java
! test/sun/security/pkcs11/MessageDigest/TestCloning.java
! test/sun/security/pkcs11/Secmod/AddPrivateKey.java
! test/sun/security/pkcs11/Secmod/Crypto.java
! test/sun/security/pkcs11/Secmod/GetPrivateKey.java
! test/sun/security/pkcs11/SecureRandom/Basic.java
! test/sun/security/pkcs11/Signature/ByteBuffers.java
! test/sun/security/pkcs11/Signature/ReinitSignature.java
! test/sun/security/pkcs11/Signature/TestDSA.java
! test/sun/security/pkcs11/Signature/TestDSAKeyLength.java
! test/sun/security/pkcs11/ec/ReadPKCS12.java
! test/sun/security/pkcs11/ec/TestCurves.java
! test/sun/security/pkcs11/ec/TestECDSA.java
! test/sun/security/pkcs11/rsa/KeyWrap.java
! test/sun/security/pkcs11/rsa/TestKeyPairGenerator.java
! test/sun/security/pkcs11/rsa/TestSignatures.java
! test/sun/security/provider/DSA/TestDSA.java
! test/sun/security/provider/DSA/TestDSA2.java
! test/sun/security/provider/SeedGenerator/Priority_Inversion.java
! test/sun/security/rsa/TestKeyPairGenerator.java
! test/sun/security/rsa/TestSignatures.java
! test/sun/security/ssl/ClientHandshaker/LengthCheckTest.java
! test/sun/security/ssl/GenSSLConfigs/main.java



More information about the jdk9-dev-changes mailing list