Skip to main content

TCK Results

As required by the Eclipse Foundation Technology Compatibility Kit License, following is a summary of the TCK results for releases of Jakarta EE Debugging Support for Other Languages.

Jakarta EE Debugging 2.0, Eclipse GlassFish 6.1 RC1 Certification Summary

  • Product Name, Version and download URL (if applicable):
    Eclipse GlassFish 6.1 RC1

    This specification does not define an API. The TCK verifies required behavior.

  • Specification Name, Version and download URL:
    Jakarta EE Debugging Support for Other Languages 2.0

  • TCK Version, digital SHA-256 fingerprint and download URL:
    Jakarta EE Debugging Support for Other Languages TCK 2.0.0, SHA-256: 71999815418799837dc6f3d0dc40c3dcc4144cd90c7cdfd06aa69270483d78bc

  • Public URL of TCK Results Summary:
    TCK results summary

  • Any Additional Specification Certification Requirements:
    None

  • Java runtime used to run the implementation:
    java version "11.0.7" 2020-04-14 LTS
    Java(TM) SE Runtime Environment 18.9 (build 11.0.7+8-LTS)
    Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.7+8-LTS, mixed mode)
    
  • Summary of the information for the certification environment, operating system, cloud, …:
    Linux Centos 7

Test results:

+ /opt/jdk-11.0.7/bin/java VerifySMAP /home/jenkins/agent/workspace/t-for-other-languages-tck_master/vi/glassfish6/glassfish/domains/domain1/generated/jsp/testclient/org/apache/jsp/Hello_jsp.class.smap
++ 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>'
+ echo ''

Back to the top