Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8316894

make test TEST="jtreg:test/jdk/..." fails on AIX

XMLWordPrintable

    • b18
    • generic
    • aix

        Running jtreg tests with make test, for example
        make test TEST="jtreg:test/jdk/java/util/prefs" fails currently on AIX without setting the number of JOBS manually.
        We get this error message:
        Error: Bad use of -concurrency

        Log of cmdargs shows :
        -vmoption:-Xmx768m
        -agentvm
        -verbose:fail,error,summary
        -retain:fail,error
        -concurrency:7.000000
        ....

        So currently a float is used for the concurrency value, seems this is not supported.
        Seems the number of test jobs auto calculation https://github.com/openjdk/jdk/blob/master/make/RunTests.gmk#L151
        is not doing so well on AIX.

              mbaesken Matthias Baesken
              mbaesken Matthias Baesken
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: