On Thursday, April 11, 2013 10:26:25 AM UTC-4, Scott Johnson wrote:
> Thus Spoke jmaher:
> 
> > There are a couple common directory structures used for storing tests in 
> > the tree:
> 
> > 1) <component>/tests
> 
> > 2) <component>/tests/<harness>
> 
> >
> 
> > I have a series of patches which will move most of the directory structures 
> > from #1 to a format of #2.  This means we would see:
> 
> > <component>/tests/mochitest
> 
> > <component>/tests/browser
> 
> > <component>/tests/chrome
> 
> Will this also affect reftests? Specifically, if we had the following
> 
> structure:
> 
> 
> 
> <component>/tests/mochitest
> 
> <component>/reftests/
> 
> 
> 
> Will the latter be affected and placed in <component>/tests/reftests?
> 
> 
> 
> ~Scott

Great question- the main goal is to have each test type in a directory for that 
specific harness.  Currently reftest/crashtest files are in subfolders to 
indicate that.  The existing patches on the referenced bug have a couple 
instances of moving crashtests to the tests/ subfolder, but in general they are 
staying put. 
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to