dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[DotGNU]cscctest fails on unicode identifiers test


From: Gopal V
Subject: [DotGNU]cscctest fails on unicode identifiers test
Date: Sun, 9 Mar 2003 14:07:56 +0530
User-agent: Mutt/1.2.5i

Hi,

./ident1.cs[IL]: incorrect assembly output
110c110
< .class private auto ansi 'Ḁ' extends ['.library']'System'.'Object'
---
> .class private auto ansi '\341\270\200' extends ['.library']'System'.'Object'
120c120
< .class private auto ansi 'Ḁ‿1' extends ['.library']'System'.'Object'
---
> .class private auto ansi '\341\270\200\342\200\277\357\274\221' extends 
> ['.library']'System'.'Object'
150c150
< .class private auto ansi 'xḀy' extends ['.library']'System'.'Object'
---
> .class private auto ansi 'x\341\270\200y' extends 
> ['.library']'System'.'Object'
./ident1.cs[JL]: incorrect assembly output
120c120
< .class private auto ansi 'Ḁ' extends ['.library']'System'.'Object'
---
> .class private auto ansi '\341\270\200' extends ['.library']'System'.'Object'
131c131
< .class private auto ansi 'Ḁ‿1' extends ['.library']'System'.'Object'
---
> .class private auto ansi '\341\270\200\342\200\277\357\274\221' extends 
> ['.library']'System'.'Object'
164c164
< .class private auto ansi 'xḀy' extends ['.library']'System'.'Object'
---
> .class private auto ansi 'x\341\270\200y' extends 
> ['.library']'System'.'Object'
FAIL: ident1.cs

I don't know if the code cscc is spitting out is correct or not.

Hmm... a cron job for cscctest ?.

Gopal
PS: I'm turning into a true "Weekend Warrior" ... :-) 
-- 
The difference between insanity and genius is measured by success


reply via email to

[Prev in Thread] Current Thread [Next in Thread]