Is there any Compatibility Kit for go? for example tck/jck for java

we adapt go runtime to libOS and want to know the compatibility about it, so is there any compatibility kit for go?

Hi, @superajun-wsj, can you better define for me what a Compatibility Kit is? I skimmed through the Wikipedia article and based on what I read, a Compatibility Kit seems to me to be an often GUI-based, test suite that confirms a JSR implementation meets the requirements of the specification. If this is what you’re looking for, I think the answer is no. Go instead has its own testing suite and you confirm that your Go implementation matches the “specification” by executing your implementation against Go’s test suite.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.