Re: You can now run specific tasks in an xpcshell test using add_task.only / add_test.only

2016-01-19 Thread David Rajchenbach-Teller
Fwiw, I used to perform a search-replace `add_task` => `/*add_task*/` to deactivate everything, then uncomment individual tasks. Of course, your solution looks cleaner, especially if it can be made to work via mach. Cheers, David On 19/01/16 13:39, Philipp Kewisch wrote: > Hi Folks, > > I have

You can now run specific tasks in an xpcshell test using add_task.only / add_test.only

2016-01-19 Thread Philipp Kewisch
Hi Folks, I have just recently pushed bug 1192533, which will allow more fine grained debugging in xpcshell tests. I often had the problem that only a single task within a test was failing. Running the test over and over again took longer because all the other tasks had to run. I wished we could u