That is correct.
Note also that the .skipif file the skips a directory and it descendents is a 
sibling of the directory to be skipped, whereas the directory-wide SKIPIF file 
resides within the directory it affects.  Compare
  test/chpldoc          <-- Skip testing here and in all descendents
  test/chpldoc.skipif  <-- if this script tests true.
vs.
  test/distributions/deitz/SKIPIF <-- Skip testing in the containing directory 
(only) if this script tests true.

THH
________________________________________
From: Brad Chamberlain [[email protected]]
Sent: Friday, March 28, 2014 6:37 AM
To: Lydia Duncan; [email protected]
Subject: Re: [Chapel-developers] Paratest and TooManyThreads.chpl

IIRC, a difference between the two approaches is that putting it in
the parent skips all recursive traversal below that directory as well,
whereas putting it within the directory just skips that directory, but
not its children?

-Brad

________________________________________
From: Lydia Duncan [[email protected]]
Sent: Thursday, March 27, 2014 2:57 PM
To: [email protected]
Subject: Re: [Chapel-developers] Paratest and TooManyThreads.chpl

On 03/27/2014 02:53 PM, Chris Wailes wrote:
> Do skipif files work for directories?
Yup!  You can either make a SKIPIF within the directory, or make a
<dirname>.skipif file in its parent directory.

Lydia

------------------------------------------------------------------------------
_______________________________________________
Chapel-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-developers

------------------------------------------------------------------------------
_______________________________________________
Chapel-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-developers

------------------------------------------------------------------------------
_______________________________________________
Chapel-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-developers

Reply via email to