X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e9c1fd56cd9427e5bed6fae50797831cba842cb7..0f910fc080cdbbc4066639b366b87c4ebf1195ee:/teshsuite/gras/datadesc/datadesc_mem.tesh diff --git a/teshsuite/gras/datadesc/datadesc_mem.tesh b/teshsuite/gras/datadesc/datadesc_mem.tesh index ea33932a5b..dad96113f2 100644 --- a/teshsuite/gras/datadesc/datadesc_mem.tesh +++ b/teshsuite/gras/datadesc/datadesc_mem.tesh @@ -1,6 +1,7 @@ p Check the marshaling facilities (trying to to do a in-memory copy) $ gras/datadesc/datadesc_usage --copy --log=root.fmt:%m%n +> Memory copy > ---- Test on integer ---- > ---- Test on float ---- > ---- Test on double ---- @@ -8,13 +9,16 @@ $ gras/datadesc/datadesc_usage --copy --log=root.fmt:%m%n > ---- Test on a reference to an integer ---- > ---- Test on string (ref to dynamic array) ---- > ---- Test on dynar containing integers ---- +> ---- Test on empty dynar of integers ---- > ---- Test on all possible struct having 3 fields (49 structs) ---- > ---- Test on homogeneous structure ---- > ---- Test on heterogeneous structure ---- > ---- Test on nested structures ---- +> ---- Test on heterogeneous structure arrays ---- > ---- Test on chained list ---- > ---- Test on graph (cyclique chained list of 3 items) ---- > ---- Test on dynar containing integers ---- > ---- Test on the PBIO IEEE struct (also tests GRAS DEFINE TYPE) ---- > ---- Test on struct containing dynamic array and its size (cbps test) ---- +> ---- Test on struct containing dynamic array and its size when size=0 (cbps test) ---- > Exiting GRAS