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

Regression sun/text/IntHashtable/Bug4170614Test.sh need to be modified for winME

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 5.0
    • 1.4.2
    • core-libs
    • tiger
    • x86
    • windows, windows_98
    • Verified

    Description

      ===============================================================================
      Regression test suite for Mantis b08.
      http://meercat.sfbay:8080/shuna/i18n_regression/script/mantis/build08_11212002/
      Test case : sun/text/IntHashtable/Bug4170614Test.sh
      JDK: Mantis b08
      OS : Windows ME ja
      ==============================================================================

      Regression test Bug4170614Test.sh is failed on winME.
      Here is err;
      ----------System.out:(5/132)*----------
      TESTSRC=E: mp
      egression est\\sun ext\\IntHashtable
      TESTJAVA=e:/tmp/win^M
      TESTCLASSES=E: mp^M
      egression\\JTworkUnrecognized system!
      ----------System.err:(0/0)----------
      result: Failed. Execution failed: exit code 1

      test result: Failed. Execution failed: exit code 1
      ----------------------------------------

      Looking at Bug4170614Test.sh, line 40,

          40 Windows_95 | Windows_98 | Windows_NT )
          41 NULL=NUL
          42 PS=";"
          43 FS="\\"
          44 TMP="c:/temp"

      I think Windows_ME should be added as follow;
       
      I added Windows_ME in Bug4170614Test.sh line 40 as follow;
          40 Windows_95 | Windows_98 | Windows_NT | Windows_ME )
          41 NULL=NUL
          42 PS=";"
          43 FS="\\"
          44 TMP="c:/temp"


      and tried the same test again.
      It is PASSED.

      Threrefore, it seems that Bug4170614Test.sh should be modified for winME.


      [###@###.### 2002-11-27]

      Attachments

        Issue Links

          Activity

            People

              peytoia Yuka Kamiya (Inactive)
              rsuzukisunw Rieko Suzuki (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: