Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "Skip message if test is deactivated."
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 9 Oct 2013 04:49:56 +0000 (06:49 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 9 Oct 2013 04:49:56 +0000 (06:49 +0200)
This reverts commit dc7b7bdc9f9d9bbb3b2a8241f762ba272779a212.

It breaks tesh test (output must not change).

teshsuite/xbt/parmap_test.c

index 3e09198..52c4050 100644 (file)
@@ -120,8 +120,8 @@ int main(int argc, char** argv)
 
   XBT_INFO("Basic testing posix");
   status += test_parmap_basic(XBT_PARMAP_POSIX);
 
   XBT_INFO("Basic testing posix");
   status += test_parmap_basic(XBT_PARMAP_POSIX);
-#ifdef HAVE_FUTEX_H
   XBT_INFO("Basic testing futex");
   XBT_INFO("Basic testing futex");
+#ifdef HAVE_FUTEX_H
   status += test_parmap_basic(XBT_PARMAP_FUTEX);
 #endif
   XBT_INFO("Basic testing busy wait");
   status += test_parmap_basic(XBT_PARMAP_FUTEX);
 #endif
   XBT_INFO("Basic testing busy wait");
@@ -129,8 +129,8 @@ int main(int argc, char** argv)
 
   XBT_INFO("Extended testing posix");
   status += test_parmap_extended(XBT_PARMAP_POSIX);
 
   XBT_INFO("Extended testing posix");
   status += test_parmap_extended(XBT_PARMAP_POSIX);
-#ifdef HAVE_FUTEX_H
   XBT_INFO("Extended testing futex");
   XBT_INFO("Extended testing futex");
+#ifdef HAVE_FUTEX_H
   status += test_parmap_extended(XBT_PARMAP_FUTEX);
 #endif
   XBT_INFO("Extended testing busy wait");
   status += test_parmap_extended(XBT_PARMAP_FUTEX);
 #endif
   XBT_INFO("Extended testing busy wait");