It was a little painful for me to vote +1 just now, since we had to disable some tests in the released sources to work around brokenness in the parent pom (can't disable cobertura).
It looks like only the BOBYQAOptimizerTest was @Ignored just for the release. But grepping for @Ignore in the release sources shows some others with no comments to shed light on why they are disabled. Can we either re-enable these in trunk or explain why they are disabled? src/test/java/org/apache/commons/math3/linear/EigenDecompositionTest.java- @Test src/test/java/org/apache/commons/math3/linear/EigenDecompositionTest.java: @Ignore src/test/java/org/apache/commons/math3/linear/EigenDecompositionTest.java- public void testRandomUnsymmetricMatrix() { -- src/test/java/org/apache/commons/math3/linear/EigenDecompositionTest.java- @Test src/test/java/org/apache/commons/math3/linear/EigenDecompositionTest.java: @Ignore src/test/java/org/apache/commons/math3/linear/EigenDecompositionTest.java- public void testNormalDistributionUnsymmetricMatrix() { -- src/test/java/org/apache/commons/math3/linear/RealMatrixFormatAbstractTest.java- @Test src/test/java/org/apache/commons/math3/linear/RealMatrixFormatAbstractTest.java: @Ignore src/test/java/org/apache/commons/math3/linear/RealMatrixFormatAbstractTest.java- public void testParseSimpleWithClosingRowSeparator() { -- src/test/java/org/apache/commons/math3/optimization/general/LevenbergMarquardtOptimizerTest.java- // Test is skipped because it fails with the latest code update. src/test/java/org/apache/commons/math3/optimization/general/LevenbergMarquardtOptimizerTest.java: @Ignore@Test src/test/java/org/apache/commons/math3/optimization/general/LevenbergMarquardtOptimizerTest.java- public void testMath199() { -- src/test/java/org/apache/commons/math3/util/FastMathTest.java: @Ignore src/test/java/org/apache/commons/math3/util/FastMathTest.java- @Test src/test/java/org/apache/commons/math3/util/FastMathTest.java- public void checkExtraFastMathClasses() { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org