Repository: commons-complex Updated Branches: refs/heads/master b0db8fca0 -> dbad5ed4b
http://git-wip-us.apache.org/repos/asf/commons-complex/blob/dbad5ed4/target/surefire-reports/TEST-org.apache.commons.complex.ComplexUtilsTest.xml ---------------------------------------------------------------------- diff --git a/target/surefire-reports/TEST-org.apache.commons.complex.ComplexUtilsTest.xml b/target/surefire-reports/TEST-org.apache.commons.complex.ComplexUtilsTest.xml index 1dac202..5532844 100644 --- a/target/surefire-reports/TEST-org.apache.commons.complex.ComplexUtilsTest.xml +++ b/target/surefire-reports/TEST-org.apache.commons.complex.ComplexUtilsTest.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<testsuite name="org.apache.commons.complex.ComplexUtilsTest" time="0.041" tests="14" errors="9" skipped="0" failures="0"> +<testsuite name="org.apache.commons.complex.ComplexUtilsTest" time="0.07" tests="14" errors="9" skipped="0" failures="0"> <properties> <property name="java.runtime.name" value="OpenJDK Runtime Environment"/> <property name="sun.boot.library.path" value="/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64"/> @@ -58,7 +58,7 @@ <property name="sun.io.unicode.encoding" value="UnicodeLittle"/> <property name="sun.cpu.isalist" value=""/> </properties> - <testcase name="testInterleavedToComplex" classname="org.apache.commons.complex.ComplexUtilsTest" time="0.001"> + <testcase name="testInterleavedToComplex" classname="org.apache.commons.complex.ComplexUtilsTest" time="0"> <error type="java.lang.StackOverflowError:">java.lang.StackOverflowError: null at org.apache.commons.complex.TestUtils.equals(TestUtils.java) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) @@ -1086,9 +1086,9 @@ at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) </error> </testcase> - <testcase name="testExtractionMethods" classname="org.apache.commons.complex.ComplexUtilsTest" time="0.004"> + <testcase name="testExtractionMethods" classname="org.apache.commons.complex.ComplexUtilsTest" time="0"> <error type="java.lang.StackOverflowError:">java.lang.StackOverflowError: null - at org.apache.commons.complex.TestUtils.equals(TestUtils.java) + at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) @@ -2116,9 +2116,9 @@ </testcase> <testcase name="testPolar2ComplexInf" classname="org.apache.commons.complex.ComplexUtilsTest" time="0"/> <testcase name="testPolar2ComplexNaN" classname="org.apache.commons.complex.ComplexUtilsTest" time="0"/> - <testcase name="testComplexToImaginary" classname="org.apache.commons.complex.ComplexUtilsTest" time="0.006"> + <testcase name="testComplexToImaginary" classname="org.apache.commons.complex.ComplexUtilsTest" time="0.013"> <error type="java.lang.StackOverflowError:">java.lang.StackOverflowError: null - at org.apache.commons.complex.TestUtils.equals(TestUtils.java) + at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) @@ -3144,10 +3144,10 @@ at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) </error> </testcase> - <testcase name="testInitialize" classname="org.apache.commons.complex.ComplexUtilsTest" time="0.006"/> - <testcase name="testSplit2Complex" classname="org.apache.commons.complex.ComplexUtilsTest" time="0.002"> + <testcase name="testInitialize" classname="org.apache.commons.complex.ComplexUtilsTest" time="0.002"/> + <testcase name="testSplit2Complex" classname="org.apache.commons.complex.ComplexUtilsTest" time="0.015"> <error type="java.lang.StackOverflowError:">java.lang.StackOverflowError: null - at org.apache.commons.complex.TestUtils.equals(TestUtils.java) + at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) @@ -4173,16 +4173,16 @@ at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) </error> </testcase> - <testcase name="testPolar2ComplexIllegalModulus" classname="org.apache.commons.complex.ComplexUtilsTest" time="0.001"> + <testcase name="testPolar2ComplexIllegalModulus" classname="org.apache.commons.complex.ComplexUtilsTest" time="0"> <error message="Unexpected exception, expected<java.lang.IllegalArgumentException> but was<java.lang.RuntimeException>" type="java.lang.Exception"><![CDATA[java.lang.Exception: Unexpected exception, expected<java.lang.IllegalArgumentException> but was<java.lang.RuntimeException> at org.apache.commons.complex.ComplexUtils.illegalArgument(ComplexUtils.java:1407) at org.apache.commons.complex.ComplexUtils.polar2Complex(ComplexUtils.java:55) at org.apache.commons.complex.ComplexUtilsTest.testPolar2ComplexIllegalModulus(ComplexUtilsTest.java:207) ]]></error> </testcase> - <testcase name="testComplexToReal" classname="org.apache.commons.complex.ComplexUtilsTest" time="0.008"> + <testcase name="testComplexToReal" classname="org.apache.commons.complex.ComplexUtilsTest" time="0.009"> <error type="java.lang.StackOverflowError:">java.lang.StackOverflowError: null - at org.apache.commons.complex.TestUtils.equals(TestUtils.java) + at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) @@ -5208,9 +5208,9 @@ at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) </error> </testcase> - <testcase name="testImaginaryToComplex" classname="org.apache.commons.complex.ComplexUtilsTest" time="0.005"> + <testcase name="testImaginaryToComplex" classname="org.apache.commons.complex.ComplexUtilsTest" time="0.01"> <error type="java.lang.StackOverflowError:">java.lang.StackOverflowError: null - at org.apache.commons.complex.TestUtils.equals(TestUtils.java) + at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) @@ -6236,7 +6236,7 @@ at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) </error> </testcase> - <testcase name="testComplexToInterleaved" classname="org.apache.commons.complex.ComplexUtilsTest" time="0.004"> + <testcase name="testComplexToInterleaved" classname="org.apache.commons.complex.ComplexUtilsTest" time="0.011"> <error type="java.lang.StackOverflowError:">java.lang.StackOverflowError: null at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) @@ -7265,8 +7265,8 @@ </error> </testcase> <testcase name="testCExtract" classname="org.apache.commons.complex.ComplexUtilsTest" time="0"/> - <testcase name="testPolar2Complex" classname="org.apache.commons.complex.ComplexUtilsTest" time="0"/> - <testcase name="testRealToComplex" classname="org.apache.commons.complex.ComplexUtilsTest" time="0.004"> + <testcase name="testPolar2Complex" classname="org.apache.commons.complex.ComplexUtilsTest" time="0.001"/> + <testcase name="testRealToComplex" classname="org.apache.commons.complex.ComplexUtilsTest" time="0.009"> <error type="java.lang.StackOverflowError:">java.lang.StackOverflowError: null at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) http://git-wip-us.apache.org/repos/asf/commons-complex/blob/dbad5ed4/target/surefire-reports/TEST-org.apache.commons.complex.FrenchComplexFormatTest.xml ---------------------------------------------------------------------- diff --git a/target/surefire-reports/TEST-org.apache.commons.complex.FrenchComplexFormatTest.xml b/target/surefire-reports/TEST-org.apache.commons.complex.FrenchComplexFormatTest.xml index 52fb34f..21f14ed 100644 --- a/target/surefire-reports/TEST-org.apache.commons.complex.FrenchComplexFormatTest.xml +++ b/target/surefire-reports/TEST-org.apache.commons.complex.FrenchComplexFormatTest.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<testsuite name="org.apache.commons.complex.FrenchComplexFormatTest" time="0" tests="31" errors="0" skipped="0" failures="0"> +<testsuite name="org.apache.commons.complex.FrenchComplexFormatTest" time="0.009" tests="31" errors="0" skipped="0" failures="0"> <properties> <property name="java.runtime.name" value="OpenJDK Runtime Environment"/> <property name="sun.boot.library.path" value="/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64"/> @@ -61,17 +61,17 @@ <testcase name="testParseNegativeImaginary" classname="org.apache.commons.complex.FrenchComplexFormatTest" time="0"/> <testcase name="testConstructorSingleFormat" classname="org.apache.commons.complex.FrenchComplexFormatTest" time="0"/> <testcase name="testParseSimpleWithDecimals" classname="org.apache.commons.complex.FrenchComplexFormatTest" time="0"/> - <testcase name="testZeroImaginary" classname="org.apache.commons.complex.FrenchComplexFormatTest" time="0"/> - <testcase name="testDifferentImaginaryChar" classname="org.apache.commons.complex.FrenchComplexFormatTest" time="0"/> - <testcase name="testFormatNumber" classname="org.apache.commons.complex.FrenchComplexFormatTest" time="0"/> + <testcase name="testZeroImaginary" classname="org.apache.commons.complex.FrenchComplexFormatTest" time="0.002"/> + <testcase name="testDifferentImaginaryChar" classname="org.apache.commons.complex.FrenchComplexFormatTest" time="0.001"/> + <testcase name="testFormatNumber" classname="org.apache.commons.complex.FrenchComplexFormatTest" time="0.001"/> <testcase name="testNan" classname="org.apache.commons.complex.FrenchComplexFormatTest" time="0"/> <testcase name="testSimpleWithDecimalsTrunc" classname="org.apache.commons.complex.FrenchComplexFormatTest" time="0"/> <testcase name="testGetRealFormat" classname="org.apache.commons.complex.FrenchComplexFormatTest" time="0"/> - <testcase name="testParseNegativeBoth" classname="org.apache.commons.complex.FrenchComplexFormatTest" time="0"/> + <testcase name="testParseNegativeBoth" classname="org.apache.commons.complex.FrenchComplexFormatTest" time="0.001"/> <testcase name="testParseNegativeReal" classname="org.apache.commons.complex.FrenchComplexFormatTest" time="0"/> <testcase name="testGetImaginaryFormat" classname="org.apache.commons.complex.FrenchComplexFormatTest" time="0"/> <testcase name="testParseSimpleWithDecimalsTrunc" classname="org.apache.commons.complex.FrenchComplexFormatTest" time="0"/> - <testcase name="testNegativeInfinity" classname="org.apache.commons.complex.FrenchComplexFormatTest" time="0"/> + <testcase name="testNegativeInfinity" classname="org.apache.commons.complex.FrenchComplexFormatTest" time="0.001"/> <testcase name="testTrimOneImaginary" classname="org.apache.commons.complex.FrenchComplexFormatTest" time="0"/> <testcase name="testPaseNegativeInfinity" classname="org.apache.commons.complex.FrenchComplexFormatTest" time="0"/> <testcase name="testParseDifferentImaginaryChar" classname="org.apache.commons.complex.FrenchComplexFormatTest" time="0"/> @@ -82,11 +82,11 @@ <testcase name="testNegativeReal" classname="org.apache.commons.complex.FrenchComplexFormatTest" time="0"/> <testcase name="testNegativeImaginary" classname="org.apache.commons.complex.FrenchComplexFormatTest" time="0"/> <testcase name="testParseSimpleNoDecimals" classname="org.apache.commons.complex.FrenchComplexFormatTest" time="0"/> - <testcase name="testPositiveInfinity" classname="org.apache.commons.complex.FrenchComplexFormatTest" time="0"/> + <testcase name="testPositiveInfinity" classname="org.apache.commons.complex.FrenchComplexFormatTest" time="0.002"/> <testcase name="testForgottenImaginaryCharacter" classname="org.apache.commons.complex.FrenchComplexFormatTest" time="0"/> <testcase name="testParseZeroReal" classname="org.apache.commons.complex.FrenchComplexFormatTest" time="0"/> <testcase name="testParseNan" classname="org.apache.commons.complex.FrenchComplexFormatTest" time="0"/> - <testcase name="testParseZeroImaginary" classname="org.apache.commons.complex.FrenchComplexFormatTest" time="0"/> + <testcase name="testParseZeroImaginary" classname="org.apache.commons.complex.FrenchComplexFormatTest" time="0.001"/> <testcase name="testParsePositiveInfinity" classname="org.apache.commons.complex.FrenchComplexFormatTest" time="0"/> <testcase name="testSimpleWithDecimals" classname="org.apache.commons.complex.FrenchComplexFormatTest" time="0"/> </testsuite> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/commons-complex/blob/dbad5ed4/target/surefire-reports/TEST-org.apache.commons.complex.QuaternionTest.xml ---------------------------------------------------------------------- diff --git a/target/surefire-reports/TEST-org.apache.commons.complex.QuaternionTest.xml b/target/surefire-reports/TEST-org.apache.commons.complex.QuaternionTest.xml index 2116063..92c6d40 100644 --- a/target/surefire-reports/TEST-org.apache.commons.complex.QuaternionTest.xml +++ b/target/surefire-reports/TEST-org.apache.commons.complex.QuaternionTest.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<testsuite name="org.apache.commons.complex.QuaternionTest" time="0.005" tests="19" errors="3" skipped="0" failures="0"> +<testsuite name="org.apache.commons.complex.QuaternionTest" time="0.015" tests="19" errors="3" skipped="0" failures="0"> <properties> <property name="java.runtime.name" value="OpenJDK Runtime Environment"/> <property name="sun.boot.library.path" value="/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64"/> @@ -66,7 +66,7 @@ <testcase name="testWrongDimension" classname="org.apache.commons.complex.QuaternionTest" time="0"/> <testcase name="testNorm" classname="org.apache.commons.complex.QuaternionTest" time="0"/> <testcase name="testToString" classname="org.apache.commons.complex.QuaternionTest" time="0"/> - <testcase name="testIsUnitQuaternion" classname="org.apache.commons.complex.QuaternionTest" time="0.001"> + <testcase name="testIsUnitQuaternion" classname="org.apache.commons.complex.QuaternionTest" time="0.005"> <error type="java.lang.StackOverflowError:">java.lang.StackOverflowError: null at org.apache.commons.complex.Quaternion.equals(Quaternion.java) at org.apache.commons.complex.Quaternion.equals(Quaternion.java:480) @@ -1102,7 +1102,7 @@ <testcase name="testNormalize" classname="org.apache.commons.complex.QuaternionTest" time="0"/> <testcase name="testQuaternionEquals2" classname="org.apache.commons.complex.QuaternionTest" time="0.001"> <error type="java.lang.StackOverflowError:">java.lang.StackOverflowError: null - at org.apache.commons.complex.Quaternion.equals(Quaternion.java) + at org.apache.commons.complex.Quaternion.equals(Quaternion.java:480) at org.apache.commons.complex.Quaternion.equals(Quaternion.java:480) at org.apache.commons.complex.Quaternion.equals(Quaternion.java:480) at org.apache.commons.complex.Quaternion.equals(Quaternion.java:480) @@ -2129,7 +2129,7 @@ </error> </testcase> <testcase name="testScalarMultiplyDouble" classname="org.apache.commons.complex.QuaternionTest" time="0"/> - <testcase name="testQuaternionEquals" classname="org.apache.commons.complex.QuaternionTest" time="0.003"> + <testcase name="testQuaternionEquals" classname="org.apache.commons.complex.QuaternionTest" time="0.009"> <error type="java.lang.StackOverflowError:">java.lang.StackOverflowError: null at org.apache.commons.complex.Quaternion.equals(Quaternion.java:480) at org.apache.commons.complex.Quaternion.equals(Quaternion.java:480) http://git-wip-us.apache.org/repos/asf/commons-complex/blob/dbad5ed4/target/surefire-reports/TEST-org.apache.commons.complex.RetryRunnerTest.xml ---------------------------------------------------------------------- diff --git a/target/surefire-reports/TEST-org.apache.commons.complex.RetryRunnerTest.xml b/target/surefire-reports/TEST-org.apache.commons.complex.RetryRunnerTest.xml index 7354fff..5e08708 100644 --- a/target/surefire-reports/TEST-org.apache.commons.complex.RetryRunnerTest.xml +++ b/target/surefire-reports/TEST-org.apache.commons.complex.RetryRunnerTest.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<testsuite name="org.apache.commons.complex.RetryRunnerTest" time="0.004" tests="2" errors="0" skipped="0" failures="0"> +<testsuite name="org.apache.commons.complex.RetryRunnerTest" time="0" tests="2" errors="0" skipped="0" failures="0"> <properties> <property name="java.runtime.name" value="OpenJDK Runtime Environment"/> <property name="sun.boot.library.path" value="/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64"/> @@ -58,6 +58,6 @@ <property name="sun.io.unicode.encoding" value="UnicodeLittle"/> <property name="sun.cpu.isalist" value=""/> </properties> - <testcase name="testRetryFailSometimes" classname="org.apache.commons.complex.RetryRunnerTest" time="0.001"/> - <testcase name="testRetryFailAlways" classname="org.apache.commons.complex.RetryRunnerTest" time="0.003"/> + <testcase name="testRetryFailSometimes" classname="org.apache.commons.complex.RetryRunnerTest" time="0"/> + <testcase name="testRetryFailAlways" classname="org.apache.commons.complex.RetryRunnerTest" time="0"/> </testsuite> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/commons-complex/blob/dbad5ed4/target/surefire-reports/TEST-org.apache.commons.complex.RootsOfUnityTest.xml ---------------------------------------------------------------------- diff --git a/target/surefire-reports/TEST-org.apache.commons.complex.RootsOfUnityTest.xml b/target/surefire-reports/TEST-org.apache.commons.complex.RootsOfUnityTest.xml index dd47572..e371474 100644 --- a/target/surefire-reports/TEST-org.apache.commons.complex.RootsOfUnityTest.xml +++ b/target/surefire-reports/TEST-org.apache.commons.complex.RootsOfUnityTest.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<testsuite name="org.apache.commons.complex.RootsOfUnityTest" time="0" tests="6" errors="3" skipped="0" failures="0"> +<testsuite name="org.apache.commons.complex.RootsOfUnityTest" time="0" tests="6" errors="0" skipped="0" failures="0"> <properties> <property name="java.runtime.name" value="OpenJDK Runtime Environment"/> <property name="sun.boot.library.path" value="/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64"/> @@ -60,23 +60,8 @@ </properties> <testcase name="testZeroNumberOfRoots" classname="org.apache.commons.complex.RootsOfUnityTest" time="0"/> <testcase name="testComputeRoots" classname="org.apache.commons.complex.RootsOfUnityTest" time="0"/> - <testcase name="testMathIllegalState1" classname="org.apache.commons.complex.RootsOfUnityTest" time="0"> - <error message="Unexpected exception, expected<java.lang.IllegalStateException> but was<java.lang.IllegalArgumentException>" type="java.lang.Exception"><![CDATA[java.lang.Exception: Unexpected exception, expected<java.lang.IllegalStateException> but was<java.lang.IllegalArgumentException> - at org.apache.commons.complex.RootsOfUnity.getReal(RootsOfUnity.java:159) - at org.apache.commons.complex.RootsOfUnityTest.testMathIllegalState1(RootsOfUnityTest.java:33) -]]></error> - </testcase> - <testcase name="testMathIllegalState2" classname="org.apache.commons.complex.RootsOfUnityTest" time="0"> - <error message="Unexpected exception, expected<java.lang.IllegalStateException> but was<java.lang.IllegalArgumentException>" type="java.lang.Exception"><![CDATA[java.lang.Exception: Unexpected exception, expected<java.lang.IllegalStateException> but was<java.lang.IllegalArgumentException> - at org.apache.commons.complex.RootsOfUnity.getImaginary(RootsOfUnity.java:180) - at org.apache.commons.complex.RootsOfUnityTest.testMathIllegalState2(RootsOfUnityTest.java:39) -]]></error> - </testcase> - <testcase name="testMathIllegalState3" classname="org.apache.commons.complex.RootsOfUnityTest" time="0"> - <error message="Unexpected exception, expected<java.lang.IllegalStateException> but was<java.lang.IllegalArgumentException>" type="java.lang.Exception"><![CDATA[java.lang.Exception: Unexpected exception, expected<java.lang.IllegalStateException> but was<java.lang.IllegalArgumentException> - at org.apache.commons.complex.RootsOfUnity.isCounterClockWise(RootsOfUnity.java:88) - at org.apache.commons.complex.RootsOfUnityTest.testMathIllegalState3(RootsOfUnityTest.java:45) -]]></error> - </testcase> <testcase name="testGetNumberOfRoots" classname="org.apache.commons.complex.RootsOfUnityTest" time="0"/> + <testcase name="testMathIllegalArgument1" classname="org.apache.commons.complex.RootsOfUnityTest" time="0"/> + <testcase name="testMathIllegalArgument2" classname="org.apache.commons.complex.RootsOfUnityTest" time="0"/> + <testcase name="testMathIllegalArgument3" classname="org.apache.commons.complex.RootsOfUnityTest" time="0"/> </testsuite> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/commons-complex/blob/dbad5ed4/target/surefire-reports/org.apache.commons.complex.ComplexFormatTest.txt ---------------------------------------------------------------------- diff --git a/target/surefire-reports/org.apache.commons.complex.ComplexFormatTest.txt b/target/surefire-reports/org.apache.commons.complex.ComplexFormatTest.txt index 6410a38..7699568 100644 --- a/target/surefire-reports/org.apache.commons.complex.ComplexFormatTest.txt +++ b/target/surefire-reports/org.apache.commons.complex.ComplexFormatTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.apache.commons.complex.ComplexFormatTest ------------------------------------------------------------------------------- -Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.commons.complex.ComplexFormatTest +Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.complex.ComplexFormatTest http://git-wip-us.apache.org/repos/asf/commons-complex/blob/dbad5ed4/target/surefire-reports/org.apache.commons.complex.ComplexTest.txt ---------------------------------------------------------------------- diff --git a/target/surefire-reports/org.apache.commons.complex.ComplexTest.txt b/target/surefire-reports/org.apache.commons.complex.ComplexTest.txt index 78b404a..d5a3000 100644 --- a/target/surefire-reports/org.apache.commons.complex.ComplexTest.txt +++ b/target/surefire-reports/org.apache.commons.complex.ComplexTest.txt @@ -1,15 +1,15 @@ ------------------------------------------------------------------------------- Test set: org.apache.commons.complex.ComplexTest ------------------------------------------------------------------------------- -Tests run: 137, Failures: 6, Errors: 2, Skipped: 1, Time elapsed: 0.125 sec <<< FAILURE! - in org.apache.commons.complex.ComplexTest -testReciprocalReal(org.apache.commons.complex.ComplexTest) Time elapsed: 0.007 sec <<< FAILURE! +Tests run: 137, Failures: 6, Errors: 2, Skipped: 1, Time elapsed: 0.184 sec <<< FAILURE! - in org.apache.commons.complex.ComplexTest +testReciprocalReal(org.apache.commons.complex.ComplexTest) Time elapsed: 0.008 sec <<< FAILURE! java.lang.AssertionError: null at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.apache.commons.complex.ComplexTest.testReciprocalReal(ComplexTest.java:298) -testFloatingPointEqualsWithAllowedDeltaNaN(org.apache.commons.complex.ComplexTest) Time elapsed: 0 sec <<< FAILURE! +testFloatingPointEqualsWithAllowedDeltaNaN(org.apache.commons.complex.ComplexTest) Time elapsed: 0.001 sec <<< FAILURE! java.lang.AssertionError: null at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) @@ -17,7 +17,7 @@ java.lang.AssertionError: null at org.junit.Assert.assertFalse(Assert.java:74) at org.apache.commons.complex.ComplexTest.testFloatingPointEqualsWithAllowedDeltaNaN(ComplexTest.java:557) -testFloatingPointEqualsWithRelativeToleranceNaN(org.apache.commons.complex.ComplexTest) Time elapsed: 0.017 sec <<< ERROR! +testFloatingPointEqualsWithRelativeToleranceNaN(org.apache.commons.complex.ComplexTest) Time elapsed: 0.032 sec <<< ERROR! java.lang.StackOverflowError: null at org.apache.commons.complex.Complex.equals(Complex.java) at org.apache.commons.complex.Complex.equals(Complex.java:1312) @@ -1044,14 +1044,14 @@ java.lang.StackOverflowError: null at org.apache.commons.complex.Complex.equals(Complex.java:1312) at org.apache.commons.complex.Complex.equals(Complex.java:1312) -testFloatingPointEqualsWithAllowedDelta(org.apache.commons.complex.ComplexTest) Time elapsed: 0 sec <<< FAILURE! +testFloatingPointEqualsWithAllowedDelta(org.apache.commons.complex.ComplexTest) Time elapsed: 0.001 sec <<< FAILURE! java.lang.AssertionError: null at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.apache.commons.complex.ComplexTest.testFloatingPointEqualsWithAllowedDelta(ComplexTest.java:546) -testFloatingPointEqualsNaN(org.apache.commons.complex.ComplexTest) Time elapsed: 0 sec <<< FAILURE! +testFloatingPointEqualsNaN(org.apache.commons.complex.ComplexTest) Time elapsed: 0.001 sec <<< FAILURE! java.lang.AssertionError: null at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) @@ -1059,14 +1059,14 @@ java.lang.AssertionError: null at org.junit.Assert.assertFalse(Assert.java:74) at org.apache.commons.complex.ComplexTest.testFloatingPointEqualsNaN(ComplexTest.java:533) -testMath221(org.apache.commons.complex.ComplexTest) Time elapsed: 0 sec <<< FAILURE! +testMath221(org.apache.commons.complex.ComplexTest) Time elapsed: 0.001 sec <<< FAILURE! java.lang.AssertionError: null at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.apache.commons.complex.ComplexTest.testMath221(ComplexTest.java:1207) -testFloatingPointEqualsWithRelativeTolerance(org.apache.commons.complex.ComplexTest) Time elapsed: 0.011 sec <<< ERROR! +testFloatingPointEqualsWithRelativeTolerance(org.apache.commons.complex.ComplexTest) Time elapsed: 0.014 sec <<< ERROR! java.lang.StackOverflowError: null at org.apache.commons.complex.Complex.equals(Complex.java) at org.apache.commons.complex.Complex.equals(Complex.java:1312) @@ -2093,7 +2093,7 @@ java.lang.StackOverflowError: null at org.apache.commons.complex.Complex.equals(Complex.java:1312) at org.apache.commons.complex.Complex.equals(Complex.java:1312) -testFloatingPointEquals(org.apache.commons.complex.ComplexTest) Time elapsed: 0.001 sec <<< FAILURE! +testFloatingPointEquals(org.apache.commons.complex.ComplexTest) Time elapsed: 0 sec <<< FAILURE! java.lang.AssertionError: null at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) http://git-wip-us.apache.org/repos/asf/commons-complex/blob/dbad5ed4/target/surefire-reports/org.apache.commons.complex.ComplexUtilsTest.txt ---------------------------------------------------------------------- diff --git a/target/surefire-reports/org.apache.commons.complex.ComplexUtilsTest.txt b/target/surefire-reports/org.apache.commons.complex.ComplexUtilsTest.txt index fc6e0c2..9509364 100644 --- a/target/surefire-reports/org.apache.commons.complex.ComplexUtilsTest.txt +++ b/target/surefire-reports/org.apache.commons.complex.ComplexUtilsTest.txt @@ -1,8 +1,8 @@ ------------------------------------------------------------------------------- Test set: org.apache.commons.complex.ComplexUtilsTest ------------------------------------------------------------------------------- -Tests run: 14, Failures: 0, Errors: 9, Skipped: 0, Time elapsed: 0.044 sec <<< FAILURE! - in org.apache.commons.complex.ComplexUtilsTest -testInterleavedToComplex(org.apache.commons.complex.ComplexUtilsTest) Time elapsed: 0.001 sec <<< ERROR! +Tests run: 14, Failures: 0, Errors: 9, Skipped: 0, Time elapsed: 0.074 sec <<< FAILURE! - in org.apache.commons.complex.ComplexUtilsTest +testInterleavedToComplex(org.apache.commons.complex.ComplexUtilsTest) Time elapsed: 0 sec <<< ERROR! java.lang.StackOverflowError: null at org.apache.commons.complex.TestUtils.equals(TestUtils.java) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) @@ -1029,9 +1029,9 @@ java.lang.StackOverflowError: null at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) -testExtractionMethods(org.apache.commons.complex.ComplexUtilsTest) Time elapsed: 0.004 sec <<< ERROR! +testExtractionMethods(org.apache.commons.complex.ComplexUtilsTest) Time elapsed: 0 sec <<< ERROR! java.lang.StackOverflowError: null - at org.apache.commons.complex.TestUtils.equals(TestUtils.java) + at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) @@ -2056,9 +2056,9 @@ java.lang.StackOverflowError: null at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) -testComplexToImaginary(org.apache.commons.complex.ComplexUtilsTest) Time elapsed: 0.006 sec <<< ERROR! +testComplexToImaginary(org.apache.commons.complex.ComplexUtilsTest) Time elapsed: 0.013 sec <<< ERROR! java.lang.StackOverflowError: null - at org.apache.commons.complex.TestUtils.equals(TestUtils.java) + at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) @@ -3083,9 +3083,9 @@ java.lang.StackOverflowError: null at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) -testSplit2Complex(org.apache.commons.complex.ComplexUtilsTest) Time elapsed: 0.002 sec <<< ERROR! +testSplit2Complex(org.apache.commons.complex.ComplexUtilsTest) Time elapsed: 0.015 sec <<< ERROR! java.lang.StackOverflowError: null - at org.apache.commons.complex.TestUtils.equals(TestUtils.java) + at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) @@ -4110,15 +4110,15 @@ java.lang.StackOverflowError: null at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) -testPolar2ComplexIllegalModulus(org.apache.commons.complex.ComplexUtilsTest) Time elapsed: 0.001 sec <<< ERROR! +testPolar2ComplexIllegalModulus(org.apache.commons.complex.ComplexUtilsTest) Time elapsed: 0 sec <<< ERROR! java.lang.Exception: Unexpected exception, expected<java.lang.IllegalArgumentException> but was<java.lang.RuntimeException> at org.apache.commons.complex.ComplexUtils.illegalArgument(ComplexUtils.java:1407) at org.apache.commons.complex.ComplexUtils.polar2Complex(ComplexUtils.java:55) at org.apache.commons.complex.ComplexUtilsTest.testPolar2ComplexIllegalModulus(ComplexUtilsTest.java:207) -testComplexToReal(org.apache.commons.complex.ComplexUtilsTest) Time elapsed: 0.008 sec <<< ERROR! +testComplexToReal(org.apache.commons.complex.ComplexUtilsTest) Time elapsed: 0.009 sec <<< ERROR! java.lang.StackOverflowError: null - at org.apache.commons.complex.TestUtils.equals(TestUtils.java) + at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) @@ -5143,9 +5143,9 @@ java.lang.StackOverflowError: null at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) -testImaginaryToComplex(org.apache.commons.complex.ComplexUtilsTest) Time elapsed: 0.005 sec <<< ERROR! +testImaginaryToComplex(org.apache.commons.complex.ComplexUtilsTest) Time elapsed: 0.01 sec <<< ERROR! java.lang.StackOverflowError: null - at org.apache.commons.complex.TestUtils.equals(TestUtils.java) + at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) @@ -6170,7 +6170,7 @@ java.lang.StackOverflowError: null at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) -testComplexToInterleaved(org.apache.commons.complex.ComplexUtilsTest) Time elapsed: 0.004 sec <<< ERROR! +testComplexToInterleaved(org.apache.commons.complex.ComplexUtilsTest) Time elapsed: 0.011 sec <<< ERROR! java.lang.StackOverflowError: null at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) @@ -7197,7 +7197,7 @@ java.lang.StackOverflowError: null at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) -testRealToComplex(org.apache.commons.complex.ComplexUtilsTest) Time elapsed: 0.004 sec <<< ERROR! +testRealToComplex(org.apache.commons.complex.ComplexUtilsTest) Time elapsed: 0.009 sec <<< ERROR! java.lang.StackOverflowError: null at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) at org.apache.commons.complex.TestUtils.equals(TestUtils.java:390) http://git-wip-us.apache.org/repos/asf/commons-complex/blob/dbad5ed4/target/surefire-reports/org.apache.commons.complex.FrenchComplexFormatTest.txt ---------------------------------------------------------------------- diff --git a/target/surefire-reports/org.apache.commons.complex.FrenchComplexFormatTest.txt b/target/surefire-reports/org.apache.commons.complex.FrenchComplexFormatTest.txt index 4a6fb10..8a43ea9 100644 --- a/target/surefire-reports/org.apache.commons.complex.FrenchComplexFormatTest.txt +++ b/target/surefire-reports/org.apache.commons.complex.FrenchComplexFormatTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.apache.commons.complex.FrenchComplexFormatTest ------------------------------------------------------------------------------- -Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.complex.FrenchComplexFormatTest +Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.commons.complex.FrenchComplexFormatTest http://git-wip-us.apache.org/repos/asf/commons-complex/blob/dbad5ed4/target/surefire-reports/org.apache.commons.complex.QuaternionTest.txt ---------------------------------------------------------------------- diff --git a/target/surefire-reports/org.apache.commons.complex.QuaternionTest.txt b/target/surefire-reports/org.apache.commons.complex.QuaternionTest.txt index 09a6736..fe5f75a 100644 --- a/target/surefire-reports/org.apache.commons.complex.QuaternionTest.txt +++ b/target/surefire-reports/org.apache.commons.complex.QuaternionTest.txt @@ -1,8 +1,8 @@ ------------------------------------------------------------------------------- Test set: org.apache.commons.complex.QuaternionTest ------------------------------------------------------------------------------- -Tests run: 19, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.007 sec <<< FAILURE! - in org.apache.commons.complex.QuaternionTest -testIsUnitQuaternion(org.apache.commons.complex.QuaternionTest) Time elapsed: 0.001 sec <<< ERROR! +Tests run: 19, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.016 sec <<< FAILURE! - in org.apache.commons.complex.QuaternionTest +testIsUnitQuaternion(org.apache.commons.complex.QuaternionTest) Time elapsed: 0.005 sec <<< ERROR! java.lang.StackOverflowError: null at org.apache.commons.complex.Quaternion.equals(Quaternion.java) at org.apache.commons.complex.Quaternion.equals(Quaternion.java:480) @@ -1031,7 +1031,7 @@ java.lang.StackOverflowError: null testQuaternionEquals2(org.apache.commons.complex.QuaternionTest) Time elapsed: 0.001 sec <<< ERROR! java.lang.StackOverflowError: null - at org.apache.commons.complex.Quaternion.equals(Quaternion.java) + at org.apache.commons.complex.Quaternion.equals(Quaternion.java:480) at org.apache.commons.complex.Quaternion.equals(Quaternion.java:480) at org.apache.commons.complex.Quaternion.equals(Quaternion.java:480) at org.apache.commons.complex.Quaternion.equals(Quaternion.java:480) @@ -2056,7 +2056,7 @@ java.lang.StackOverflowError: null at org.apache.commons.complex.Quaternion.equals(Quaternion.java:480) at org.apache.commons.complex.Quaternion.equals(Quaternion.java:480) -testQuaternionEquals(org.apache.commons.complex.QuaternionTest) Time elapsed: 0.003 sec <<< ERROR! +testQuaternionEquals(org.apache.commons.complex.QuaternionTest) Time elapsed: 0.009 sec <<< ERROR! java.lang.StackOverflowError: null at org.apache.commons.complex.Quaternion.equals(Quaternion.java:480) at org.apache.commons.complex.Quaternion.equals(Quaternion.java:480) http://git-wip-us.apache.org/repos/asf/commons-complex/blob/dbad5ed4/target/surefire-reports/org.apache.commons.complex.RetryRunnerTest.txt ---------------------------------------------------------------------- diff --git a/target/surefire-reports/org.apache.commons.complex.RetryRunnerTest.txt b/target/surefire-reports/org.apache.commons.complex.RetryRunnerTest.txt index dc43756..3be5a12 100644 --- a/target/surefire-reports/org.apache.commons.complex.RetryRunnerTest.txt +++ b/target/surefire-reports/org.apache.commons.complex.RetryRunnerTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.apache.commons.complex.RetryRunnerTest ------------------------------------------------------------------------------- -Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.commons.complex.RetryRunnerTest +Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.complex.RetryRunnerTest http://git-wip-us.apache.org/repos/asf/commons-complex/blob/dbad5ed4/target/surefire-reports/org.apache.commons.complex.RootsOfUnityTest.txt ---------------------------------------------------------------------- diff --git a/target/surefire-reports/org.apache.commons.complex.RootsOfUnityTest.txt b/target/surefire-reports/org.apache.commons.complex.RootsOfUnityTest.txt index 2bdc114..756f025 100644 --- a/target/surefire-reports/org.apache.commons.complex.RootsOfUnityTest.txt +++ b/target/surefire-reports/org.apache.commons.complex.RootsOfUnityTest.txt @@ -1,19 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.apache.commons.complex.RootsOfUnityTest ------------------------------------------------------------------------------- -Tests run: 6, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.001 sec <<< FAILURE! - in org.apache.commons.complex.RootsOfUnityTest -testMathIllegalState1(org.apache.commons.complex.RootsOfUnityTest) Time elapsed: 0 sec <<< ERROR! -java.lang.Exception: Unexpected exception, expected<java.lang.IllegalStateException> but was<java.lang.IllegalArgumentException> - at org.apache.commons.complex.RootsOfUnity.getReal(RootsOfUnity.java:159) - at org.apache.commons.complex.RootsOfUnityTest.testMathIllegalState1(RootsOfUnityTest.java:33) - -testMathIllegalState2(org.apache.commons.complex.RootsOfUnityTest) Time elapsed: 0 sec <<< ERROR! -java.lang.Exception: Unexpected exception, expected<java.lang.IllegalStateException> but was<java.lang.IllegalArgumentException> - at org.apache.commons.complex.RootsOfUnity.getImaginary(RootsOfUnity.java:180) - at org.apache.commons.complex.RootsOfUnityTest.testMathIllegalState2(RootsOfUnityTest.java:39) - -testMathIllegalState3(org.apache.commons.complex.RootsOfUnityTest) Time elapsed: 0 sec <<< ERROR! -java.lang.Exception: Unexpected exception, expected<java.lang.IllegalStateException> but was<java.lang.IllegalArgumentException> - at org.apache.commons.complex.RootsOfUnity.isCounterClockWise(RootsOfUnity.java:88) - at org.apache.commons.complex.RootsOfUnityTest.testMathIllegalState3(RootsOfUnityTest.java:45) - +Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.complex.RootsOfUnityTest http://git-wip-us.apache.org/repos/asf/commons-complex/blob/dbad5ed4/target/test-classes/org/apache/commons/complex/RootsOfUnityTest.class ---------------------------------------------------------------------- diff --git a/target/test-classes/org/apache/commons/complex/RootsOfUnityTest.class b/target/test-classes/org/apache/commons/complex/RootsOfUnityTest.class index f56fcdf..8736bc1 100644 Binary files a/target/test-classes/org/apache/commons/complex/RootsOfUnityTest.class and b/target/test-classes/org/apache/commons/complex/RootsOfUnityTest.class differ
