You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Karl Richter (JIRA)" <ji...@apache.org> on 2018/06/11 13:38:00 UTC

[jira] [Commented] (MATH-1404) Test failure which occur with LC_ALL=en_US.UTF8, but not with LC_ALL=de_DE.UTF-8

    [ https://issues.apache.org/jira/browse/MATH-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16508063#comment-16508063 ] 

Karl Richter commented on MATH-1404:
------------------------------------

I can't check because of 

{code}
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /mnt/data/sources/commons-math/src/main/java/org/apache/commons/math4/analysis/solvers/LaguerreSolver.java:[20,42] cannot find symbol
  symbol:   class ComplexUtils
  location: package org.apache.commons.numbers.complex
[ERROR] /mnt/data/sources/commons-math/src/main/java/org/apache/commons/math4/analysis/solvers/LaguerreSolver.java:[150,29] cannot find symbol
  symbol:   variable ComplexUtils
  location: class org.apache.commons.math4.analysis.solvers.LaguerreSolver
[ERROR] /mnt/data/sources/commons-math/src/main/java/org/apache/commons/math4/analysis/solvers/LaguerreSolver.java:[196,39] cannot find symbol
  symbol:   variable ComplexUtils
  location: class org.apache.commons.math4.analysis.solvers.LaguerreSolver
[ERROR] /mnt/data/sources/commons-math/src/main/java/org/apache/commons/math4/analysis/solvers/LaguerreSolver.java:[226,36] cannot find symbol
  symbol:   variable ComplexUtils
  location: class org.apache.commons.math4.analysis.solvers.LaguerreSolver
[INFO] 4 errors
{code}

(probably worth a separate report).

> Test failure which occur with LC_ALL=en_US.UTF8, but not with LC_ALL=de_DE.UTF-8
> --------------------------------------------------------------------------------
>
>                 Key: MATH-1404
>                 URL: https://issues.apache.org/jira/browse/MATH-1404
>             Project: Commons Math
>          Issue Type: Bug
>            Reporter: Karl Richter
>            Priority: Major
>
>  Specifying `LC_ALL=en_US.UTF-8` causes test failures like `RandomUtilsDataGeneratorJDKSecureRandomTest>RandomUtilsDataGeneratorAbstractTest.testNextLongNegativeRange:99->RandomUtilsDataGeneratorAbstractTest.checkNextLongUniform:130 Chisquare test failed p-value = 0.0082266579945659 chisquare statistic = 25.304000000000006.` which don't seem to occur with `LC_ALL=de_DE.UTF-8`, see https://travis-ci.org/krichter722/commons-math/jobs/205896548 for details



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)