Re: [lang] test failures

2012-03-05 Thread Jörg Schaible
sebb wrote: > On 5 March 2012 17:11, sebb wrote: >> On 5 March 2012 16:53, Jörg Schaible wrote: [snip] >>> >>> We might set the runOrder to "random" in the surefire plugin. This helps >>> to ensure that tests will not have unwanted side effects. >> >> Good idea; I'll add that. > > On second tho

Re: [lang] test failures

2012-03-05 Thread sebb
On 5 March 2012 17:11, sebb wrote: > On 5 March 2012 16:53, Jörg Schaible wrote: >> sebb wrote: >> >>> On 5 March 2012 15:09, Benedikt Ritter wrote: Am 05.03.2012 16:03, schrieb Benedikt Ritter: > Am 04.03.2012 12:26, schrieb Jörg Schaible: >> >> Benedikt Ritter wrote:

Re: [lang] test failures

2012-03-05 Thread sebb
On 5 March 2012 16:53, Jörg Schaible wrote: > sebb wrote: > >> On 5 March 2012 15:09, Benedikt Ritter wrote: >>> Am 05.03.2012 16:03, schrieb Benedikt Ritter: >>> Am 04.03.2012 12:26, schrieb Jörg Schaible: > > Benedikt Ritter wrote: > >> Just out of curiosity ;) Are there pl

Re: [lang] test failures

2012-03-05 Thread Jörg Schaible
sebb wrote: > On 5 March 2012 15:09, Benedikt Ritter wrote: >> Am 05.03.2012 16:03, schrieb Benedikt Ritter: >> >>> Am 04.03.2012 12:26, schrieb Jörg Schaible: Benedikt Ritter wrote: > Just out of curiosity ;) Are there plans to do anything about that? I > guess it would be

Re: [lang] test failures

2012-03-05 Thread Gary Gregory
On Mon, Mar 5, 2012 at 10:03 AM, Benedikt Ritter wrote: > Am 04.03.2012 12:26, schrieb Jörg Schaible: > > Benedikt Ritter wrote: >> >> Just out of curiosity ;) Are there plans to do anything about that? I >>> guess it would be desirable if the component compiles on Java 7 as well. >>> I still do

Re: [lang] test failures

2012-03-05 Thread Stefan Bodewig
On 2012-03-05, sebb wrote: > The tests also fail in Gump. vmgump.ao, gump.zones.ao and adam.ao run JDK 6 (vmgump uses OpenJDK, the FreeBSD zone the FreeBSD port and adam the MacOS X version by Apple). So it likely is not a Java7 issue. Gump uses mvn2 to run the tests if that causes any differenc

Re: [lang] test failures

2012-03-05 Thread sebb
On 5 March 2012 15:09, Benedikt Ritter wrote: > Am 05.03.2012 16:03, schrieb Benedikt Ritter: > >> Am 04.03.2012 12:26, schrieb Jörg Schaible: >>> >>> Benedikt Ritter wrote: >>> Just out of curiosity ;) Are there plans to do anything about that? I guess it would be desirable if the compo

Re: [lang] test failures

2012-03-05 Thread Benedikt Ritter
Am 05.03.2012 16:03, schrieb Benedikt Ritter: Am 04.03.2012 12:26, schrieb Jörg Schaible: Benedikt Ritter wrote: Just out of curiosity ;) Are there plans to do anything about that? I guess it would be desirable if the component compiles on Java 7 as well. I still don't know if things are broke

Re: [lang] test failures

2012-03-05 Thread Benedikt Ritter
Am 04.03.2012 12:26, schrieb Jörg Schaible: Benedikt Ritter wrote: Just out of curiosity ;) Are there plans to do anything about that? I guess it would be desirable if the component compiles on Java 7 as well. I still don't know if things are broken when compiling with Java 7 or if the errors a

Re: [lang] test failures

2012-03-04 Thread Jörg Schaible
Benedikt Ritter wrote: > Just out of curiosity ;) Are there plans to do anything about that? I > guess it would be desirable if the component compiles on Java 7 as well. > I still don't know if things are broken when compiling with Java 7 or if > the errors are just caused by API changes in Java 7

Re: [lang] test failures

2012-03-04 Thread Benedikt Ritter
Just out of curiosity ;) Are there plans to do anything about that? I guess it would be desirable if the component compiles on Java 7 as well. I still don't know if things are broken when compiling with Java 7 or if the errors are just caused by API changes in Java 7. If the latter, we could us

Re: [lang] test failures

2012-03-03 Thread Gary Gregory
You're right! The build is OK with Java 6, but not 7. Thank you! Gary On Sat, Mar 3, 2012 at 1:42 PM, Benedikt Ritter wrote: > Hi Gary, > > that somehow reminds of a problem we had in BeanUtils2 (see > http://markmail.org/thread/**obtmhywxxeo2ykp7). >

Re: [lang] test failures

2012-03-03 Thread Benedikt Ritter
Hi Gary, that somehow reminds of a problem we had in BeanUtils2 (see http://markmail.org/thread/obtmhywxxeo2ykp7). Some tests were failing with my configuration, while they passed on Simos machine. The problem was, that I'm using Java 7 and that seems to cause problems with reflective operati

[lang] test failures

2012-03-03 Thread Gary Gregory
Hi All: Odd: These pass in Eclipse but fail from Maven... Failed tests: testReflectionFloatArrayArray(org.apache.commons.lang3.builder.ToStringBuilderTest) testReflectionDoubleArrayArray(org.apache.commons.lang3.builder.ToStringBuilderTest) testReflectionBooleanArrayArray(org.apache.commons.lan