correct bounds check #158
Annotations
6 errors and 1 warning
de.tilman_neumann.jml.factor.pollardRho.PollardRhoBrentMontgomery64MHInlinedTest ► testHarderSemiprimesWithFactorsOfDifferentSize:
src/main/java/de/tilman_neumann/jml/factor/pollardRho/PollardRhoBrentMontgomery64MHInlined.java#L72
Failed test found in:
target/surefire-reports/TEST-de.tilman_neumann.jml.factor.pollardRho.PollardRhoBrentMontgomery64MHInlinedTest.xml
Error:
java.lang.IllegalArgumentException: N = 7355428158429213199 has 63 bit, but PollardRhoBrentMontgomery64MHInlined only supports arguments <= 62 bit
|
de.tilman_neumann.jml.factor.pollardRho.PollardRhoBrentMontgomery64MHTest ► testHarderSemiprimesWithFactorsOfDifferentSize:
src/main/java/de/tilman_neumann/jml/factor/pollardRho/PollardRhoBrentMontgomery64MH.java#L72
Failed test found in:
target/surefire-reports/TEST-de.tilman_neumann.jml.factor.pollardRho.PollardRhoBrentMontgomery64MHTest.xml
Error:
java.lang.IllegalArgumentException: N = 7355428158429213199 has 63 bit, but PollardRhoBrentMontgomery64MH only supports arguments <= 62 bit
|
de.tilman_neumann.jml.factor.pollardRho.PollardRhoBrentMontgomery64Test ► testHarderSemiprimesWithFactorsOfDifferentSize:
src/main/java/de/tilman_neumann/jml/factor/pollardRho/PollardRhoBrentMontgomery64.java#L68
Failed test found in:
target/surefire-reports/TEST-de.tilman_neumann.jml.factor.pollardRho.PollardRhoBrentMontgomery64Test.xml
Error:
java.lang.IllegalArgumentException: N = 7355428158429213199 has 63 bit, but PollardRhoBrentMontgomery64 only supports arguments <= 62 bit
|
de.tilman_neumann.jml.factor.pollardRho.PollardRhoBrentMontgomeryR64Mul63Test ► testHarderSemiprimesWithFactorsOfDifferentSize:
src/main/java/de/tilman_neumann/jml/factor/pollardRho/PollardRhoBrentMontgomeryR64Mul63.java#L67
Failed test found in:
target/surefire-reports/TEST-de.tilman_neumann.jml.factor.pollardRho.PollardRhoBrentMontgomeryR64Mul63Test.xml
Error:
java.lang.IllegalArgumentException: N = 7355428158429213199 has 63 bit, but PollardRhoBrentMontgomeryR64Mul63 only supports arguments <= 62 bit
|
build
Failed test were found and 'fail-on-error' option is set to true
|
build
Process completed with exit code 1.
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|