JDK-8268555 : Update HttpClient tests that use ITestContext to jtreg 6+1
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 17
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-06-10
  • Updated: 2025-01-29
  • Resolved: 2021-06-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 17 JDK 18
11.0.13-oracleFixed 17 b27Fixed 18Fixed
Related Reports
Relates :  
Description
Throwing an exception in @BeforeMethod now causes all annotated methods to be skipped, not just @Test methods. Tests should be adapted to throw SkipException in @Test methods instead.
Comments
Fix request [11u] I downport this for parity with 11.0.13-oracle. No risk, only a test change. Test passes. Nightly tests pass.
01-10-2021

Changeset: da043e99 Author: Daniel Fuchs <dfuchs@openjdk.org> Date: 2021-06-11 08:42:14 +0000 URL: https://git.openjdk.java.net/jdk17/commit/da043e99b830fa4fcbfdbdbed182abc394ba6fb1
11-06-2021