[Mono-bugs] [Bug 70712][Nor] New - Post Or prefix expresions threows a non implemented exception

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 21 Dec 2004 01:36:14 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by mauro@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=70712

--- shadow/70712	2004-12-21 01:36:14.000000000 -0500
+++ shadow/70712.tmp.26973	2004-12-21 01:36:14.000000000 -0500
@@ -0,0 +1,75 @@
+Bug#: 70712
+Product: Mono: Compilers
+Version: 1.1
+OS: 
+OS Details: rhel3as
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: JScript
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mauro@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Summary: Post Or prefix expresions threows a non implemented exception
+
+Description of Problem:
+I tried to run the rhino testcases for ecma 1 and i got a
+System.NotImplementedException 
+
+Steps to reproduce the problem:
+1. run any js code with post or prefix operators.
+
+Actual Results:
+
+Unhandled Exception: System.NotImplementedException: The requested
+feature is not implemented.
+in <0x000b6> Microsoft.JScript.PostOrPrefixOperator:Resolve
+(Microsoft.JScript.IdentificationTable,bool)
+in <0x00222> Microsoft.JScript.Expression:Resolve
+
+
+Expected Results:
+run the code fine. 
+
+How often does this happen? 
+alltime 
+
+Additional Information:
+
+mauro@u1k:~/mjs-testcases/rhino/mozilla/js/tests/ecma $ mjs shell.js
+Break.parent =
+Break.parent =
+
+Unhandled Exception: System.NotImplementedException: The requested
+feature is not implemented.
+in <0x000b6> Microsoft.JScript.PostOrPrefixOperator:Resolve
+(Microsoft.JScript.IdentificationTable,bool)
+in <0x00222> Microsoft.JScript.Expression:Resolve
+(Microsoft.JScript.IdentificationTable)
+in <0x001cd> Microsoft.JScript.Binary:Resolve
+(Microsoft.JScript.IdentificationTable)
+in <0x00030> Microsoft.JScript.Binary:ResolveAssign
+(Microsoft.JScript.IdentificationTable,Microsoft.JScript.AST)
+in <0x0013d> Microsoft.JScript.Assign:Resolve
+(Microsoft.JScript.IdentificationTable)
+in <0x001c9> Microsoft.JScript.Expression:Resolve
+(Microsoft.JScript.IdentificationTable)
+in <0x00019> Microsoft.JScript.Expression:Resolve
+(Microsoft.JScript.IdentificationTable,bool)
+in <0x0010d> Microsoft.JScript.Block:Resolve
+(Microsoft.JScript.IdentificationTable)
+in <0x00079> Microsoft.JScript.FunctionDeclaration:Resolve
+(Microsoft.JScript.IdentificationTable)
+in <0x0013b> Microsoft.JScript.Block:Resolve
+(Microsoft.JScript.IdentificationTable)
+in <0x00012> Microsoft.JScript.ScriptBlock:Resolve
+(Microsoft.JScript.IdentificationTable)
+in <0x00041> Microsoft.JScript.SemanticAnalyser:Run
+(Microsoft.JScript.ScriptBlock)
+in [0x00033]
+(at
+/home/mauro/mono-svn/mcs/class/Microsoft.JScript/Microsoft.JScript/driver.cs:49)
+Microsoft.JScript.Driver:Main (string[])