From: mquinson Date: Wed, 12 Sep 2007 15:10:21 +0000 (+0000) Subject: Actually, the little32 architecture was renamed little32_8 a while ago, so dump oldies X-Git-Tag: v3.3~1188 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/19107e8c0f60d995b3feac126592fab4a01bb536 Actually, the little32 architecture was renamed little32_8 a while ago, so dump oldies git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4596 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/teshsuite/Makefile.am b/teshsuite/Makefile.am index f8c4ed073c..50fa04bc96 100644 --- a/teshsuite/Makefile.am +++ b/teshsuite/Makefile.am @@ -4,7 +4,7 @@ AM_CFLAGS = -g CLEANFILES = gras/datadesc_usage.out datadesc_usage.out EXTRA_DIST=run_tests.in \ - gras/datadesc.little32 gras/datadesc.little32_4 \ + gras/datadesc.little32_4 \ gras/datadesc.little64\ gras/datadesc.big32_8 gras/datadesc.big32_8_4 gras/datadesc.big32_2 \ gras/mk_datadesc_structs.pl @@ -19,7 +19,6 @@ TESTS = xbt/parallel_log_crashtest.tesh \ gras/datadesc_r_little32_4.tesh \ gras/datadesc_r_little64.tesh \ \ - gras/datadesc_r_little32.tesh \ gras/datadesc_r_big32_8.tesh \ gras/datadesc_r_big32_8_4.tesh \ gras/datadesc_r_big32_2.tesh diff --git a/teshsuite/Makefile.in b/teshsuite/Makefile.in index d8ec0cd5aa..9f7562bc6d 100644 --- a/teshsuite/Makefile.in +++ b/teshsuite/Makefile.in @@ -240,7 +240,7 @@ INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(top_srcdir)/src/inclu AM_CFLAGS = -g CLEANFILES = gras/datadesc_usage.out datadesc_usage.out EXTRA_DIST = run_tests.in \ - gras/datadesc.little32 gras/datadesc.little32_4 \ + gras/datadesc.little32_4 \ gras/datadesc.little64\ gras/datadesc.big32_8 gras/datadesc.big32_8_4 gras/datadesc.big32_2 \ gras/mk_datadesc_structs.pl @@ -254,7 +254,6 @@ TESTS = xbt/parallel_log_crashtest.tesh \ gras/datadesc_r_little32_4.tesh \ gras/datadesc_r_little64.tesh \ \ - gras/datadesc_r_little32.tesh \ gras/datadesc_r_big32_8.tesh \ gras/datadesc_r_big32_8_4.tesh \ gras/datadesc_r_big32_2.tesh diff --git a/teshsuite/gras/datadesc.little32 b/teshsuite/gras/datadesc.little32 deleted file mode 100644 index 4f7ed644e4..0000000000 Binary files a/teshsuite/gras/datadesc.little32 and /dev/null differ diff --git a/teshsuite/gras/datadesc_r_little32.tesh b/teshsuite/gras/datadesc_r_little32.tesh deleted file mode 100644 index 1e1072914e..0000000000 --- a/teshsuite/gras/datadesc_r_little32.tesh +++ /dev/null @@ -1,21 +0,0 @@ - -p Check the marshaling facilities (trying to read the result of windows/x86) -$ gras/datadesc_usage --read ${srcdir:=.}/gras/datadesc.little32 --log=root.fmt:%m%n -> This datafile was generated on little32 (2). -> ---- Test on integer ---- -> ---- Test on float ---- -> ---- Test on double ---- -> ---- Test on fixed array ---- -> ---- Test on a reference to an integer ---- -> ---- Test on string (ref to dynamic array) ---- -> ---- Test on dynar containing 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 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) ---- -> Exiting GRAS