-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23906 from arjantijms/servlet6results
Add TCK results Jakarta Servlet 6.0
- Loading branch information
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
47 changes: 47 additions & 0 deletions
47
docs/website/src/main/resources/certifications/jakarta-servlet/6.0/TCK-Results.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
TCK Results | ||
=========== | ||
|
||
As required by the | ||
[Eclipse Foundation Technology Compatibility Kit License](https://www.eclipse.org/legal/tck.php), | ||
following is a summary of the TCK results for releases of Jakarta Servlet. | ||
|
||
# Eclipse GlassFish 7.0, Full Profile, Certification Summary | ||
|
||
- Product Name, Version and download URL (if applicable): <br/> | ||
[Eclipse Glassfish 7.0.0-M4](https://repo1.maven.org/maven2/org/glassfish/main/distributions/glassfish/7.0.0-M4/glassfish-7.0.0-M4.zip) | ||
- Specification Name, Version and download URL: <br/> | ||
[Jakarta Servlet 6.0](https://jakarta.ee/specifications/servlet/6.0/) | ||
- TCK Version, digital SHA-256 fingerprint and download URL: <br/> | ||
[Jakarta Servlet TCK, 6.0](https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee10/staged/eftl/jakarta-servlet-tck-6.0.0.zip), SHA-256: ` ad366770f8214970e7d007d64c86959f930b201a0dbce7bf115825ed9f7169fa` | ||
- Public URL of TCK Results Summary: <br/> | ||
[TCK results summary](TCK-Results.html) | ||
- Any Additional Specification Certification Requirements: <br/> | ||
None | ||
- Java runtime used to run the implementation: <br/> | ||
OpenJDK 11.0.2, 17.0.1, 18-ea | ||
- Summary of the information for the certification environment, operating system, cloud, ...: <br/> | ||
Debian GNU/Linux 10 | ||
|
||
Test results: | ||
|
||
``` | ||
[javatest.batch] Number of Tests Passed = 1694 | ||
[javatest.batch] Number of Tests Failed = 0 | ||
[javatest.batch] Number of Tests with Errors = 0 | ||
[javatest.batch] *************************************************************************************************************************************************************** | ||
BUILD SUCCESSFUL | ||
Total time: 66 minutes 4 seconds | ||
SHA256_GF=be68b0184edbdbc6be6d3aab5f4b8a0099e5ad6431c771158b0940a2c72e82f4 | ||
SHA256_API=eede4b610108865cd6d9f5c42b92a219b4c598e16a5a46e65d26919cb96487e9 | ||
SHA256_TCK=ad366770f8214970e7d007d64c86959f930b201a0dbce7bf115825ed9f7169fa | ||
Product_download=https://repo1.maven.org/maven2/org/glassfish/main/distributions/glassfish/7.0.0-M4/glassfish-7.0.0-M4.zip | ||
API_download=https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar | ||
TCK_download=https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee10/staged/eftl/jakarta-servlet-tck-6.0.0.zip | ||
OS2=Debian GNU/Linux 10 | ||
OS3=10.12 | ||
OS4=PRETTY_NAME="Debian GNU/Linux 10 (buster)" NAME="Debian GNU/Linux" VERSION_ID="10" VERSION="10 (buster)" VERSION_CODENAME=buster ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" | ||
JDK_VERSION=openjdk version "11.0.2" 2019-01-15 OpenJDK Runtime Environment 18.9 (build 11.0.2+9) OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode) | ||
JDK_VERSION=openjdk version "17.0.1" 2021-10-19 OpenJDK Runtime Environment (build 17.0.1+12-39) OpenJDK 64-Bit Server VM (build 17.0.1+12-39, mixed mode, sharing) | ||
JDK_VERSION=openjdk version "18-ea" 2022-03-22 OpenJDK Runtime Environment (build 18-ea+27-1924) OpenJDK 64-Bit Server VM (build 18-ea+27-1924, mixed mode, sharing) | ||
``` |