Hi Michael

Thank you.
It was indeed the problem with files being marked executable.
I added the Chapel source code to my svn and checkout from there. In the middle 
somewhere every files in the repository got marked as executable.
I removed the executable permission and now all tests are succeeding.

Thank you
Sriraj


> On Mar 6, 2017, at 8:23 AM, Michael Ferguson <[email protected]> wrote:
> 
> Hi -
> 
> These errors seem odd.. some ideas below:
> 
> On 3/6/17, 2:41 AM, "sri raj paul" <[email protected]> wrote:
> 
>> 
>> 
>> 
>> Helloo All,
>> I am trying to run the Chapel test suite from the chapel code base
>> (https://github.com/chapel-lang/chapel/tree/master/test/parallel).
>> To run them, I go to the target folder and call
>> “$CHPL_HOME/util/start_test”
>> Most test cases are passing, But few of them are failing. The failure is
>> because, it is trying to execute files that are meant to be just read
>> parameters from.
>> 
>> 
>> Error messages are line,
> 
> <snip>
> 
>> 
>> "[Error processing .skipif file
>> /chapel-master/test/parallel/bundles/bundles-multilocale.skipif]
>> /chapel-master/test/parallel/serial/figueroa/MultiLocaleSerial.skipif:
>> line 2: CHPL_COMM: command not found”
> 
> Is MultiLocaleSerial.skipif marked executable?
> Try using ls -l to see (and use Google if you need help knowing
> how to check if a file is executable).
> 
> The test system interprets executable setting files as scripts
> that it should run to generate the settings.
> It probably should check for it starting with #! in
> addition. I haven't checked that it doesn't do so - but if it
> doesn't, that's shouldn't be hard to fix and would probably
> be a good change for you to contribute if you are interested.
> 
> Cheers,
> 
> -michael
> 
>> 
>> 
>> Is there a way get around this problem?
>> 
>> 
>> Thank you
>> Sriraj
>> 
>> 
> 


------------------------------------------------------------------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
_______________________________________________
Chapel-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-developers

Reply via email to