Re: Reorganization of Firefox-UI tests in mozilla-central

2017-10-31 Thread Martijn
Update MDN docs when moving Marionette tests all over the place. On Wed, Nov 9, 2016 at 11:16 AM, Henrik Skupin wrote: > Henrik Skupin wrote on 01/09/16 17:37: > > After a longer time without a response I would like to give a follow-up > on where we stand at the moment and what the future will be

Re: Test automation addons and signing

2016-03-21 Thread Martijn
So the xpinstall.signatures.required=false pref in about:config trick doesn't work anymore for trunki? Regards, Martijn On Tue, Mar 1, 2016 at 5:48 AM, Philip Chee wrote: > On 28/02/2016 09:45, Bobby Holley wrote: > > >> We were promised that trunk and aurora builds wou

Re: PSA: Flaky timeouts in mochitest-plain now fail newly added tests

2014-12-18 Thread Martijn
On Wed, Dec 17, 2014 at 1:56 PM, Daniel Holbert wrote: > On 12/17/2014 01:27 PM, Martijn wrote: >> What about where setTimeout is used as a fallback for when some event >> failed to fire and the mochitest is stalled and the setTimeout is then >> used to finish the mochitest

Re: PSA: Flaky timeouts in mochitest-plain now fail newly added tests

2014-12-17 Thread Martijn
What about setInterval? (I guess that's not really used much?) What about where setTimeout is used as a fallback for when some event failed to fire and the mochitest is stalled and the setTimeout is then used to finish the mochitest on time and give some useful debug info? Regards, Martij

Re: Help for new MDN page on testing frameworks (technical and editorial)

2014-08-14 Thread Martijn
Hi Paolo, This looks really nice, thanks! I have some suggestions. I think an extra column, with what kind of level style test (Unit/integration/UI) it is, would be nice. It seems like "mach help" shows some more kinds of tests, you might want to look at those. Regards, Martijn On W

Re: Fennec build unusable with own build

2013-04-01 Thread Martijn
t thanks for your help. > > >> ac_add_options >> --with-android-toolchain=$HOME/android-ndk-r8e/toolchains/arm-linux-androideabi-4.7/prebuilt/darwin-x86_64 > > > (And I don't think you need this line anymore) > Iirc, at one point I needed this, but I seem to be able to b

Re: Fennec build unusable with own build

2013-03-30 Thread Martijn
It turned out I made a stupid mistake with some code change I made. After correcting that, I get a good build. Regards, Martijn On Sat, Mar 30, 2013 at 12:41 PM, Martijn wrote: > Dev.platforms.mobile seems removed, so I'm posting this here: > > https://groups.google.com/for

Fennec build unusable with own build

2013-03-30 Thread Martijn
_add_options --target=arm-linux-androideabi ac_add_options --with-ccache mk_add_options MOZ_OBJDIR=./objdir-droid ac_add_options --disable-crashreporter ac_add_options --with-android-toolchain=$HOME/android-ndk-r8e/toolchains/arm-linux-androideabi-4.7/prebuilt/darwin-x86_64 Regards, Martijn -

Re: print preview and documentation

2013-02-04 Thread Martijn
you able to move it out of the visible display area ? >> >> >> There isn't a pref, > > > I misremembered. Does print.show_print_progress = false do what you want? Iirc, I tried to use that pref some time ago and I couldn't get it to do anything useful. Regards,