How are you testing? The "correct" method is the run-javascriptcore-tests script which compares the test output with an expected output.
As these are very old tests harvested from the spidermonkey test suite (old == maybe 7 or 8 years at this point), so there areanumber of expected failures (typically SpiderMonkey specific language and runtime extensions) --Oliver On Oct 2, 2012, at 7:29 PM, HOAT <[email protected]> wrote: > Hello all, I'm testing JavaScriptCore.lib (build in Webkit). > But when run testcase : "Function_object" in > JavaScriptCore\tests\mozilla\js1_2\function\Function_object.js > it FAILED at f.arity > So, who can tell me what f.arity > Is it as f.length or is it obsolete. > Thank all. > _______________________________________________ > webkit-dev mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo/webkit-dev _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-dev

