Nek5000 / gslib

sparse communication library
Other
26 stars 26 forks source link

Implemented Travis tests #6

Closed RonRahaman closed 7 years ago

RonRahaman commented 7 years ago

This PR addresses #2

It runs the original test programs included with gslib. The tests are considered successful if the programs exit with exit code 0.

Two of the tests are currently failing:

It's unclear to me why they fail or whether they are expected failures. Should we ignore or exclude them for now?

stgeke commented 7 years ago

Yes let's ignore them for now. I will look at it.

On 28 Apr 2017, at 13:31, Ron Rahaman <notifications@github.com mailto:notifications@github.com > wrote:

This PR addresses #2

It runs the original test programs included with gslib. The tests are considered successful if the programs exit with exit code 0.

Two of the tests are currently failing:

It's unclear to me why they fail or whether they are expected failures. Should we ignore or exclude them for now?


You can view, comment on, or merge this pull request online at:

  https://github.com/gslib/gslib/pull/6

Commit Summary

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

RonRahaman commented 7 years ago

Okay, I've added those two tests to the "allowed failures" section of the Travis tests. That means that they will still run, but a failure in those two tests will not mark the whole test suite as a failure.