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

The font did not change for JTextFieldTest on linux for ladybird

XMLWordPrintable

    • 2d
    • ladybird
    • x86
    • linux
    • Verified

      Interactive Test (api/interactive/javax_swing) on Linux 6.2 for LadyBird-1.3.1, compiler 2 ( -server ) .

      IMP NOTE: The test passed far kestrel j2se.

      TEST:
      -----
      JTextFieldTests
      javasoft.sqe.tests.api.javax.swing.interactive.JTextField.JTextFieldTests

      MachineInfo:
      ------------
      Linux 6.2(Redhat)
      [lougher@jtgbp62f interactive]$ uname -a
      Linux jtgbp62f 2.2.14-5.0smp #1 SMP Tue Mar 7 21:01:40 EST 2000 i686 unknown


      JDK Info:
      ---------
      [lougher@jtgbp62f interactive]$ /usr/jdk1.3.1ea/bin/java -client -version
      java version "1.3.1ea"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1ea-b01)
      Java HotSpot(TM) Client VM (build 1.3.1ea-b01, mixed mode)

      DESCRIPTION :
      -------------
      When u set the font the text above do not change.

      How to reproduce:
      -----------------
      Execute the attach script file and skip to the test where we start testing the font. (The last test of the tests).

      Modify the display & run the script below:
      ------------------------------------------
      #!/bin/ksh
      #
      # README: Modify these threev variables to fit your need:
      #
      # - ${executeClass}
      # - ${excludeCmd}
      # - ${executeClassArgs}
      #
      #################################

      SWITCH=${1+$@}
      uname -np | read HOST ARCH
      #PATH=/usr/j2se/bin:${PATH}
      PATH=/usr/jdk1.3.1ea/bin:${PATH}
      TESTBASE=/net/ultraowl.eng/export/ultraowl1/javatb/testbase
      JCK=${TESTBASE}/src/JCK-runtime-13fcs
      CLASSPATH=${JCK}/classes:${JCK}/javatest.jar
      DISPLAY=${DISPLAY-$HOST:0.0}
      LD_LIBRARY_PATH=${JCK}/lib/${ARCH}

      executeClass=javasoft.sqe.tests.api.javax.swing.interactive.JTextField.JTextFiel
      dTests
      #excludeCmd="-exclude JTextFieldTest0007"
      executeClassArgs="-TestCaseID ALL"

      export PATH CLASSPATH DISPLAY LD_LIBRARY_PATH

      echo
      java ${SWITCH} -version
      echo
      java ${SWITCH} -verify -Xfuture -Djava.security.policy=${JCK}/lib/jck.policy ${executeClass} ${excludeCmd} ${executeClassArgs}

      ----------------------------------------------------

      srilakshmi.chappidi@Eng 2000-09-22


      heidi.chen@eng 2001-03-01
      Verified with Linux Redhat 6.2, jdk1.3.1 RC b18. The bug is fixed.

            tdv Dmitri Trembovetski (Inactive)
            schappidsunw Srilakshmi Chappidi (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: