Created HARMONY-2453 and excluded SystemTest on Windows
2006/12/5, Alexey Varlamov <[EMAIL PROTECTED]>:
2006/12/4, Geir Magnusson Jr. <[EMAIL PROTECTED]>: > I'm assuming this is related to my commit r481272 of JIRA HARMONY-2390? Yes. Looks like this has revealed an issue with Win version of hyenv.c. I suspect this is related to Unicode support in Windows, do we have gurus in this area on the list? > > 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 > > >
