Skip to content

Commit

Permalink
Add TCK results Jakarta Expression Language 5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
  • Loading branch information
arjantijms committed Apr 21, 2022
1 parent 979f883 commit ef9c39b
Showing 1 changed file with 48 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
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 Expression Language.

# Eclipse Expressly 5.0.0, Certification Summary

- Product Name, Version and download URL (if applicable): <br/>
[Eclipse Expressly 5.0.0-M2](https://github.com/eclipse-ee4j/expressly)
[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 Expression Language 5.0](https://jakarta.ee/specifications/expression-language/5.0/)
- TCK Version, digital SHA-256 fingerprint and download URL: <br/>
[Expression Language TCK 5.0](https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee10/staged/eftl/jakarta-expression-language-tck-5.0.0.zip), SHA-256: `6ac4057c4c2151fe2856379ec682fd996042a2ff2db9dd44962bcd3a9ecb2bbf`
- 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 = 350
[javatest.batch] Number of Tests Failed = 0
[javatest.batch] Number of Tests with Errors = 0
[javatest.batch] ********************************************************************************
Total time: 10 minutes 7 seconds
SHA256_GF=be68b0184edbdbc6be6d3aab5f4b8a0099e5ad6431c771158b0940a2c72e82f4
SHA256_API=57b822380207900f5145c2a687384c50fd41495d388a235791d96ae3b9bfd36d
SHA256_TCK=6ac4057c4c2151fe2856379ec682fd996042a2ff2db9dd44962bcd3a9ecb2bbf
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/el/jakarta.el-api/5.0.0/jakarta.el-api-5.0.0.jar
IMPL_download=https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/expressly/expressly/5.0.0-M2/expressly-5.0.0-M2.jar
TCK_download=https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee10/staged/eftl/jakarta-expression-language-tck-5.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)
```

0 comments on commit ef9c39b

Please sign in to comment.