Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
16db2efcd7a86015b89c409fa54823307c2a1206
[simgrid.git] / teshsuite / gras / datadesc / datadesc_rw.tesh
1
2 p Check the marshaling facilities (trying to read what we write)
3 $ rm -f datadesc_usage.out
4
5 $ gras/datadesc/datadesc_usage --write --log=root.fmt:%m%n
6 > Write to file datadesc_usage.out
7 > ---- Test on integer ----
8 > ---- Test on float ----
9 > ---- Test on double ----
10 > ---- Test on fixed array ----
11 > ---- Test on a reference to an integer ----
12 > ---- Test on string (ref to dynamic array) ----
13 > ---- Test on dynar containing integers ----
14 > ---- Test on empty dynar of integers ----
15 > ---- Test on all possible struct having 3 fields (49 structs) ----
16 > ---- Test on homogeneous structure ----
17 > ---- Test on heterogeneous structure ----
18 > ---- Test on nested structures ----
19 > ---- Test on heterogeneous structure arrays ----
20 > ---- Test on chained list ----
21 > ---- Test on graph (cyclique chained list of 3 items) ----
22 > ---- Test on dynar containing integers ----
23 > ---- Test on the PBIO IEEE struct (also tests GRAS DEFINE TYPE) ----
24 > ---- Test on struct containing dynamic array and its size (cbps test) ----
25 > ---- Test on struct containing dynamic array and its size when size=0 (cbps test) ----
26 > Exiting GRAS
27
28 $ gras/datadesc/datadesc_usage --read --log=root.fmt:%m%n
29 > Read from file datadesc_usage.out
30 > ---- Test on integer ----
31 > ---- Test on float ----
32 > ---- Test on double ----
33 > ---- Test on fixed array ----
34 > ---- Test on a reference to an integer ----
35 > ---- Test on string (ref to dynamic array) ----
36 > ---- Test on dynar containing integers ----
37 > ---- Test on empty dynar of integers ----
38 > ---- Test on all possible struct having 3 fields (49 structs) ----
39 > ---- Test on homogeneous structure ----
40 > ---- Test on heterogeneous structure ----
41 > ---- Test on nested structures ----
42 > ---- Test on heterogeneous structure arrays ----
43 > ---- Test on chained list ----
44 > ---- Test on graph (cyclique chained list of 3 items) ----
45 > ---- Test on dynar containing integers ----
46 > ---- Test on the PBIO IEEE struct (also tests GRAS DEFINE TYPE) ----
47 > ---- Test on struct containing dynamic array and its size (cbps test) ----
48 > ---- Test on struct containing dynamic array and its size when size=0 (cbps test) ----
49 > Exiting GRAS