Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This test fails in a really strange way. Mark it expected failure in both autotools...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 23 Dec 2009 16:27:07 +0000 (16:27 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 23 Dec 2009 16:27:07 +0000 (16:27 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6969 48e7efb5-ca39-0410-a469-dd3cf9ba447f

buildtools/Cmake/CTestList.txt
examples/amok/Makefile.am

index b3ff6be..cf45910 100644 (file)
@@ -197,7 +197,11 @@ set_tests_properties(tesh-gras-dd-r_big32_2, PROPERTIES WILL_FAIL true)
 set_tests_properties(simdag-metaxml_test, PROPERTIES WILL_FAIL true)   
 set_tests_properties(tesh-simdag-flatifier, PROPERTIES WILL_FAIL true)
 
 set_tests_properties(simdag-metaxml_test, PROPERTIES WILL_FAIL true)   
 set_tests_properties(tesh-simdag-flatifier, PROPERTIES WILL_FAIL true)
 
-
+# Complains about a failed RPC. But only in 64 bits. Strange...
+IF(${ARCH_32_BITS})
+ELSE(${ARCH_32_BITS})
+  set_tests_properties(amok-saturate-sg-64, PROPERTIES WILL_FAIL true)
+ENDIF(${ARCH_32_BITS})
 
 
 # These are broken, but should have their timings updated, that's all
 
 
 # These are broken, but should have their timings updated, that's all
@@ -206,7 +210,6 @@ set_tests_properties(tesh-simdag-flatifier, PROPERTIES WILL_FAIL true)
 #  set_tests_properties(amok-saturate-sg-32, PROPERTIES WILL_FAIL true)
 #ELSE(${ARCH_32_BITS})
 #  set_tests_properties(amok-bandwidth-sg-64, PROPERTIES WILL_FAIL true)  
 #  set_tests_properties(amok-saturate-sg-32, PROPERTIES WILL_FAIL true)
 #ELSE(${ARCH_32_BITS})
 #  set_tests_properties(amok-bandwidth-sg-64, PROPERTIES WILL_FAIL true)  
-#  set_tests_properties(amok-saturate-sg-64, PROPERTIES WILL_FAIL true)
 #ENDIF(${ARCH_32_BITS})
 
 # Don't mark this one since we should fix it before 3.3.4 gets released
 #ENDIF(${ARCH_32_BITS})
 
 # Don't mark this one since we should fix it before 3.3.4 gets released
index 7609ebb..70724b3 100644 (file)
@@ -56,6 +56,7 @@ if GRAS_ARCH_32_BITS
   TESTS       += saturate/saturate_rl.tesh saturate/saturate_sg_32.tesh
 else
   TESTS       += saturate/saturate_rl.tesh saturate/saturate_sg_64.tesh
   TESTS       += saturate/saturate_rl.tesh saturate/saturate_sg_32.tesh
 else
   TESTS       += saturate/saturate_rl.tesh saturate/saturate_sg_64.tesh
+  XFAIL_TESTS += saturate/saturate_sg_64.tesh
 endif
 XFAIL_TESTS += saturate/saturate_rl.tesh 
 
 endif
 XFAIL_TESTS += saturate/saturate_rl.tesh