blob: b7aaf7dfc3b1651fdc0986516816044728ddc504 [file] [log] [blame] [view]
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 Jakarta Debugging Support for Other Languages.
# Eclipse GlassFish 5.1 Certification Request
- Product Name, Version and download URL (if applicable): <br/>
[Eclipse GlassFish 5.1](https://eclipse-ee4j.github.io/glassfish/download)
This specification does not define an API. The TCK verifies required behavior.
- Specification Name, Version and download URL: <br/>
[Jakarta Jakarta Debugging Support for Other Languages 1.0](https://jakarta.ee/specifications/debugging/1.0/)
- TCK Version, digital SHA-256 fingerprint and download URL: <br/>
[Jakarta Jakarta Debugging Support for Other Languages TCK 1.0.0](https://download.eclipse.org/jakartaee/debugging/1.0/eclipse-debugging-tck-1.0.0.zip), SHA-256: `c15d41a6d34c844d34ea846bd0ed6b5baa0d85cbfc3d05209e4df955ef7a5df7`
- 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/>
Oracle JDK 1.8.0_191
- Summary of the information for the certification environment, operating system, cloud, ...: <br/>
Linux Centos 7
Test results:
```
++ grep 'is a correctly formatted SMAP' smap.log
++ wc -l
+ output=1
+ echo 1
1
+ [[ 1 < 1 ]]
+ failures=0
+ status=Passed
+ echo '<testsuite id="1" name="debugging-tck" tests="1" failures="0" errors="0" disabled="0" skipped="0">'
+ echo '<testcase name="VerifySMAP" classname="VerifySMAP" time="0" status="Passed"><system-out></system-out></testcase>'
+ echo '</testsuite>'
```