Re: progress on executing tests with JDK9 status update

2016-09-07 Thread Thibault Kruse
The groovysh tests failed last because the strategy to read package contents via the ClassLoader does not work with Java8. Possibly checking how the new Java REPL does things could reveal a solution, if they do have tab completion for imports. In the meantime, I'd suggest skipping those tests when

Re: progress on executing tests with JDK9 status update

2016-09-07 Thread Jochen Theodorou
On 07.09.2016 14:33, Thibault Kruse wrote: The groovysh tests failed last because the strategy to read package contents via the ClassLoader does not work with Java8. Possibly checking how the new Java REPL does things could reveal a solution, if they do have tab completion for imports. In the m

Re: progress on executing tests with JDK9 status update

2016-09-07 Thread John Wagenleitner
On Wed, Sep 7, 2016 at 8:50 AM, Jochen Theodorou wrote: > > > On 07.09.2016 14:33, Thibault Kruse wrote: > >> The groovysh tests failed last because the strategy to read package >> contents via the ClassLoader does not work with Java8. Possibly >> checking how the new Java REPL does things could

Re: progress on executing tests with JDK9 status update

2016-09-07 Thread Jochen Theodorou
On 07.09.2016 19:54, John Wagenleitner wrote: On Wed, Sep 7, 2016 at 8:50 AM, Jochen Theodorou mailto:blackd...@gmx.org>> wrote: On 07.09.2016 14:33, Thibault Kruse wrote: The groovysh tests failed last because the strategy to read package contents via the ClassLoader does

Re: progress on executing tests with JDK9 status update

2016-09-07 Thread John Wagenleitner
On Wed, Sep 7, 2016 at 11:55 AM, Jochen Theodorou wrote: > On 07.09.2016 19:54, John Wagenleitner wrote: > >> On Wed, Sep 7, 2016 at 8:50 AM, Jochen Theodorou > > wrote: >> >> >> >> On 07.09.2016 14:33, Thibault Kruse wrote: >> >> The groovysh tests failed la

Re: progress on executing tests with JDK9 status update

2016-09-07 Thread Thibault Kruse
In that case sorry for the misinformation. Sorry I won't have time to look at the last failing test. On Thursday, September 8, 2016, John Wagenleitner < john.wagenleit...@gmail.com> wrote: > On Wed, Sep 7, 2016 at 11:55 AM, Jochen Theodorou > wrote: > >> On 07.09.2016 19:54, John Wagenleitner wr