<div dir="ltr"><div><div>Hey all,<br><br></div>d) would be so easy to implement: just return 0 instead of 77 in the preprocessor else statement and be done. I personally don't deem it important to know whether a test passed or whether it passed trivially, because it was skipped.<br><br></div><div>The return-77-issue seems like a very good example of an autotoolism to me and we shouldn't copy the old bahviour IMO.<br></div><div><br></div>Dominic<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 1, 2014 at 11:59 AM, Carsten Gräser <span dir="ltr"><<a href="mailto:graeser@mi.fu-berlin.de" target="_blank">graeser@mi.fu-berlin.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Christoph,<br>
<br>
Am 01.12.2014 um 11:43 schrieb Christoph Grüninger:<br>
<span class="">> Hi Carsten,<br>
> I know. The reason it, they are not disabled by the build system but<br>
> return 77. This indicates a skipped test for the Autotools, in CMake<br>
> this was not supported until CMake 3.0.<br>
> Maybe we should decide in general, whether the build system should<br>
> disable the test silently or that it should indicate the skipped test. I<br>
> prefer to get "x test skipped" and would like to make the change. The<br>
> problem is, that it will only work properly with CMake 3.0.<br>
> Or we use a hack with a script that evaluates the return value and<br>
> changes a 77 into a 0. Mhh.<br>
</span>given the following options<br>
<br>
a) Let the tests fail until we require cmake 3.0<br>
b) Silently disable the tests if cmake <3.0<br>
c) Provide a hack that disables pretends that the tests have passed.<br>
d) Make tests pass if their preconditions are not matched<br>
   (i.e. sequential dune)<br>
<br>
my ranking would be b) > c) > d) > a).<br>
<br>
Best,<br>
Carsten<br>
<br>
<br>
<br>_______________________________________________<br>
Dune-devel mailing list<br>
<a href="mailto:Dune-devel@dune-project.org">Dune-devel@dune-project.org</a><br>
<a href="http://lists.dune-project.org/mailman/listinfo/dune-devel" target="_blank">http://lists.dune-project.org/mailman/listinfo/dune-devel</a><br>
<br></blockquote></div><br></div>