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

TEST-BUG : test case is using bash style tests. Default shell for jtreg is bourne. thus failure

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • hs25
    • hs24, hs25, 7u40
    • hotspot
    • Solaris only failure

    • b28

        test bug in
        test/gc/6941923
        shell script is using bash based test commands. This test is not conformant to
        jtreg spec.
        jtreg tag spec calls for Bourne shell so scripts that have been written to use bash are skirting on the edge of the spec: http://openjdk.java.net/jtreg/tag-spec.txt
        Test needs fixing so it can pass on Solaris platforms.

        -e does not exist in bourne.
        multiplication will fail.
        -ge will fail.

              lmesnik Leonid Mesnik
              collins Gary Collins (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: