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

Regression test Duped.java Failing

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P2 P2
    • None
    • 1.3.1
    • hotspot
    • x86
    • windows_98

      Name: as83306 Date: 03/06/2001

      Regression tests
      java/lang/Runtime/exec/Duped.java
      java/lang/Runtime/exec/Space.java
      are Failing in Ladybird b18. These are windows only failures. See 4215702 for history.


      #Test Results (version 2)
      #Fri Mar 02 17:37:04 PST 2001
      #checksum:51059d67bf0720dc
      #-----testdescription-----
      $file=C:\\Regression\\Ladybird\\jdk1.3.1Tests\\b18\\java\\lang\\Runtime\\exec\\Duped.java
      $root=C:\\Regression\\Ladybird\\jdk1.3.1Tests\\b18
      keywords=bug4180429 othervm
      run=USER_SPECIFIED main/othervm Duped\r\n
      source=Duped.java
      title=Lossage in dup2 if System.in is closed.

      #-----environment-----

      #-----testresult-----
      description=file:///C:/Regression/Ladybird/jdk1.3.1Tests/b18/java/lang/Runtime/exec/Duped.java
      end=Fri Mar 02 17:37:04 PST 2001
      environment=regtest
      execStatus=Failed. Execution failed: Program `C:/Java/jdk131b18\\bin\\java' interrupted! (timed out?)
      javatestOS=Windows 98 4.10 (x86)
      javatestVersion=JT_2.1.3i
      script=com.sun.javatest.regtest.RegressionScript
      sections=script_messages build compile main
      start=Fri Mar 02 17:35:03 PST 2001
      status=Failed. Execution failed: Program `C:/Java/jdk131b18\\bin\\java' interrupted! (timed out?)
      test=java/lang/Runtime/exec/Duped.java
      work=C:\\Results\\Regression\\Ladybird\\b18\\HARLEY-Windows_98-jth13-jdk131b18.03-02.16-35-ALL\\java\\lang\\Runtime\\exec

      #section:script_messages
      ----------messages:(2/74)----------
      JDK under test: C:/Java/jdk131b18
      Timeout signalled after 120.0 seconds

      #section:build
      ----------messages:(3/93)----------
      command: build Duped
      reason: Named class compiled on demand
      elapsed time (seconds): 0.99
      result: Passed. Compilation successful

      #section:compile
      ----------messages:(3/184)*----------
      command: compile C:\\Regression\\Ladybird\\jdk1.3.1Tests\\b18\\java\\lang\\Runtime\\exec\\Duped.java
      reason: .class file out of date or does not exist
      elapsed time (seconds): 0.99
      ----------System.out:(0/0)----------
      ----------System.err:(0/0)----------
      result: Passed. Compilation successful

      #section:main
      ----------messages:(3/109)----------
      command: main Duped
      reason: User specified action: run main/othervm Duped
      elapsed time (seconds): 120.06
      ----------System.out:(0/0)----------
      ----------System.err:(0/0)----------
      result: Failed. Execution failed: Program `C:/Java/jdk131b18\bin\java' interrupted! (timed out?)


      test result: Failed. Execution failed: Program `C:/Java/jdk131b18\bin\java' interrupted! (timed out?)

      /////////////////////////////////////////////////
      #Test Results (version 2)
      #Fri Mar 02 17:37:08 PST 2001
      #checksum:69f2499713796a98
      #-----testdescription-----
      $file=C:\\Regression\\Ladybird\\jdk1.3.1Tests\\b18\\java\\lang\\Runtime\\exec\\Space.java
      $root=C:\\Regression\\Ladybird\\jdk1.3.1Tests\\b18
      keywords=bug4231349
      run=ASSUMED_ACTION main Space\r\n
      source=Space.java
      title=test runtime.exec on windows for extra space in cmd

      #-----environment-----

      #-----testresult-----
      description=file:///C:/Regression/Ladybird/jdk1.3.1Tests/b18/java/lang/Runtime/exec/Space.java
      end=Fri Mar 02 17:37:08 PST 2001
      environment=regtest
      execStatus=Failed. Execution failed: `main' threw exception: java.io.IOException: CreateProcess: cmd /c echo hello error=0
      javatestOS=Windows 98 4.10 (x86)
      javatestVersion=JT_2.1.3i
      script=com.sun.javatest.regtest.RegressionScript
      sections=script_messages build compile main
      start=Fri Mar 02 17:37:07 PST 2001
      status=Failed. Execution failed: `main' threw exception: java.io.IOException: CreateProcess: cmd /c echo hello error=0
      test=java/lang/Runtime/exec/Space.java
      work=C:\\Results\\Regression\\Ladybird\\b18\\HARLEY-Windows_98-jth13-jdk131b18.03-02.16-35-ALL\\java\\lang\\Runtime\\exec

      #section:script_messages
      ----------messages:(1/35)----------
      JDK under test: C:/Java/jdk131b18

      #section:build
      ----------messages:(3/93)----------
      command: build Space
      reason: Named class compiled on demand
      elapsed time (seconds): 0.99
      result: Passed. Compilation successful

      #section:compile
      ----------messages:(3/184)*----------
      command: compile C:\\Regression\\Ladybird\\jdk1.3.1Tests\\b18\\java\\lang\\Runtime\\exec\\Space.java
      reason: .class file out of date or does not exist
      elapsed time (seconds): 0.99
      ----------System.out:(0/0)----------
      ----------System.err:(0/0)----------
      result: Passed. Compilation successful

      #section:main
      ----------messages:(3/111)----------
      command: main Space
      reason: Assumed action based on file name: run main Space
      elapsed time (seconds): 0.22
      ----------System.out:(0/0)----------
      ----------System.err:(17/855)----------
      java.io.IOException: CreateProcess: cmd /c echo hello error=0
      at java.lang.Win32Process.create(Native Method)
      at java.lang.Win32Process.<init>(Win32Process.java:66)
      at java.lang.Runtime.execInternal(Native Method)
      at java.lang.Runtime.exec(Runtime.java:551)
      at java.lang.Runtime.exec(Runtime.java:418)
      at java.lang.Runtime.exec(Runtime.java:361)
      at java.lang.Runtime.exec(Runtime.java:325)
      at Space.main(Space.java:10)
      at java.lang.reflect.Method.invoke(Native Method)
      at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
      at java.lang.Thread.run(Thread.java:484)

      JavaTest Message: Test threw exception: java.io.IOException: CreateProcess: cmd /c echo hello error=0
      JavaTest Message: shutting down test

      STATUS:Failed.`main' threw exception: java.io.IOException: CreateProcess: cmd /c echo hello error=0
      result: Failed. Execution failed: `main' threw exception: java.io.IOException: CreateProcess: cmd /c echo hello error=0


      test result: Failed. Execution failed: `main' threw exception: java.io.IOException: CreateProcess: cmd /c echo hello
      error=0
      ======================================================================

            kbr Kenneth Russell (Inactive)
            apsmith Alan Smith (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: