I'm assuming this is related to my commit r481272 of JIRA HARMONY-2390?

geir

Vladimir Ivanov wrote:
The test java.lang.SystemTest failed for my on windows XP.

My investigation shows that for environment variable:

!C:=C:\harmony.top\drlvm\trunk\build\win_ia32_msvc_debug\semis\kernel.tests\classes

Values for RI and Harmony are differing:
RI:
key = =C:
env.get(key)=
C:\harmony.top\drlvm\trunk\build\win_ia32_msvc_debug\semis\kernel.tests\classes
System.getenv(key) =
C:\harmony.top\drlvm\trunk\build\win_ia32_msvc_debug\semis\kernel.tests\classes

Harmony:
key =
env.get(key)=
C:=C:\harmony.top\drlvm\trunk\build\win_ia32_msvc_debug\semis\kernel.tests\classes
System.getenv(key) = null

Actually, I'm not sure that it is originally "!" sign is met in the variable
while I can't reproduce it through the
set !C:=C:\junit.jar

Could somebody else reproduce/ investigate this failure too?

Thanks, Vladimir

Reply via email to