[threeten-dev] TestNG for JTreg

Xueming Shen xueming.shen at oracle.com
Thu Nov 22 11:01:09 PST 2012



On 11/22/2012 3:00 AM, Stephen Colebourne wrote:
> I also do not see any distinction in OpenJDK tests between TCK and 
> non-TCK. How is that generally done? Stephen 


TCK tests are NOT included in OpenJDK repository. None of the tests in 
OpenJDK repository
is TCK test, they are all unit test. TCK has their own separate 
repository and is a separate
product, not part of the OpenJDK, they might also have different license 
as well (don't count
this on me). The reason I believe we have those tck tests in threeten 
repository is that they
also serve as unit test. TCK team will need to pick them up and include 
them into the TCK
repository later. So in theory, those tck tests are the same as those 
non-tck tests, from jdk
repository point to view. However it appears that we have an agreement 
with the TCK team
that those tck tests should be kept separately from those non-tck tests 
and can be "picked
up" easilywithout modification, so it can be dropped "directly" into 
their repository.

Dmitry, correct me if I'm wrong on the tck tests.

-Sherman


More information about the threeten-dev mailing list