Logo AND Algorithmique Numérique Distribuée

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