On 11/14/2014 10:15 AM, [email protected] wrote: > Hi, I am new to SpiderMonkey. Recently, I have tried to contribute a > patch for IonMonkey bailout. The patch is now in "review+" and is > submitted to the try server. But the summary report shows the "SM ggc" > failed case. So I just refer to this post and try to reproduce the > failure. However, I cannot find folder "/devtools/automation" for the > relevant tools. I already applied "hg pull -u" to update my local > source tree. Do I miss something important? Could anyone help me to > resolve the problem? Thanks!
I'm not sure what you mean by "/devtools/automation", but when working on SpiderMonkey, you use a full checkout of our entire source tree. That is what you will have from your 'hg pull -u'. The autospider script should then be in js/src/devtools/automation/autospider.sh. So if you are in the directory containing your checkout, you should be able to replicate an SM(ggc) build with: js/src/devtools/automation/autospider.sh generational _______________________________________________ dev-tech-js-engine-internals mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals

