Re: How do you run unit tests against Firefox?

2014-11-13 Thread jmaher
On Wednesday, November 12, 2014 5:51:40 PM UTC-5, Benjamin Smedberg wrote: On 11/12/2014 5:49 PM, Nicholas Nethercote wrote: What exactly do you mean by unit tests? I presumed that this meant all of our pass/fail test suites (not the performance tests): xpcshell, the various flavors of

How do you run unit tests against Firefox?

2014-11-12 Thread jmaher
On the A*Team we do many projects to bring new platforms online or make sure our test harnesses work in new situations (like e10s). We hear great ideas from folks we interact with (sometimes we make up our own ideas), but one thing we don't know is how people run unit tests and what type of

Re: How do you run unit tests against Firefox?

2014-11-12 Thread Nicholas Nethercote
What exactly do you mean by unit tests? At first I thought you were just referring to C++ unit tests, i.e. the ones that show up on Treeherder as Cpp. But the first page of the survey says We care about tests which are also run on tbpl (e.g. mochitests, reftest, xpcshell, marionette, etc.) so now

Re: How do you run unit tests against Firefox?

2014-11-12 Thread Benjamin Smedberg
On 11/12/2014 5:49 PM, Nicholas Nethercote wrote: What exactly do you mean by unit tests? I presumed that this meant all of our pass/fail test suites (not the performance tests): xpcshell, the various flavors of mochitest, reftests, etc. --BDS