Re: PSA: Requiring annotations for test support files required by multiple test directories

2016-03-29 Thread Christopher Manchester
This isn't an explicit goal for now, although where this is possible it can and should be done. When the patches in the bug I mentioned land, support files appearing alongside individual tests rather than in the DEFAULT section will result in only the support files for requested tests being install

Re: PSA: Requiring annotations for test support files required by multiple test directories

2016-03-29 Thread Jared Wein
Is the goal moving forward to have "support-files" annotations alongside the test that requires them instead of global to the manifest file? Will this allow a further optimization of only installing the support-file for tests are being requested? Thanks, Jared On Tue, Mar 29, 2016 at 12:55 PM, C

PSA: Requiring annotations for test support files required by multiple test directories

2016-03-29 Thread Christopher Manchester
As you may know, manifestparser test manifests (mochitest.ini, browser.ini and co.) contain a "support-files" field informing the build system certain files in the tree or generated at build time are required by tests. These files are currently installed to the objdir for some test flavors and inco