Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix expected output
[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 all possible struct having 3 fields (49 structs) ----
15 > ---- Test on homogeneous structure ----
16 > ---- Test on heterogeneous structure ----
17 > ---- Test on nested structures ----
18 > ---- Test on chained list ----
19 > ---- Test on graph (cyclique chained list of 3 items) ----
20 > ---- Test on dynar containing integers ----
21 > ---- Test on the PBIO IEEE struct (also tests GRAS DEFINE TYPE) ----
22 > ---- Test on struct containing dynamic array and its size (cbps test) ----
23 > Exiting GRAS
24
25 $ gras/datadesc/datadesc_usage --read --log=root.fmt:%m%n
26 > Read from file datadesc_usage.out
27 > ---- Test on integer ----
28 > ---- Test on float ----
29 > ---- Test on double ----
30 > ---- Test on fixed array ----
31 > ---- Test on a reference to an integer ----
32 > ---- Test on string (ref to dynamic array) ----
33 > ---- Test on dynar containing integers ----
34 > ---- Test on all possible struct having 3 fields (49 structs) ----
35 > ---- Test on homogeneous structure ----
36 > ---- Test on heterogeneous structure ----
37 > ---- Test on nested structures ----
38 > ---- Test on chained list ----
39 > ---- Test on graph (cyclique chained list of 3 items) ----
40 > ---- Test on dynar containing integers ----
41 > ---- Test on the PBIO IEEE struct (also tests GRAS DEFINE TYPE) ----
42 > ---- Test on struct containing dynamic array and its size (cbps test) ----
43 > Exiting GRAS