Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Verify arch name and number in tests datadesc_r_*.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 19 Jul 2011 07:41:40 +0000 (09:41 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 19 Jul 2011 07:41:40 +0000 (09:41 +0200)
teshsuite/gras/datadesc/datadesc_r_big32_8_4.tesh
teshsuite/gras/datadesc/datadesc_r_little32_4.tesh
teshsuite/gras/datadesc/datadesc_r_little64.tesh

index 8b2013f..2d11d91 100644 (file)
@@ -1,7 +1,8 @@
 
 p Check the marshaling facilities (trying to read the result of AIX)
 
 p Check the marshaling facilities (trying to read the result of AIX)
-$ gras/datadesc/datadesc_usage --read ${srcdir:=.}/gras/datadesc/datadesc.big32_8_4 "--log=root.fmt:%m%n"
+$ gras/datadesc/datadesc_usage --read ${srcdir:=.}/gras/datadesc/datadesc.big32_8_4 --log=test.thres:verbose --log=structs.thres:info "--log=root.fmt:%m%n"
 > Read from file datadesc.big32_8_4
 > Read from file datadesc.big32_8_4
+> This file was generated on big32_8_4 (7)
 > ---- Test on integer ----
 > ---- Test on float ----
 > ---- Test on double ----
 > ---- Test on integer ----
 > ---- Test on float ----
 > ---- Test on double ----
index 53ffc59..00e76fb 100644 (file)
@@ -1,7 +1,8 @@
 
 p Check the marshaling facilities (trying to read the result of linux/x86)
 
 p Check the marshaling facilities (trying to read the result of linux/x86)
-$ gras/datadesc/datadesc_usage --read ${srcdir:=.}/gras/datadesc/datadesc.little32_4 "--log=root.fmt:%m%n"
+$ gras/datadesc/datadesc_usage --read ${srcdir:=.}/gras/datadesc/datadesc.little32_4  --log=test.thres:verbose --log=structs.thres:info "--log=root.fmt:%m%n"
 > Read from file datadesc.little32_4
 > Read from file datadesc.little32_4
+> This file was generated on little32_4 (2)
 > ---- Test on integer ----
 > ---- Test on float ----
 > ---- Test on double ----
 > ---- Test on integer ----
 > ---- Test on float ----
 > ---- Test on double ----
index b07c87b..3c61b65 100644 (file)
@@ -1,7 +1,8 @@
 
 p Check the marshaling facilities (trying to read the result of linux/amd64)
 
 p Check the marshaling facilities (trying to read the result of linux/amd64)
-$ $SG_TEST_EXENV gras/datadesc/datadesc_usage --read ${srcdir:=.}/gras/datadesc/datadesc.little64 "--log=root.fmt:%m%n" $ARGS
+$ $SG_TEST_EXENV gras/datadesc/datadesc_usage --read ${srcdir:=.}/gras/datadesc/datadesc.little64  --log=test.thres:verbose --log=structs.thres:info "--log=root.fmt:%m%n" $ARGS
 > Read from file datadesc.little64
 > Read from file datadesc.little64
+> This file was generated on little64 (4)
 > ---- Test on integer ----
 > ---- Test on float ----
 > ---- Test on double ----
 > ---- Test on integer ----
 > ---- Test on float ----
 > ---- Test on double ----