Re: [collections] unit test failures

2017-09-12 Thread Gary Gregory
ecified in the > HashSetValuedHashMapTest class are passing for me in Eclipse. But the > inherited tests from AbstractMultiValuedMapTest are failing. So perhaps > there's something missing in HashSetValuedHashMap either in the > functionality defined in the parent classes, or perhaps th

Re: [collections] unit test failures

2017-09-12 Thread Bruno P. Kinoshita
erhaps there's something missing in HashSetValuedHashMap either in the functionality defined in the parent classes, or perhaps there is some issue with JVM on Windows? Will investigate more later. Cheers Bruno From: Gary Gregory To: Commons Developers List

Re: [collections] unit test failures

2017-09-12 Thread Gary Gregory
I tried with both Java 7, 8 and 9 and I committed the change to commons-parent 42 already. Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-03T13:39:06-06:00) Maven home: C:\Java\apache-maven-3.5.0\bin\.. Java version: 1.7.0_80, vendor: Oracle Corporation Java home: C:\Program

Re: [collections] unit test failures

2017-09-12 Thread Bruno P. Kinoshita
I built it last night with JVM 7 and the tests were passing (mvn  clean site, but confirmed surefire reports were OK). Submitted a PR that updates common-parent to version 42 that should fix site generation on JVM 8. Could you share your `mvn -v` please? CheersBruno On Wed, 13 Sep 2017 at 3

Re: [collections] unit test failures

2017-09-12 Thread Benedikt Ritter
I'm not on my laptop, giving it a try later. What do Travis and Jenkis say? Benedikt Gary Gregory schrieb am Di. 12. Sep. 2017 um 16:47: > Hi All: > > I currently get 44 unit test failures in [collections] master. > > Can anyone duplicate this? > > Thank you, > Gary >

[collections] unit test failures

2017-09-12 Thread Gary Gregory
Hi All: I currently get 44 unit test failures in [collections] master. Can anyone duplicate this? Thank you, Gary