See relevant GUMP output below. I do not see these test failures
from either the Ant or Maven builds running
java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02-279-10M3065)
Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01-279, mixed mode)
Looks like GUMP is running open JDK 6 (can't find any version info)
------------------------------------------------------------------
[junit] Running org.apache.commons.math.linear.BlockFieldMatrixTest
[junit] Testsuite:
org.apache.commons.math.linear.BlockFieldMatrixTest
[junit] Tests run: 46, Failures: 0, Errors: 6, Time elapsed:
4.567 sec
[junit] Tests run: 46, Failures: 0, Errors: 6, Time elapsed:
4.567 sec
[junit]
[junit] Testcase: testDimensions took 0.026 sec
[junit] Testcase: testCopyFunctions took 0.026 sec
[junit] Testcase: testAdd took 0 sec
[junit] Testcase: testAddFail took 0.009 sec
[junit] Testcase: testPlusMinus took 0.003 sec
[junit] Testcase: testMultiply took 0.001 sec
[junit] Testcase: testSeveralBlocks took 2.23 sec
[junit] Testcase: testMultiply2 took 0 sec
[junit] Testcase: testTrace took 0 sec
[junit] Testcase: testScalarAdd took 0 sec
[junit] Testcase: testOperate took 0.002 sec
[junit] Testcase: testOperateLarge took 0.113 sec
[junit] Testcase: testOperatePremultiplyLarge took 0.081 sec
[junit] Testcase: testMath209 took 0 sec
[junit] Testcase: testTranspose took 0.06 sec
[junit] Testcase: testPremultiplyVector took 0.006 sec
[junit] Testcase: testPremultiply took 0.001 sec
[junit] Testcase: testGetVectors took 0 sec
[junit] Testcase: testGetEntry took 0.001 sec
[junit] Testcase: testExamples took 0 sec
[junit] Testcase: testGetSubMatrix took 0.035 sec
[junit] Testcase: testGetSetMatrixLarge took 0.041 sec
[junit] Testcase: testCopySubMatrix took 0.033 sec
[junit] Testcase: testGetRowMatrix took 0.001 sec
[junit] Testcase: testSetRowMatrix took 0.012 sec
[junit] Caused an ERROR
[junit] got 4x4 but expected 1x4
[junit] org.apache.commons.math.linear.InvalidMatrixException:
got 4x4 but expected 1x4
[junit] at
org.apache.commons.math.linear.BlockFieldMatrix.setRowMatrix(BlockFieldMatrix.java:921)
[junit] at
org.apache.commons.math.linear.BlockFieldMatrix.setRowMatrix(BlockFieldMatrix.java:897)
[junit] at
org.apache.commons.math.linear.BlockFieldMatrixTest.testSetRowMatrix(BlockFieldMatrixTest.java:706)
[junit]
[junit] Testcase: testGetSetRowMatrixLarge took 0.01 sec
[junit] Testcase: testGetColumnMatrix took 0 sec
[junit] Testcase: testSetColumnMatrix took 0.002 sec
[junit] Caused an ERROR
[junit] got 4x4 but expected 4x1
[junit] org.apache.commons.math.linear.InvalidMatrixException:
got 4x4 but expected 4x1
[junit] at
org.apache.commons.math.linear.BlockFieldMatrix.setColumnMatrix(BlockFieldMatrix.java:1010)
[junit] at
org.apache.commons.math.linear.BlockFieldMatrix.setColumnMatrix(BlockFieldMatrix.java:986)
[junit] at
org.apache.commons.math.linear.BlockFieldMatrixTest.testSetColumnMatrix(BlockFieldMatrixTest.java:767)
[junit]
[junit] Testcase: testGetSetColumnMatrixLarge took 0.01 sec
[junit] Testcase: testGetRowVector took 0 sec
[junit] Testcase: testSetRowVector took 0.001 sec
[junit] Caused an ERROR
[junit] got 1x5 but expected 1x4
[junit] org.apache.commons.math.linear.InvalidMatrixException:
got 1x5 but expected 1x4
[junit] at
org.apache.commons.math.linear.BlockFieldMatrix.setRow(BlockFieldMatrix.java:1138)
[junit] at
org.apache.commons.math.linear.BlockFieldMatrix.setRowVector(BlockFieldMatrix.java:1065)
[junit] at
org.apache.commons.math.linear.BlockFieldMatrixTest.testSetRowVector(BlockFieldMatrixTest.java:828)
[junit]
[junit] Testcase: testGetSetRowVectorLarge took 0.007 sec
[junit] Testcase: testGetColumnVector took 0 sec
[junit] Testcase: testSetColumnVector took 0.002 sec
[junit] Caused an ERROR
[junit] got 5x1 but expected 4x1
[junit] org.apache.commons.math.linear.InvalidMatrixException:
got 5x1 but expected 4x1
[junit] at
org.apache.commons.math.linear.BlockFieldMatrix.setColumn(BlockFieldMatrix.java:1189)
[junit] at
org.apache.commons.math.linear.BlockFieldMatrix.setColumnVector(BlockFieldMatrix.java:1101)
[junit] at
org.apache.commons.math.linear.BlockFieldMatrixTest.testSetColumnVector(BlockFieldMatrixTest.java:887)
[junit]
[junit] Testcase: testGetSetColumnVectorLarge took 0.004 sec
[junit] Testcase: testGetRow took 0.001 sec
[junit] Testcase: testSetRow took 0.001 sec
[junit] Caused an ERROR
[junit] got 1x5 but expected 1x4
[junit] org.apache.commons.math.linear.InvalidMatrixException:
got 1x5 but expected 1x4
[junit] at
org.apache.commons.math.linear.BlockFieldMatrix.setRow(BlockFieldMatrix.java:1138)
[junit] at
org.apache.commons.math.linear.BlockFieldMatrixTest.testSetRow(BlockFieldMatrixTest.java:951)
[junit]
[junit] Testcase: testGetSetRowLarge took 0.004 sec
[junit] Testcase: testGetColumn took 0.001 sec
[junit] Testcase: testSetColumn took 0.001 sec
[junit] Caused an ERROR
[junit] got 5x1 but expected 4x1
[junit] org.apache.commons.math.linear.InvalidMatrixException:
got 5x1 but expected 4x1
[junit] at
org.apache.commons.math.linear.BlockFieldMatrix.setColumn(BlockFieldMatrix.java:1189)
[junit] at
org.apache.commons.math.linear.BlockFieldMatrixTest.testSetColumn(BlockFieldMatrixTest.java:1011)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org