Re: Unable to run TPS tests

2013-04-09 Thread Raymond Lee
Thanks Jonathan, it works for me with the following. runtps --binary=/Users/raymond/Documents/mozilla-central/obj-ff-dbg/dist/Nightly.app/ Jonathan Griffin於 2013年4月4日星期四UTC+8上午3時54分37秒寫道: > I just tested this myself and found that it works. The problem is in > > your command-line: > > > >

Re: Unable to run TPS tests

2013-04-03 Thread Jonathan Griffin
I just tested this myself and found that it works. The problem is in your command-line: >>> 2. runtps --binary=/Users/raymond/Documents/mozilla-central/obj-ff-dbg/ --binary needs to be the full path of the binary, not the directory to it. The error message could certainly be improved. :) Le

Re: Unable to run TPS tests

2013-04-03 Thread Jonathan Griffin
You can't run TPS via tryserver; it isn't run in buildbot at all. It can't, since it uses live Sync servers. Raymond, the problem you're experiencing is likely due to changes in mozprocess/mozrunner API's that TPS hasn't been updated to handle. Can you file a bug about this, and assign it to

Re: Unable to run TPS tests

2013-04-03 Thread Raymond Lee
Thanks Justin! Can you suggest what try syntax I can use please? I don't see a TPS option in the try syntax builder page. http://trychooser.pub.build.mozilla.org/ Justin Lebar於 2013年4月3日星期三UTC+8下午11時47分58秒寫道: > In general you'll have much more success running these benchmarks on > > tryserve

Re: Unable to run TPS tests

2013-04-03 Thread Justin Lebar
I don't know, actually. You can ask on #developers, but I'd just run 'em all. :) On Wed, Apr 3, 2013 at 12:54 PM, Raymond Lee wrote: > Thanks Justin! Can you suggest what try syntax I can use please? I don't > see a TPS option in the try syntax builder page. > http://trychooser.pub.build.mozi

Re: Unable to run TPS tests

2013-04-03 Thread Justin Lebar
In general you'll have much more success running these benchmarks on tryserver rather than trying to run them locally. Even if you got the test working, there's no guarantee that your local benchmark results will have any bearing on the benchmark results on our servers. (In particular, the server

Unable to run TPS tests

2013-04-03 Thread raymondlee126
Hi all I am trying to run TPS to ensure my patch works for bug 852041 (https://bugzilla.mozilla.org/show_bug.cgi?id=852041) However, I got some errors when I ran the following. Could someone give me some suggestions how to fix it please? 1. source /Users/raymond/Documents/virtualenv/bin/activ