===============================================================================
Regression test suite for Mantis b08
http://meercat.sfbay:8080/shuna/i18n_regression/script/mantis/build08_11212002/
Test case : java/nio/charset/spi/basic.sh
JDK : Mantis b08
OS : Windows 98 2nd ja
===============================================================================
Regression test basic.sh is failed on Windows 98 2nd ja due to NoClassDefFoundError as follow;
------------------------------------------------------------------------------
LC_ALL= where=app security=none
+ c:/j2sdk1.4.2/bin/java -cp K:/regression/reg_merlin/JTwork/scratch/x.test:K:/regression/reg_merlin/JTwork/scratch/x.ext/test.jar Test US-ASCII 8859_1 iso-ir-6 UTF-16 windows-1252 !BAR cp1252 FOO
java.lang.NoClassDefFoundError: Test
Exception in thread "main" Could not find the main class. Program will exit.
LC_ALL= where=app security=empty-policy
+ c:/j2sdk1.4.2/bin/java -cp K:/regression/reg_merlin/JTwork/scratch/x.test:K:/regression/reg_merlin/JTwork/scratch/x.ext/test.jar -Djava.security.manager Test US-ASCII 8859_1 iso-ir-6 UTF-16 windows-1252 !BAR cp1252 !FOO
java.lang.NoClassDefFoundError: Test
Exception in thread "main" Could not find the main class. Program will exit.
LC_ALL= where=app security=cp-policy
+ c:/j2sdk1.4.2/bin/java -cp K:/regression/reg_merlin/JTwork/scratch/x.test:K:/regression/reg_merlin/JTwork/scratch/x.ext/test.jar -Djava.security.manager -Djava.security.policy==K:\\regression\\reg_merlin\\test\\java\\nio\\charset\\spi/charsetProvider.sp Test US-ASCII 8859_1 iso-ir-6 UTF-16 windows-1252 !BAR cp1252 FOO
java.lang.NoClassDefFoundError: Test
Exception in thread "main" Could not find the main class. Program will exit.
4 cases failed
------------------------------------------------------------------------------
I serched if this problem was filed already or not and I found the bug which seems to be related, it is #4741322.
According to #4741322's comment;
--------------------------------
java/nio/charset/spi/basic.sh fails due to this bug too.
jtr file:
/net/jtgb4u4c.eng/export/sail15/results/hopper/b21/regtest/win32/win98_client_linux-17/workDir/test/java/nio/charset/spi/basic.jtr
--------------------------------
I compared my basic.jtr(attached) and #4741322's one, so detail of an error is very similar.
So it seems that this problem is related to #4741322.
But as I'm not sure, I filed this problem as a New bug.
* I confirmed that this probelm does not occur on win2k and Solaris 9 sparc.
As basic.sh is under java/nio dir, I filed Category/Subcategry as a
java/classes_nio.
If these are not properly, please change them.
[###@###.### 2002-11-22]
Regression test suite for Mantis b08
http://meercat.sfbay:8080/shuna/i18n_regression/script/mantis/build08_11212002/
Test case : java/nio/charset/spi/basic.sh
JDK : Mantis b08
OS : Windows 98 2nd ja
===============================================================================
Regression test basic.sh is failed on Windows 98 2nd ja due to NoClassDefFoundError as follow;
------------------------------------------------------------------------------
LC_ALL= where=app security=none
+ c:/j2sdk1.4.2/bin/java -cp K:/regression/reg_merlin/JTwork/scratch/x.test:K:/regression/reg_merlin/JTwork/scratch/x.ext/test.jar Test US-ASCII 8859_1 iso-ir-6 UTF-16 windows-1252 !BAR cp1252 FOO
java.lang.NoClassDefFoundError: Test
Exception in thread "main" Could not find the main class. Program will exit.
LC_ALL= where=app security=empty-policy
+ c:/j2sdk1.4.2/bin/java -cp K:/regression/reg_merlin/JTwork/scratch/x.test:K:/regression/reg_merlin/JTwork/scratch/x.ext/test.jar -Djava.security.manager Test US-ASCII 8859_1 iso-ir-6 UTF-16 windows-1252 !BAR cp1252 !FOO
java.lang.NoClassDefFoundError: Test
Exception in thread "main" Could not find the main class. Program will exit.
LC_ALL= where=app security=cp-policy
+ c:/j2sdk1.4.2/bin/java -cp K:/regression/reg_merlin/JTwork/scratch/x.test:K:/regression/reg_merlin/JTwork/scratch/x.ext/test.jar -Djava.security.manager -Djava.security.policy==K:\\regression\\reg_merlin\\test\\java\\nio\\charset\\spi/charsetProvider.sp Test US-ASCII 8859_1 iso-ir-6 UTF-16 windows-1252 !BAR cp1252 FOO
java.lang.NoClassDefFoundError: Test
Exception in thread "main" Could not find the main class. Program will exit.
4 cases failed
------------------------------------------------------------------------------
I serched if this problem was filed already or not and I found the bug which seems to be related, it is #4741322.
According to #4741322's comment;
--------------------------------
java/nio/charset/spi/basic.sh fails due to this bug too.
jtr file:
/net/jtgb4u4c.eng/export/sail15/results/hopper/b21/regtest/win32/win98_client_linux-17/workDir/test/java/nio/charset/spi/basic.jtr
--------------------------------
I compared my basic.jtr(attached) and #4741322's one, so detail of an error is very similar.
So it seems that this problem is related to #4741322.
But as I'm not sure, I filed this problem as a New bug.
* I confirmed that this probelm does not occur on win2k and Solaris 9 sparc.
As basic.sh is under java/nio dir, I filed Category/Subcategry as a
java/classes_nio.
If these are not properly, please change them.
[###@###.### 2002-11-22]
- relates to
-
JDK-4741322 two Regtest-test tests do not recognize Windows 98 as a valid system
- Closed