Subj : Re: Value of Assignment Expression... To : sukhisoul From : Brendan Eich Date : Sat Feb 05 2005 09:14 am sukhisoul@yahoo.com wrote: >>Yes, also fixed on the trunk, and for Firefox 1.0 and Mozilla 1.7.5. >>See https://bugzilla.mozilla.org/show_bug.cgi?id=261887. >> >>/be > > > It seems that we are duplicating some of the work already done > by others. So before I proceed further, let me ask this. Has > Spidermonkey been tested against OMA(Open Mobile Alliance) ESMP > test suite, and have the bugs found been fixed? Can you give a link to that test suite? Is it freely available? No one has run it on SpiderMonkey and reported its results until you. > Because these > bugs were found while testing Spidermonkey against that test > suite. If the bugs have been fixed then we might as well > pick up the latest version. Any idea when we can expect RC6b? You would do better to use CVS and pull the FIREFOX_1_0_RELEASE tag of js/src, and then cvs up -AdP config editline in that directory. I'm not sure when RC6b will happen, I'll try to get some help building it and writing its release notes. > We also found another standards-non compliance issue. Specs say > that if a class/object does not implement "[[HasInstance]]" > internal method then "instanceof" function should throw > a TypeError exception. Thus, if I have a test case > with statement "num instanceof Math" then this should > throw an exception(section 11.8.6 of ECMA-262). Spidermonkey > does not throw this exception. Please report this bug via http://bugzilla.mozilla.org/ (read http://www.mozilla.org/bugs/ if you are new to bugzilla), using the Core product, "JavaScript Engine" component. Thanks, /be .