git: openjdk/jdk17u-dev: 3 new changesets

Goetz Lindenmaier goetz at openjdk.org
Mon Apr 1 16:29:49 UTC 2024


Changeset: e59eeb0b
Author:    Goetz Lindenmaier <goetz at openjdk.org>
Date:      2024-04-01 16:26:30 +0000
URL:       https://git.openjdk.org/jdk17u-dev/commit/e59eeb0bc2195afb6bf8a2f3fb2abb283f1e3291

8297645: Drop the test/jdk/java/net/httpclient/reactivestreams-tck-tests/TckDriver.java test

Backport-of: 6d0fbb2c49d904ac353b4a2ebc694e3d1609bd76

- test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodyPublishersConcat.java
- test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodyPublishersFromPublisher.java
- test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodyPublishersNoBody.java
- test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodyPublishersOfByteArray.java
- test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodyPublishersOfByteArrays.java
- test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodyPublishersOfFile.java
- test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodyPublishersOfInputStream.java
- test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodyPublishersOfSubByteArray.java
- test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodySubscribersBuffering.java
- test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodySubscribersDiscarding.java
- test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodySubscribersFromLineSubscriber.java
- test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodySubscribersFromSubscriber.java
- test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodySubscribersMapping.java
- test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodySubscribersOfByteArray.java
- test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodySubscribersOfByteArrayConsumer.java
- test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodySubscribersOfFile.java
- test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodySubscribersOfInputStream.java
- test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodySubscribersOfLines.java
- test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodySubscribersOfPublisher.java
- test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodySubscribersOfPublisher1.java
- test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodySubscribersOfPublisherPublisher.java
- test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodySubscribersOfString.java
- test/jdk/java/net/httpclient/reactivestreams-tck-tests/BodySubscribersReplacing.java
- test/jdk/java/net/httpclient/reactivestreams-tck-tests/S.java
- test/jdk/java/net/httpclient/reactivestreams-tck-tests/SPublisherOfStream.java
- test/jdk/java/net/httpclient/reactivestreams-tck-tests/STest.java
- test/jdk/java/net/httpclient/reactivestreams-tck-tests/TckDriver.java
- test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/FlowAdapters.java
- test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/Processor.java
- test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/Publisher.java
- test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/Subscriber.java
- test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/Subscription.java
- test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/example/unicast/AsyncIterablePublisher.java
- test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/example/unicast/AsyncSubscriber.java
- test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/example/unicast/InfiniteIncrementNumberPublisher.java
- test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/example/unicast/NumberIterablePublisher.java
- test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/example/unicast/RangePublisher.java
- test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/example/unicast/SyncSubscriber.java
- test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/IdentityProcessorVerification.java
- test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/PublisherVerification.java
- test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/SubscriberBlackboxVerification.java
- test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/SubscriberWhiteboxVerification.java
- test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/TestEnvironment.java
- test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/WithHelperPublisher.java
- test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/flow/FlowPublisherVerification.java
- test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/flow/FlowSubscriberBlackboxVerification.java
- test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/flow/FlowSubscriberWhiteboxVerification.java
- test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/flow/IdentityFlowProcessorVerification.java
- test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/flow/support/Function.java
- test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/flow/support/HelperPublisher.java
- test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/flow/support/InfiniteHelperPublisher.java
- test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/flow/support/NonFatal.java
- test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/flow/support/Optional.java
- test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/flow/support/PublisherVerificationRules.java
- test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/flow/support/SubscriberBlackboxVerificationRules.java
- test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/flow/support/SubscriberBufferOverflowException.java
- test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/flow/support/SubscriberWhiteboxVerificationRules.java
- test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/flow/support/TestException.java

Changeset: 76803699
Author:    Goetz Lindenmaier <goetz at openjdk.org>
Date:      2024-04-01 16:28:00 +0000
URL:       https://git.openjdk.org/jdk17u-dev/commit/76803699b68be5f9c0069bfe284572b589fb147c

8296610: java/net/HttpURLConnection/SetAuthenticator/HTTPSetAuthenticatorTest.java failed with "BindException: Address already in use: connect"

Backport-of: 0dce5b811d64ac17b9580d6a2d8eca1df70990a1

! test/jdk/java/net/HttpURLConnection/SetAuthenticator/HTTPSetAuthenticatorTest.java
! test/jdk/java/net/HttpURLConnection/SetAuthenticator/HTTPTestClient.java

Changeset: 8e132c4a
Author:    Goetz Lindenmaier <goetz at openjdk.org>
Date:      2024-04-01 16:28:17 +0000
URL:       https://git.openjdk.org/jdk17u-dev/commit/8e132c4a3fbab31fcc5a44a6942478a029910d1a

8163229: several regression tests have a main method that is never executed

Backport-of: 382fe51b6d7eba7094afa070032bedaa9ffc0633

! test/langtools/tools/javac/4980495/static/Test.java
! test/langtools/tools/javac/4980495/std/Test.java
! test/langtools/tools/javac/6491592/T6491592.java
! test/langtools/tools/javac/6857948/T6857948.java
! test/langtools/tools/javac/8062359/UnresolvableClassNPEInAttrTest.java
! test/langtools/tools/javac/8161985/T8161985a.java
! test/langtools/tools/javac/8238735/T8238735.java
! test/langtools/tools/javac/AnonymousClass/AnonymousInSuperCallNegTest.java
! test/langtools/tools/javac/BreakAcrossClass.java
! test/langtools/tools/javac/CaptureInSubtype.java
! test/langtools/tools/javac/DefiniteAssignment/DASwitch.java
! test/langtools/tools/javac/DefiniteAssignment/DUParam1.java
! test/langtools/tools/javac/DefiniteAssignment/DefAssignAfterTry1.java
! test/langtools/tools/javac/DefiniteAssignment/DefAssignAfterTry2.java
! test/langtools/tools/javac/DefiniteAssignment/DefAssignAfterTry3.java
! test/langtools/tools/javac/DefiniteAssignment/T4717164.java
! test/langtools/tools/javac/DefiniteAssignment/T4718142.java
! test/langtools/tools/javac/DefiniteAssignment/T4718142a.java
! test/langtools/tools/javac/DefiniteAssignment/UncaughtException.java
! test/langtools/tools/javac/OverrideChecks/T4721069.java
! test/langtools/tools/javac/ParseConditional.java
! test/langtools/tools/javac/SwitchScope.java
! test/langtools/tools/javac/SynthName2.java
! test/langtools/tools/javac/T5003235/T5003235b.java
! test/langtools/tools/javac/T6306967.java
! test/langtools/tools/javac/T6326754.java
! test/langtools/tools/javac/T6379327.java
! test/langtools/tools/javac/T6407257.java
! test/langtools/tools/javac/TryWithResources/BadTwr.java
! test/langtools/tools/javac/TryWithResources/BadTwr.out
! test/langtools/tools/javac/TryWithResources/BadTwrSyntax.java
! test/langtools/tools/javac/TryWithResources/DuplicateResourceDecl.java
! test/langtools/tools/javac/TryWithResources/DuplicateResourceDecl.out
! test/langtools/tools/javac/TryWithResources/ImplicitFinal.java
! test/langtools/tools/javac/TryWithResources/PlainTry.java
! test/langtools/tools/javac/TryWithResources/T7022711.java
! test/langtools/tools/javac/TryWithResources/TwrAndLambda.java
! test/langtools/tools/javac/TryWithResources/TwrFlow.java
! test/langtools/tools/javac/TryWithResources/TwrForVariable2.java
! test/langtools/tools/javac/TryWithResources/TwrForVariable3.java
! test/langtools/tools/javac/TryWithResources/TwrForVariable4.java
! test/langtools/tools/javac/TryWithResources/TwrOnNonResource.java
! test/langtools/tools/javac/TryWithResources/TwrVarKinds.java
! test/langtools/tools/javac/TryWithResources/TwrVarRedeclaration.java
! test/langtools/tools/javac/TryWithResources/TwrVarRedeclaration.out
! test/langtools/tools/javac/UseEnum.java
! test/langtools/tools/javac/annotations/neg/Cycle3.java
! test/langtools/tools/javac/annotations/typeAnnotations/failures/StaticFields.java
! test/langtools/tools/javac/annotations/typeAnnotations/failures/target/DotClass.java
! test/langtools/tools/javac/capture/Martin.java
! test/langtools/tools/javac/defaultMethods/private/Private06.java
! test/langtools/tools/javac/defaultMethods/static/Static02.java
! test/langtools/tools/javac/depDocComment/DeprecatedDocComment.java
! test/langtools/tools/javac/generics/6245699/T6245699b.java
! test/langtools/tools/javac/generics/6413682/T6413682.java
! test/langtools/tools/javac/generics/6495506/T6495506.java
! test/langtools/tools/javac/generics/6723444/T6723444.java
! test/langtools/tools/javac/generics/GetClass.java
! test/langtools/tools/javac/generics/Nonlinear.java
! test/langtools/tools/javac/generics/UnsoundInference.java
! test/langtools/tools/javac/generics/diamond/neg/Neg08.java
! test/langtools/tools/javac/generics/diamond/neg/Neg13.java
! test/langtools/tools/javac/generics/diamond/neg/Neg14.java
! test/langtools/tools/javac/generics/diamond/neg/Neg15.java
! test/langtools/tools/javac/generics/diamond/neg/Neg17.java
! test/langtools/tools/javac/generics/diamond/neg/Neg18.java
! test/langtools/tools/javac/generics/diamond/neg/Neg19.java
! test/langtools/tools/javac/generics/inference/4972073/T4972073.java
! test/langtools/tools/javac/generics/inference/5081782/Neg.java
! test/langtools/tools/javac/generics/odersky/BadTest.java
! test/langtools/tools/javac/generics/odersky/BadTest3.java
! test/langtools/tools/javac/generics/typeargs/Metharg1.java
! test/langtools/tools/javac/generics/typeargs/Metharg2.java
! test/langtools/tools/javac/generics/typeargs/Newarg1.java
! test/langtools/tools/javac/generics/typeargs/Newarg2.java
! test/langtools/tools/javac/generics/typeargs/Superarg1.java
! test/langtools/tools/javac/generics/typeargs/Superarg2.java
! test/langtools/tools/javac/generics/typeargs/ThisArg.java
! test/langtools/tools/javac/generics/wildcards/6437894/T6437894.java
! test/langtools/tools/javac/generics/wildcards/AssignmentDifferentTypes.java
! test/langtools/tools/javac/generics/wildcards/AssignmentSameType.java
! test/langtools/tools/javac/generics/wildcards/T6450290.java
! test/langtools/tools/javac/implicitThis/NewBeforeOuterConstructed2.java
! test/langtools/tools/javac/lambda/8071432/T8071432.java
! test/langtools/tools/javac/lambda/LambdaConv10.java
! test/langtools/tools/javac/lambda/MethodReference20.java
! test/langtools/tools/javac/lambda/MethodReference25.java
! test/langtools/tools/javac/lambda/MethodReference41.java
! test/langtools/tools/javac/lambda/MethodReference42.java
! test/langtools/tools/javac/lambda/MethodReference43.java
! test/langtools/tools/javac/lambda/MethodReference44.java
! test/langtools/tools/javac/lambda/MethodReference46.java
! test/langtools/tools/javac/lambda/MethodReference47.java
! test/langtools/tools/javac/lambda/MethodReference48.java
! test/langtools/tools/javac/lambda/MethodReference60.java
! test/langtools/tools/javac/lambda/MostSpecific04.java
! test/langtools/tools/javac/lambda/MostSpecific05.java
! test/langtools/tools/javac/lambda/funcInterfaces/LambdaTest2_neg1.java
! test/langtools/tools/javac/lambda/methodReference/MethodRefIntColonColonNewTest.java
! test/langtools/tools/javac/lambda/methodReference/MethodRefToInnerWithoutOuter.java
! test/langtools/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestVarHandle_neg.java
! test/langtools/tools/javac/lambda/typeInference/InferenceTest_neg1_2.java
! test/langtools/tools/javac/limits/ArrayDims1.java
! test/langtools/tools/javac/limits/ArrayDims2.java
! test/langtools/tools/javac/limits/ArrayDims3.java
! test/langtools/tools/javac/limits/ArrayDims4.java
! test/langtools/tools/javac/limits/PoolSize2.java
! test/langtools/tools/javac/limits/StringLength.java
! test/langtools/tools/javac/nested/5009484/X.java
! test/langtools/tools/javac/overload/T5090220.java
! test/langtools/tools/javac/patterns/BindingsTest1Merging.java
! test/langtools/tools/javac/patterns/BindingsTest2.java
! test/langtools/tools/javac/patterns/CastConversionMatch.java
! test/langtools/tools/javac/patterns/EnsureTypesOrderTest.java
! test/langtools/tools/javac/patterns/ImpossibleTypeTest.java
! test/langtools/tools/javac/patterns/MatchBindingScopeTest.java
! test/langtools/tools/javac/patterns/NullsInPatterns.java
! test/langtools/tools/javac/patterns/PatternVariablesAreNonFinal.java
! test/langtools/tools/javac/patterns/UncheckedWarningOnMatchesTest.java
! test/langtools/tools/javac/scope/6225935/Estatico4.java
! test/langtools/tools/javac/staticImport/ImportPrivate.java
! test/langtools/tools/javac/switchexpr/DefiniteAssignment2.java
! test/langtools/tools/javac/switchexpr/ExpressionSwitchUnreachable.java
! test/langtools/tools/javac/switchextra/DefiniteAssignment2.java
! test/langtools/tools/javac/unicode/NonasciiDigit.java
! test/langtools/tools/javac/varargs/6313164/T7175433.java
! test/langtools/tools/javac/varargs/Warn2.java



More information about the jdk-updates-changes mailing list