[threeten-dev] Serialization tests failed in jdk8/threeten repository
Xueming Shen
xueming.shen at oracle.com
Tue Nov 27 22:33:42 PST 2012
This is the webrev to move src/test/resources into test/javax/time (this
is our
test root for now) and update the build.xml and TCK/AbstractTest to try
read in
a "test.src" property (this should be set by jtreg, if run under jtreg,
I have not tried
testng for this property though)
http://cr.openjdk.java.net/~sherman/jdk8_threeten/test_res/
This should put us back to "all tests passed".
sherman
On 11/27/12 9:02 PM, Xueming Shen wrote:
> Umm, just noticed that those "bin" did got pushed into
> src/test/resources directory. Two
> issues with this
>
> (1) those "golden" date need to be in "test" directory, not "src" in
> JDK8 repository.
> (2) it will be an issue when integrated into master. "binary" data is
> "strongly discouraged"
> in openjdk8 repository. We may need figure out the solution, if
> these "bin" data can
> not be generated during runtime.
>
> -Sherman
>
> On 11/27/12 7:37 PM, Xueming Shen wrote:
>> It appears the following change introduced in a dependency on
>>
>> "src/test/resources/"
>>
>> which don't exist in jdk8/threeten repository.
>>
>> http://hg.openjdk.java.net/threeten/threeten/jdk/diff/8827ec6531c7/test/javax/time/AbstractTest.java
>>
>>
>> -Sherman
>
More information about the threeten-dev
mailing list