On Sat, 21 Dec 2019 03:03:57 GMT, Scott Palmer <swpal...@openjdk.org> wrote:

>> Interesting.  I was only running the tests in graphics (gradle 
>> :graphics:test) as when I run all the tests I always get this failure 
>> (unrelated to anything I've changed):
>> 
>>> Task :base:test
>> 
>> test.javafx.util.converter.LocalDateTimeStringConverterTest > 
>> toString_to_fromString_testRoundtrip[0] FAILED
>>     java.time.format.DateTimeParseException: Text '1985-01-12, 12:34 p.m.' 
>> could not be parsed, unparsed text found at index 19
>>         at 
>> java.base/java.time.format.DateTimeFormatter.parseResolved0(DateTimeFormatter.java:2052)
>>         at 
>> java.base/java.time.format.DateTimeFormatter.parse(DateTimeFormatter.java:1877)
>>         at 
>> javafx.base/javafx.util.converter.LocalDateTimeStringConverter$LdtConverter.fromString(LocalDateTimeStringConverter.java:208)
>>         at 
>> javafx.base/javafx.util.converter.LocalDateTimeStringConverter.fromString(LocalDateTimeStringConverter.java:159)
>>         at 
>> test.javafx.util.converter.LocalDateTimeStringConverterTest.toString_to_fromString_testRoundtrip(LocalDateTimeStringConverterTest.java:131)
>> 
>> 5222 tests completed, 1 failed, 27 skipped
> 
> I'm not sure if I'me supposed to try to integrate now that I've made that 10 
> -> 0 change, or if the new change resets the need for review... Also, note 
> that the link in the bot msg for "project specific requirements" is giving me 
> a 404 error.

Link problem appears to just be a missing slash: 
https://github.com/openjdk/jfx/blob/master/CONTRIBUTING.md

-------------

PR: https://git.openjdk.java.net/jfx/pull/32

Reply via email to