Skip to content

Testing against JDK 9 Early Access builds

Sam Brannen edited this page Jul 23, 2016 · 13 revisions

Overview

The OpenJDK team has asked the JUnit team to test with JDK 9 Early Access builds and report any showstopper issues to them.

This wiki page therefore serves to publicly track our ongoing progress.

Resources

Manual Test Results

The following are the results of manual JUnit 5 builds against Gradle 3.0 nightly builds and milestones with JDK 8 and JDK 9.

Note: gct is an alias for gradlew clean test.

July 23, 2016

  • gct with Gradle 3.0-milestone-2 and 1.8.0_112-ea
  • gct with 3.0-milestone-2 and JDK 9-ea+128
  • gct with 3.0-milestone-2 and JDK 9-ea+127-jigsaw-nightly-h5308-20160721 (1st Jigsaw test)

July 2, 2016

  • gct with Gradle 3.0-20160702000020+0000 and JDK 1.8.0_92-b14
  • gct with 3.0-20160702000020+0000 and JDK 9-ea+124

June 27, 2016

  • gct with Gradle 3.0-20160627000036+0000 and JDK 1.8.0_92-b14
  • gct with Gradle 3.0-20160627000036+0000 and JDK 9-ea+124

June 15, 2016

  • gct with Gradle 3.0-20160615000025+0000 and JDK 1.8.0_92-b14
  • gct with Gradle 3.0-20160615000025+0000 and JDK 9-ea+122
Clone this wiki locally