-
Bug
-
Resolution: Fixed
-
P2
-
1.1.8
-
1.1.8
-
generic
-
solaris_2.5.1
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2024775 | 1.2.2 | David Mendenhall | P2 | Resolved | Fixed | 1.2.2 |
Regression test SelectionTest.html Failing. Not written correctly.
The test has user interaction but no pass/fail buttons, so it times out and causes and error. The test works, but is outside of spec for a pass/fail test. Also, since it is a solaris bug, it should be written to execute on Solaris only. The test was executed on Solaris & Win32.
The test is located in the regression test workspace @ awt/TextComponent/SelectText/SelectText.java
Description: Regression test java/awt/TextComponent/SelectionTest/SelectionTest.html Failing
#Test Results
#Thu Jan 21 02:09:19 PST 1999
testsuite=X:\\regress118\\test
source=SelectionTest.html
title=Checks that TextComponents don't grab the global CDE selection upon construction if their own selection is null.
status=Failed. Execution failed: Program `D:/jdk118f\\\\bin\\\\java' interrupted! (timed out?)
work=F:\\REGRESSION\\results\\DAYSTROM-Windows_NT-harness118f-testwith118f-01-20-13.29\\java\\awt\\TextComponent\\SelectionTest
author=dpm
execStatus=Failed. Execution failed: Program `D:/jdk118f\\\\bin\\\\java' interrupted! (timed out?)
description=file:X:/regress118/test/java/awt/TextComponent/SelectionTest/SelectionTest.html
javatestVersion=JT_2.0_zn
sections=compile compile applet applet
file=X:\\regress118\\test\\java\\awt\\TextComponent\\SelectionTest\\SelectionTest.html
end=Thu Jan 21 02:09:19 PST 1999
bug=4056231
run=1 applet/manual=yesno SelectionTest.html\r\n
start=Thu Jan 21 01:54:19 PST 1999
keywords=4056231 manual
environment=regtest
test: java\awt\TextComponent\SelectionTest\SelectionTest.html
script: javasoft.sqe.javatest.regtest.RegressionScript
JDK under test: java full version "JDK1.1.8F" (D:/jdk118f)
command: build SelectionTest
reason: Named class compiled on demand
command: compile X:\regress118\test\java\awt\TextComponent\SelectionTest\SelectionTest.java
reason: .class file out of date or does not exist
----------ref:compile(0/0)----------
----------log:compile(0/0)----------
command: compile result: Passed. Compilation successful
command: build result: Passed. Compilation successful
command: applet SelectionTest.html
reason: User specified action: run applet/manual=yesno SelectionTest.html
----------ref:applet(0/0)----------
----------log:applet(0/0)----------
command: applet result: Failed. Execution failed: Program `D:/jdk118f\\bin\\java' interrupted! (timed out?)
test result: Failed. Execution failed: Program `D:/jdk118f\\bin\\java' interrupted! (timed out?)
The test has user interaction but no pass/fail buttons, so it times out and causes and error. The test works, but is outside of spec for a pass/fail test. Also, since it is a solaris bug, it should be written to execute on Solaris only. The test was executed on Solaris & Win32.
The test is located in the regression test workspace @ awt/TextComponent/SelectText/SelectText.java
Description: Regression test java/awt/TextComponent/SelectionTest/SelectionTest.html Failing
#Test Results
#Thu Jan 21 02:09:19 PST 1999
testsuite=X:\\regress118\\test
source=SelectionTest.html
title=Checks that TextComponents don't grab the global CDE selection upon construction if their own selection is null.
status=Failed. Execution failed: Program `D:/jdk118f\\\\bin\\\\java' interrupted! (timed out?)
work=F:\\REGRESSION\\results\\DAYSTROM-Windows_NT-harness118f-testwith118f-01-20-13.29\\java\\awt\\TextComponent\\SelectionTest
author=dpm
execStatus=Failed. Execution failed: Program `D:/jdk118f\\\\bin\\\\java' interrupted! (timed out?)
description=file:X:/regress118/test/java/awt/TextComponent/SelectionTest/SelectionTest.html
javatestVersion=JT_2.0_zn
sections=compile compile applet applet
file=X:\\regress118\\test\\java\\awt\\TextComponent\\SelectionTest\\SelectionTest.html
end=Thu Jan 21 02:09:19 PST 1999
bug=4056231
run=1 applet/manual=yesno SelectionTest.html\r\n
start=Thu Jan 21 01:54:19 PST 1999
keywords=4056231 manual
environment=regtest
test: java\awt\TextComponent\SelectionTest\SelectionTest.html
script: javasoft.sqe.javatest.regtest.RegressionScript
JDK under test: java full version "JDK1.1.8F" (D:/jdk118f)
command: build SelectionTest
reason: Named class compiled on demand
command: compile X:\regress118\test\java\awt\TextComponent\SelectionTest\SelectionTest.java
reason: .class file out of date or does not exist
----------ref:compile(0/0)----------
----------log:compile(0/0)----------
command: compile result: Passed. Compilation successful
command: build result: Passed. Compilation successful
command: applet SelectionTest.html
reason: User specified action: run applet/manual=yesno SelectionTest.html
----------ref:applet(0/0)----------
----------log:applet(0/0)----------
command: applet result: Failed. Execution failed: Program `D:/jdk118f\\bin\\java' interrupted! (timed out?)
test result: Failed. Execution failed: Program `D:/jdk118f\\bin\\java' interrupted! (timed out?)
- backported by
-
JDK-2024775 Regression test SelectionTest.html Failing. Not written correctly.
- Resolved