| Summary: | dev-java/commons-collections-3.2-r1 fails with ibm-jdk-bin-1.6.0.1 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Kenneth Prugh (RETIRED) <ken69267> |
| Component: | [OLD] Java | Assignee: | Java team <java> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Bug Depends on: | |||
| Bug Blocks: | 217442 | ||
Is this still reproducible with either: =dev-java/commons-collections-3.2.1 , or >=dev-java/ibm-jdk-bin-1.6.0.9_p1 ibm-jdk-bin has been last-rited. |
junit fails with dev-java/ibm-jdk-bin-1.6.0.1 on amd64: testjar: [echo] Running collections tests against built jar ... [junit] Running org.apache.commons.collections.TestAllPackages [junit] Testsuite: org.apache.commons.collections.TestAllPackages [junit] Tests run: 1643, Failures: 1, Errors: 0, Time elapsed: 2.133 sec [junit] Tests run: 1643, Failures: 1, Errors: 0, Time elapsed: 2.133 sec [junit] [junit] Testcase: testCollectionContains(TestFastTreeMap.bulkTestMapEntrySet.testCollectionContains) : FAILED [junit] Empty collection shouldn't contain element[15] [junit] junit.framework.AssertionFailedError: Empty collection shouldn't contain element[15] [junit] at org.apache.commons.collections.collection.AbstractTestCollection.testCollectionContains(AbstractTestCollection.java:657) [junit] [junit]