summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Clerc <xavier.clerc@inria.fr>2010-01-25 14:23:07 +0000
committerXavier Clerc <xavier.clerc@inria.fr>2010-01-25 14:23:07 +0000
commitb9aea322525fadbc401c525739550a7a77209f2c (patch)
tree357f8fff6f8adfc3b83ba2d8f0d533e41f34852a
parent1c8ffcff228613bb08378d255c281e3a5575fd71 (diff)
downloadocaml-b9aea322525fadbc401c525739550a7a77209f2c.tar.gz
Tests moved to 'tool-ocaml'
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9579 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--test/testinterp/.cvsignore3
-rw-r--r--test/testinterp/coverage133
-rw-r--r--test/testinterp/no68k.rez1
-rw-r--r--test/testinterp/noppc.rez1
-rw-r--r--testsuite/tests/tool-ocaml/Makefile16
-rw-r--r--testsuite/tests/tool-ocaml/lib.ml (renamed from test/testinterp/lib.ml)4
-rw-r--r--testsuite/tests/tool-ocaml/t000.ml (renamed from test/testinterp/t000.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t010-const0.ml (renamed from test/testinterp/t010-const0.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t010-const1.ml (renamed from test/testinterp/t010-const1.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t010-const2.ml (renamed from test/testinterp/t010-const2.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t010-const3.ml (renamed from test/testinterp/t010-const3.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t011-constint.ml (renamed from test/testinterp/t011-constint.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t020.ml (renamed from test/testinterp/t020.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t021-pushconst1.ml (renamed from test/testinterp/t021-pushconst1.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t021-pushconst2.ml (renamed from test/testinterp/t021-pushconst2.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t021-pushconst3.ml (renamed from test/testinterp/t021-pushconst3.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t022-pushconstint.ml (renamed from test/testinterp/t022-pushconstint.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t040-makeblock1.ml (renamed from test/testinterp/t040-makeblock1.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t040-makeblock2.ml (renamed from test/testinterp/t040-makeblock2.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t040-makeblock3.ml (renamed from test/testinterp/t040-makeblock3.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t041-makeblock.ml (renamed from test/testinterp/t041-makeblock.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t050-getglobal.ml (renamed from test/testinterp/t050-getglobal.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t050-pushgetglobal.ml (renamed from test/testinterp/t050-pushgetglobal.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t051-getglobalfield.ml (renamed from test/testinterp/t051-getglobalfield.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t051-pushgetglobalfield.ml (renamed from test/testinterp/t051-pushgetglobalfield.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t060-raise.ml (renamed from test/testinterp/t060-raise.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t070-branch.ml (renamed from test/testinterp/t070-branch.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t070-branchif.ml (renamed from test/testinterp/t070-branchif.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t070-branchifnot.ml (renamed from test/testinterp/t070-branchifnot.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t071-boolnot.ml (renamed from test/testinterp/t071-boolnot.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t080-eq.ml (renamed from test/testinterp/t080-eq.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t080-geint.ml (renamed from test/testinterp/t080-geint.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t080-gtint.ml (renamed from test/testinterp/t080-gtint.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t080-leint.ml (renamed from test/testinterp/t080-leint.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t080-ltint.ml (renamed from test/testinterp/t080-ltint.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t080-neq.ml (renamed from test/testinterp/t080-neq.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t090-acc0.ml (renamed from test/testinterp/t090-acc0.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t090-acc1.ml (renamed from test/testinterp/t090-acc1.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t090-acc2.ml (renamed from test/testinterp/t090-acc2.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t090-acc3.ml (renamed from test/testinterp/t090-acc3.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t090-acc4.ml (renamed from test/testinterp/t090-acc4.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t090-acc5.ml (renamed from test/testinterp/t090-acc5.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t090-acc6.ml (renamed from test/testinterp/t090-acc6.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t090-acc7.ml (renamed from test/testinterp/t090-acc7.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t091-acc.ml (renamed from test/testinterp/t091-acc.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t092-pushacc.ml (renamed from test/testinterp/t092-pushacc.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t092-pushacc0.ml (renamed from test/testinterp/t092-pushacc0.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t092-pushacc1.ml (renamed from test/testinterp/t092-pushacc1.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t092-pushacc2.ml (renamed from test/testinterp/t092-pushacc2.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t092-pushacc3.ml (renamed from test/testinterp/t092-pushacc3.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t092-pushacc4.ml (renamed from test/testinterp/t092-pushacc4.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t092-pushacc5.ml (renamed from test/testinterp/t092-pushacc5.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t092-pushacc6.ml (renamed from test/testinterp/t092-pushacc6.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t092-pushacc7.ml (renamed from test/testinterp/t092-pushacc7.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t093-pushacc.ml (renamed from test/testinterp/t093-pushacc.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t100-pushtrap.ml (renamed from test/testinterp/t100-pushtrap.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t101-poptrap.ml (renamed from test/testinterp/t101-poptrap.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t110-addint.ml (renamed from test/testinterp/t110-addint.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t110-andint.ml (renamed from test/testinterp/t110-andint.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t110-asrint-1.ml (renamed from test/testinterp/t110-asrint-1.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t110-asrint-2.ml (renamed from test/testinterp/t110-asrint-2.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t110-divint-1.ml (renamed from test/testinterp/t110-divint-1.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t110-divint-2.ml (renamed from test/testinterp/t110-divint-2.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t110-divint-3.ml (renamed from test/testinterp/t110-divint-3.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t110-lslint.ml (renamed from test/testinterp/t110-lslint.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t110-lsrint.ml (renamed from test/testinterp/t110-lsrint.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t110-modint-1.ml (renamed from test/testinterp/t110-modint-1.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t110-modint-2.ml (renamed from test/testinterp/t110-modint-2.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t110-mulint.ml (renamed from test/testinterp/t110-mulint.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t110-negint.ml (renamed from test/testinterp/t110-negint.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t110-offsetint.ml (renamed from test/testinterp/t110-offsetint.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t110-orint.ml (renamed from test/testinterp/t110-orint.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t110-subint.ml (renamed from test/testinterp/t110-subint.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t110-xorint.ml (renamed from test/testinterp/t110-xorint.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t120-getstringchar.ml (renamed from test/testinterp/t120-getstringchar.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t121-setstringchar.ml (renamed from test/testinterp/t121-setstringchar.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t130-getvectitem.ml (renamed from test/testinterp/t130-getvectitem.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t130-vectlength.ml (renamed from test/testinterp/t130-vectlength.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t131-setvectitem.ml (renamed from test/testinterp/t131-setvectitem.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t140-switch-1.ml (renamed from test/testinterp/t140-switch-1.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t140-switch-2.ml (renamed from test/testinterp/t140-switch-2.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t140-switch-3.ml (renamed from test/testinterp/t140-switch-3.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t140-switch-4.ml (renamed from test/testinterp/t140-switch-4.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t141-switch-5.ml (renamed from test/testinterp/t141-switch-5.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t141-switch-6.ml (renamed from test/testinterp/t141-switch-6.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t141-switch-7.ml (renamed from test/testinterp/t141-switch-7.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t142-switch-8.ml (renamed from test/testinterp/t142-switch-8.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t142-switch-9.ml (renamed from test/testinterp/t142-switch-9.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t142-switch-A.ml (renamed from test/testinterp/t142-switch-A.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t150-push-1.ml (renamed from test/testinterp/t150-push-1.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t150-push-2.ml (renamed from test/testinterp/t150-push-2.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t160-closure.ml (renamed from test/testinterp/t160-closure.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t161-apply1.ml (renamed from test/testinterp/t161-apply1.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t162-return.ml (renamed from test/testinterp/t162-return.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t163.ml (renamed from test/testinterp/t163.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t164-apply2.ml (renamed from test/testinterp/t164-apply2.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t164-apply3.ml (renamed from test/testinterp/t164-apply3.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t165-apply.ml (renamed from test/testinterp/t165-apply.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t170-envacc2.ml (renamed from test/testinterp/t170-envacc2.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t170-envacc3.ml (renamed from test/testinterp/t170-envacc3.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t170-envacc4.ml (renamed from test/testinterp/t170-envacc4.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t171-envacc.ml (renamed from test/testinterp/t171-envacc.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t172-pushenvacc1.ml (renamed from test/testinterp/t172-pushenvacc1.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t172-pushenvacc2.ml (renamed from test/testinterp/t172-pushenvacc2.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t172-pushenvacc3.ml (renamed from test/testinterp/t172-pushenvacc3.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t172-pushenvacc4.ml (renamed from test/testinterp/t172-pushenvacc4.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t173-pushenvacc.ml (renamed from test/testinterp/t173-pushenvacc.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t180-appterm1.ml (renamed from test/testinterp/t180-appterm1.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t180-appterm2.ml (renamed from test/testinterp/t180-appterm2.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t180-appterm3.ml (renamed from test/testinterp/t180-appterm3.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t181-appterm.ml (renamed from test/testinterp/t181-appterm.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t190-makefloatblock-1.ml (renamed from test/testinterp/t190-makefloatblock-1.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t190-makefloatblock-2.ml (renamed from test/testinterp/t190-makefloatblock-2.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t190-makefloatblock-3.ml (renamed from test/testinterp/t190-makefloatblock-3.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t191-vectlength.ml (renamed from test/testinterp/t191-vectlength.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t192-getfloatfield-1.ml (renamed from test/testinterp/t192-getfloatfield-1.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t192-getfloatfield-2.ml (renamed from test/testinterp/t192-getfloatfield-2.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t193-setfloatfield-1.ml (renamed from test/testinterp/t193-setfloatfield-1.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t193-setfloatfield-2.ml (renamed from test/testinterp/t193-setfloatfield-2.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t200-getfield0.ml (renamed from test/testinterp/t200-getfield0.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t200-getfield1.ml (renamed from test/testinterp/t200-getfield1.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t200-getfield2.ml (renamed from test/testinterp/t200-getfield2.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t200-getfield3.ml (renamed from test/testinterp/t200-getfield3.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t201-getfield.ml (renamed from test/testinterp/t201-getfield.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t210-setfield0.ml (renamed from test/testinterp/t210-setfield0.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t210-setfield1.ml (renamed from test/testinterp/t210-setfield1.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t210-setfield2.ml (renamed from test/testinterp/t210-setfield2.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t210-setfield3.ml (renamed from test/testinterp/t210-setfield3.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t211-setfield.ml (renamed from test/testinterp/t211-setfield.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t220-assign.ml (renamed from test/testinterp/t220-assign.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t230-check_signals.ml (renamed from test/testinterp/t230-check_signals.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t240-c_call1.ml (renamed from test/testinterp/t240-c_call1.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t240-c_call2.ml (renamed from test/testinterp/t240-c_call2.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t240-c_call3.ml (renamed from test/testinterp/t240-c_call3.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t240-c_call4.ml (renamed from test/testinterp/t240-c_call4.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t240-c_call5.ml (renamed from test/testinterp/t240-c_call5.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t250-closurerec-1.ml (renamed from test/testinterp/t250-closurerec-1.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t250-closurerec-2.ml (renamed from test/testinterp/t250-closurerec-2.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t251-pushoffsetclosure0.ml (renamed from test/testinterp/t251-pushoffsetclosure0.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t251-pushoffsetclosure2.ml (renamed from test/testinterp/t251-pushoffsetclosure2.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t251-pushoffsetclosurem2.ml (renamed from test/testinterp/t251-pushoffsetclosurem2.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t252-pushoffsetclosure.ml (renamed from test/testinterp/t252-pushoffsetclosure.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t253-offsetclosure0.ml (renamed from test/testinterp/t253-offsetclosure0.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t253-offsetclosure2.ml (renamed from test/testinterp/t253-offsetclosure2.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t253-offsetclosurem2.ml (renamed from test/testinterp/t253-offsetclosurem2.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t254-offsetclosure.ml (renamed from test/testinterp/t254-offsetclosure.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t260-offsetref.ml (renamed from test/testinterp/t260-offsetref.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t270-push_retaddr.ml (renamed from test/testinterp/t270-push_retaddr.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t300-getmethod.ml (renamed from test/testinterp/t300-getmethod.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t301-object.ml (renamed from test/testinterp/t301-object.ml)4
-rw-r--r--testsuite/tests/tool-ocaml/t310-alloc-1.ml (renamed from test/testinterp/t310-alloc-1.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t310-alloc-2.ml (renamed from test/testinterp/t310-alloc-2.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t320-gc-1.ml (renamed from test/testinterp/t320-gc-1.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t320-gc-2.ml (renamed from test/testinterp/t320-gc-2.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t320-gc-3.ml (renamed from test/testinterp/t320-gc-3.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t330-compact-1.ml (renamed from test/testinterp/t330-compact-1.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t330-compact-2.ml (renamed from test/testinterp/t330-compact-2.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t330-compact-3.ml (renamed from test/testinterp/t330-compact-3.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t330-compact-4.ml (renamed from test/testinterp/t330-compact-4.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t340-weak.ml (renamed from test/testinterp/t340-weak.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t350-heapcheck.ml (renamed from test/testinterp/t350-heapcheck.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t360-stacks-1.ml (renamed from test/testinterp/t360-stacks-1.ml)0
-rw-r--r--testsuite/tests/tool-ocaml/t360-stacks-2.ml (renamed from test/testinterp/t360-stacks-2.ml)0
163 files changed, 20 insertions, 142 deletions
diff --git a/test/testinterp/.cvsignore b/test/testinterp/.cvsignore
deleted file mode 100644
index fdffd0fa26..0000000000
--- a/test/testinterp/.cvsignore
+++ /dev/null
@@ -1,3 +0,0 @@
-a.out
-ocamlrun.68k
-ocamlrun.ppc
diff --git a/test/testinterp/coverage b/test/testinterp/coverage
deleted file mode 100644
index 30a3243999..0000000000
--- a/test/testinterp/coverage
+++ /dev/null
@@ -1,133 +0,0 @@
-ACC0: 090
-ACC1: 090
-ACC2: 090
-ACC3: 090
-ACC4: 090
-ACC5: 090
-ACC6: 090
-ACC7: 090
-ACC: 091
-PUSH: 150
-PUSHACC0: 092
-PUSHACC1: 092
-PUSHACC2: 092
-PUSHACC3: 092
-PUSHACC4: 092
-PUSHACC5: 092
-PUSHACC6: 092
-PUSHACC7: 092
-PUSHACC: 093
-POP: 020
-ASSIGN: 220
-ENVACC1: 170
-ENVACC2: 170
-ENVACC3: 170
-ENVACC4: 170
-ENVACC: 171
-PUSHENVACC1: 172
-PUSHENVACC2: 172
-PUSHENVACC3: 172
-PUSHENVACC4: 172
-PUSHENVACC: 173
-PUSH_RETADDR: 270
-APPLY: 165
-APPLY1: 161
-APPLY2: 164
-APPLY3: 164
-APPTERM: 181
-APPTERM1: 180
-APPTERM2: 180
-APPTERM3: 180
-RETURN: 162
-RESTART: 163
-GRAB: 163
-CLOSURE: 160
-CLOSUREREC: 250
-OFFSETCLOSUREM2: 253
-OFFSETCLOSURE0: 253
-OFFSETCLOSURE2: 253
-OFFSETCLOSURE: 254
-PUSHOFFSETCLOSUREM2: 251
-PUSHOFFSETCLOSURE0: 251
-PUSHOFFSETCLOSURE2: 251
-PUSHOFFSETCLOSURE: 252
-GETGLOBAL: 050
-PUSHGETGLOBAL: 050
-GETGLOBALFIELD: 051
-PUSHGETGLOBALFIELD: 051
-SETGLOBAL: 000
-ATOM0: 000
-ATOM:
-PUSHATOM0:
-PUSHATOM:
-MAKEBLOCK: 041
-MAKEBLOCK1: 040
-MAKEBLOCK2: 040
-MAKEBLOCK3: 040
-MAKEFLOATBLOCK: 190
-GETFIELD0: 200
-GETFIELD1: 200
-GETFIELD2: 200
-GETFIELD3: 200
-GETFIELD: 201
-GETFLOATFIELD: 192
-SETFIELD0: 210
-SETFIELD1: 210
-SETFIELD2: 210
-SETFIELD3: 210
-SETFIELD: 211
-SETFLOATFIELD: 193
-VECTLENGTH: 130,191
-GETVECTITEM: 130
-SETVECTITEM: 131
-GETSTRINGCHAR: 120
-SETSTRINGCHAR: 121
-BRANCH: 070
-BRANCHIF: 070
-BRANCHIFNOT: 070
-SWITCH: 140,141,142
-BOOLNOT: 071
-PUSHTRAP: 100
-POPTRAP: 101
-RAISE: 060
-CHECK_SIGNALS: 230
-C_CALL1: 240
-C_CALL2: 240
-C_CALL3: 240
-C_CALL4: 240
-C_CALL5: 240
-C_CALLN:
-CONST0: 010
-CONST1: 010
-CONST2: 010
-CONST3: 010
-CONSTINT: 011
-PUSHCONST0: 020
-PUSHCONST1: 021
-PUSHCONST2: 021
-PUSHCONST3: 021
-PUSHCONSTINT: 022
-NEGINT: 110
-ADDINT: 110
-SUBINT: 110
-MULINT: 110
-DIVINT: 110
-MODINT: 110
-ANDINT: 110
-ORINT: 110
-XORINT: 110
-LSLINT: 110
-LSRINT: 110
-ASRINT: 110
-EQ: 080
-NEQ: 080
-LTINT: 080
-LEINT: 080
-GTINT: 080
-GEINT: 080
-OFFSETINT: 110
-OFFSETREF: 260
-GETMETHOD: 300
-STOP: 000
-EVENT:
-BREAK:
diff --git a/test/testinterp/no68k.rez b/test/testinterp/no68k.rez
deleted file mode 100644
index a6353ea6df..0000000000
--- a/test/testinterp/no68k.rez
+++ /dev/null
@@ -1 +0,0 @@
-data 'CODE' (0) { };
diff --git a/test/testinterp/noppc.rez b/test/testinterp/noppc.rez
deleted file mode 100644
index ecb9655fde..0000000000
--- a/test/testinterp/noppc.rez
+++ /dev/null
@@ -1 +0,0 @@
-data 'cfrg' (0) { };
diff --git a/testsuite/tests/tool-ocaml/Makefile b/testsuite/tests/tool-ocaml/Makefile
new file mode 100644
index 0000000000..708d022e8d
--- /dev/null
+++ b/testsuite/tests/tool-ocaml/Makefile
@@ -0,0 +1,16 @@
+SHOULD_FAIL=t060-raise.ml
+
+compile: lib.cmo
+ @for file in t*.ml; do \
+ echo -n " ... testing '$$file'"; \
+ if [ `echo $(SHOULD_FAIL) | grep $$file` ]; then \
+ $(OCAML) -w a lib.cmo $$file 2> /dev/null && (echo " => failed" && exit 1) || echo " => passed"; \
+ else \
+ $(OCAML) -w a lib.cmo $$file 2> /dev/null && echo " => passed" || (echo " => failed" && exit 1); \
+ fi; \
+ done
+
+clean: defaultclean
+ @rm -f ./a.out
+
+include ../../makefiles/Makefile.common
diff --git a/test/testinterp/lib.ml b/testsuite/tests/tool-ocaml/lib.ml
index 557fc04ad2..bf08b66ce4 100644
--- a/test/testinterp/lib.ml
+++ b/testsuite/tests/tool-ocaml/lib.ml
@@ -1,4 +1,4 @@
-(* file $Id$ *)
+(* file $Id: lib.ml 6190 2004-04-06 09:11:45Z starynke $ *)
external raise : exn -> 'a = "%raise"
@@ -43,4 +43,4 @@ external weak_get: 'a weak_t -> int -> 'a option = "caml_weak_get";;
let x = 42;;
-(* eof $Id$ *)
+(* eof $Id: lib.ml 6190 2004-04-06 09:11:45Z starynke $ *)
diff --git a/test/testinterp/t000.ml b/testsuite/tests/tool-ocaml/t000.ml
index fafa1c89fd..fafa1c89fd 100644
--- a/test/testinterp/t000.ml
+++ b/testsuite/tests/tool-ocaml/t000.ml
diff --git a/test/testinterp/t010-const0.ml b/testsuite/tests/tool-ocaml/t010-const0.ml
index 73ecbb1f18..73ecbb1f18 100644
--- a/test/testinterp/t010-const0.ml
+++ b/testsuite/tests/tool-ocaml/t010-const0.ml
diff --git a/test/testinterp/t010-const1.ml b/testsuite/tests/tool-ocaml/t010-const1.ml
index 75a00d5787..75a00d5787 100644
--- a/test/testinterp/t010-const1.ml
+++ b/testsuite/tests/tool-ocaml/t010-const1.ml
diff --git a/test/testinterp/t010-const2.ml b/testsuite/tests/tool-ocaml/t010-const2.ml
index f0ed8e7df1..f0ed8e7df1 100644
--- a/test/testinterp/t010-const2.ml
+++ b/testsuite/tests/tool-ocaml/t010-const2.ml
diff --git a/test/testinterp/t010-const3.ml b/testsuite/tests/tool-ocaml/t010-const3.ml
index 4f034c4b52..4f034c4b52 100644
--- a/test/testinterp/t010-const3.ml
+++ b/testsuite/tests/tool-ocaml/t010-const3.ml
diff --git a/test/testinterp/t011-constint.ml b/testsuite/tests/tool-ocaml/t011-constint.ml
index 9ece6c53bd..9ece6c53bd 100644
--- a/test/testinterp/t011-constint.ml
+++ b/testsuite/tests/tool-ocaml/t011-constint.ml
diff --git a/test/testinterp/t020.ml b/testsuite/tests/tool-ocaml/t020.ml
index 5d6a3cfc9f..5d6a3cfc9f 100644
--- a/test/testinterp/t020.ml
+++ b/testsuite/tests/tool-ocaml/t020.ml
diff --git a/test/testinterp/t021-pushconst1.ml b/testsuite/tests/tool-ocaml/t021-pushconst1.ml
index 075997a830..075997a830 100644
--- a/test/testinterp/t021-pushconst1.ml
+++ b/testsuite/tests/tool-ocaml/t021-pushconst1.ml
diff --git a/test/testinterp/t021-pushconst2.ml b/testsuite/tests/tool-ocaml/t021-pushconst2.ml
index 17adb5075b..17adb5075b 100644
--- a/test/testinterp/t021-pushconst2.ml
+++ b/testsuite/tests/tool-ocaml/t021-pushconst2.ml
diff --git a/test/testinterp/t021-pushconst3.ml b/testsuite/tests/tool-ocaml/t021-pushconst3.ml
index 563c609324..563c609324 100644
--- a/test/testinterp/t021-pushconst3.ml
+++ b/testsuite/tests/tool-ocaml/t021-pushconst3.ml
diff --git a/test/testinterp/t022-pushconstint.ml b/testsuite/tests/tool-ocaml/t022-pushconstint.ml
index 1b766a5723..1b766a5723 100644
--- a/test/testinterp/t022-pushconstint.ml
+++ b/testsuite/tests/tool-ocaml/t022-pushconstint.ml
diff --git a/test/testinterp/t040-makeblock1.ml b/testsuite/tests/tool-ocaml/t040-makeblock1.ml
index 71516606b6..71516606b6 100644
--- a/test/testinterp/t040-makeblock1.ml
+++ b/testsuite/tests/tool-ocaml/t040-makeblock1.ml
diff --git a/test/testinterp/t040-makeblock2.ml b/testsuite/tests/tool-ocaml/t040-makeblock2.ml
index e7c745b9c2..e7c745b9c2 100644
--- a/test/testinterp/t040-makeblock2.ml
+++ b/testsuite/tests/tool-ocaml/t040-makeblock2.ml
diff --git a/test/testinterp/t040-makeblock3.ml b/testsuite/tests/tool-ocaml/t040-makeblock3.ml
index 8fb56054e3..8fb56054e3 100644
--- a/test/testinterp/t040-makeblock3.ml
+++ b/testsuite/tests/tool-ocaml/t040-makeblock3.ml
diff --git a/test/testinterp/t041-makeblock.ml b/testsuite/tests/tool-ocaml/t041-makeblock.ml
index 5ae255d6ee..5ae255d6ee 100644
--- a/test/testinterp/t041-makeblock.ml
+++ b/testsuite/tests/tool-ocaml/t041-makeblock.ml
diff --git a/test/testinterp/t050-getglobal.ml b/testsuite/tests/tool-ocaml/t050-getglobal.ml
index f10393cf62..f10393cf62 100644
--- a/test/testinterp/t050-getglobal.ml
+++ b/testsuite/tests/tool-ocaml/t050-getglobal.ml
diff --git a/test/testinterp/t050-pushgetglobal.ml b/testsuite/tests/tool-ocaml/t050-pushgetglobal.ml
index e1172cc350..e1172cc350 100644
--- a/test/testinterp/t050-pushgetglobal.ml
+++ b/testsuite/tests/tool-ocaml/t050-pushgetglobal.ml
diff --git a/test/testinterp/t051-getglobalfield.ml b/testsuite/tests/tool-ocaml/t051-getglobalfield.ml
index 45d9ccea22..45d9ccea22 100644
--- a/test/testinterp/t051-getglobalfield.ml
+++ b/testsuite/tests/tool-ocaml/t051-getglobalfield.ml
diff --git a/test/testinterp/t051-pushgetglobalfield.ml b/testsuite/tests/tool-ocaml/t051-pushgetglobalfield.ml
index 2012a2573d..2012a2573d 100644
--- a/test/testinterp/t051-pushgetglobalfield.ml
+++ b/testsuite/tests/tool-ocaml/t051-pushgetglobalfield.ml
diff --git a/test/testinterp/t060-raise.ml b/testsuite/tests/tool-ocaml/t060-raise.ml
index 1aa484667a..1aa484667a 100644
--- a/test/testinterp/t060-raise.ml
+++ b/testsuite/tests/tool-ocaml/t060-raise.ml
diff --git a/test/testinterp/t070-branch.ml b/testsuite/tests/tool-ocaml/t070-branch.ml
index 4fc52d426b..4fc52d426b 100644
--- a/test/testinterp/t070-branch.ml
+++ b/testsuite/tests/tool-ocaml/t070-branch.ml
diff --git a/test/testinterp/t070-branchif.ml b/testsuite/tests/tool-ocaml/t070-branchif.ml
index c256248c80..c256248c80 100644
--- a/test/testinterp/t070-branchif.ml
+++ b/testsuite/tests/tool-ocaml/t070-branchif.ml
diff --git a/test/testinterp/t070-branchifnot.ml b/testsuite/tests/tool-ocaml/t070-branchifnot.ml
index 9e6e4e8ba3..9e6e4e8ba3 100644
--- a/test/testinterp/t070-branchifnot.ml
+++ b/testsuite/tests/tool-ocaml/t070-branchifnot.ml
diff --git a/test/testinterp/t071-boolnot.ml b/testsuite/tests/tool-ocaml/t071-boolnot.ml
index b4a81943c6..b4a81943c6 100644
--- a/test/testinterp/t071-boolnot.ml
+++ b/testsuite/tests/tool-ocaml/t071-boolnot.ml
diff --git a/test/testinterp/t080-eq.ml b/testsuite/tests/tool-ocaml/t080-eq.ml
index 3ee735f088..3ee735f088 100644
--- a/test/testinterp/t080-eq.ml
+++ b/testsuite/tests/tool-ocaml/t080-eq.ml
diff --git a/test/testinterp/t080-geint.ml b/testsuite/tests/tool-ocaml/t080-geint.ml
index a220b7e9a4..a220b7e9a4 100644
--- a/test/testinterp/t080-geint.ml
+++ b/testsuite/tests/tool-ocaml/t080-geint.ml
diff --git a/test/testinterp/t080-gtint.ml b/testsuite/tests/tool-ocaml/t080-gtint.ml
index 32d573217f..32d573217f 100644
--- a/test/testinterp/t080-gtint.ml
+++ b/testsuite/tests/tool-ocaml/t080-gtint.ml
diff --git a/test/testinterp/t080-leint.ml b/testsuite/tests/tool-ocaml/t080-leint.ml
index cc983a0836..cc983a0836 100644
--- a/test/testinterp/t080-leint.ml
+++ b/testsuite/tests/tool-ocaml/t080-leint.ml
diff --git a/test/testinterp/t080-ltint.ml b/testsuite/tests/tool-ocaml/t080-ltint.ml
index ae7d240ae8..ae7d240ae8 100644
--- a/test/testinterp/t080-ltint.ml
+++ b/testsuite/tests/tool-ocaml/t080-ltint.ml
diff --git a/test/testinterp/t080-neq.ml b/testsuite/tests/tool-ocaml/t080-neq.ml
index 5066e9cbcc..5066e9cbcc 100644
--- a/test/testinterp/t080-neq.ml
+++ b/testsuite/tests/tool-ocaml/t080-neq.ml
diff --git a/test/testinterp/t090-acc0.ml b/testsuite/tests/tool-ocaml/t090-acc0.ml
index 74accecad4..74accecad4 100644
--- a/test/testinterp/t090-acc0.ml
+++ b/testsuite/tests/tool-ocaml/t090-acc0.ml
diff --git a/test/testinterp/t090-acc1.ml b/testsuite/tests/tool-ocaml/t090-acc1.ml
index fc9b0254dd..fc9b0254dd 100644
--- a/test/testinterp/t090-acc1.ml
+++ b/testsuite/tests/tool-ocaml/t090-acc1.ml
diff --git a/test/testinterp/t090-acc2.ml b/testsuite/tests/tool-ocaml/t090-acc2.ml
index 4865944938..4865944938 100644
--- a/test/testinterp/t090-acc2.ml
+++ b/testsuite/tests/tool-ocaml/t090-acc2.ml
diff --git a/test/testinterp/t090-acc3.ml b/testsuite/tests/tool-ocaml/t090-acc3.ml
index 9622456a64..9622456a64 100644
--- a/test/testinterp/t090-acc3.ml
+++ b/testsuite/tests/tool-ocaml/t090-acc3.ml
diff --git a/test/testinterp/t090-acc4.ml b/testsuite/tests/tool-ocaml/t090-acc4.ml
index 992559b7da..992559b7da 100644
--- a/test/testinterp/t090-acc4.ml
+++ b/testsuite/tests/tool-ocaml/t090-acc4.ml
diff --git a/test/testinterp/t090-acc5.ml b/testsuite/tests/tool-ocaml/t090-acc5.ml
index 57f7453b1e..57f7453b1e 100644
--- a/test/testinterp/t090-acc5.ml
+++ b/testsuite/tests/tool-ocaml/t090-acc5.ml
diff --git a/test/testinterp/t090-acc6.ml b/testsuite/tests/tool-ocaml/t090-acc6.ml
index f9400282ea..f9400282ea 100644
--- a/test/testinterp/t090-acc6.ml
+++ b/testsuite/tests/tool-ocaml/t090-acc6.ml
diff --git a/test/testinterp/t090-acc7.ml b/testsuite/tests/tool-ocaml/t090-acc7.ml
index 366191bf14..366191bf14 100644
--- a/test/testinterp/t090-acc7.ml
+++ b/testsuite/tests/tool-ocaml/t090-acc7.ml
diff --git a/test/testinterp/t091-acc.ml b/testsuite/tests/tool-ocaml/t091-acc.ml
index 26b003f668..26b003f668 100644
--- a/test/testinterp/t091-acc.ml
+++ b/testsuite/tests/tool-ocaml/t091-acc.ml
diff --git a/test/testinterp/t092-pushacc.ml b/testsuite/tests/tool-ocaml/t092-pushacc.ml
index c21561ec04..c21561ec04 100644
--- a/test/testinterp/t092-pushacc.ml
+++ b/testsuite/tests/tool-ocaml/t092-pushacc.ml
diff --git a/test/testinterp/t092-pushacc0.ml b/testsuite/tests/tool-ocaml/t092-pushacc0.ml
index ffdc3b0404..ffdc3b0404 100644
--- a/test/testinterp/t092-pushacc0.ml
+++ b/testsuite/tests/tool-ocaml/t092-pushacc0.ml
diff --git a/test/testinterp/t092-pushacc1.ml b/testsuite/tests/tool-ocaml/t092-pushacc1.ml
index b923f4fc8c..b923f4fc8c 100644
--- a/test/testinterp/t092-pushacc1.ml
+++ b/testsuite/tests/tool-ocaml/t092-pushacc1.ml
diff --git a/test/testinterp/t092-pushacc2.ml b/testsuite/tests/tool-ocaml/t092-pushacc2.ml
index f6249783ab..f6249783ab 100644
--- a/test/testinterp/t092-pushacc2.ml
+++ b/testsuite/tests/tool-ocaml/t092-pushacc2.ml
diff --git a/test/testinterp/t092-pushacc3.ml b/testsuite/tests/tool-ocaml/t092-pushacc3.ml
index 5984fec733..5984fec733 100644
--- a/test/testinterp/t092-pushacc3.ml
+++ b/testsuite/tests/tool-ocaml/t092-pushacc3.ml
diff --git a/test/testinterp/t092-pushacc4.ml b/testsuite/tests/tool-ocaml/t092-pushacc4.ml
index ce20e0b9de..ce20e0b9de 100644
--- a/test/testinterp/t092-pushacc4.ml
+++ b/testsuite/tests/tool-ocaml/t092-pushacc4.ml
diff --git a/test/testinterp/t092-pushacc5.ml b/testsuite/tests/tool-ocaml/t092-pushacc5.ml
index 030f3f04b0..030f3f04b0 100644
--- a/test/testinterp/t092-pushacc5.ml
+++ b/testsuite/tests/tool-ocaml/t092-pushacc5.ml
diff --git a/test/testinterp/t092-pushacc6.ml b/testsuite/tests/tool-ocaml/t092-pushacc6.ml
index 9c67b808e4..9c67b808e4 100644
--- a/test/testinterp/t092-pushacc6.ml
+++ b/testsuite/tests/tool-ocaml/t092-pushacc6.ml
diff --git a/test/testinterp/t092-pushacc7.ml b/testsuite/tests/tool-ocaml/t092-pushacc7.ml
index 09fbbcaff0..09fbbcaff0 100644
--- a/test/testinterp/t092-pushacc7.ml
+++ b/testsuite/tests/tool-ocaml/t092-pushacc7.ml
diff --git a/test/testinterp/t093-pushacc.ml b/testsuite/tests/tool-ocaml/t093-pushacc.ml
index 00a969adbe..00a969adbe 100644
--- a/test/testinterp/t093-pushacc.ml
+++ b/testsuite/tests/tool-ocaml/t093-pushacc.ml
diff --git a/test/testinterp/t100-pushtrap.ml b/testsuite/tests/tool-ocaml/t100-pushtrap.ml
index 7b02a86276..7b02a86276 100644
--- a/test/testinterp/t100-pushtrap.ml
+++ b/testsuite/tests/tool-ocaml/t100-pushtrap.ml
diff --git a/test/testinterp/t101-poptrap.ml b/testsuite/tests/tool-ocaml/t101-poptrap.ml
index 3a754a06fb..3a754a06fb 100644
--- a/test/testinterp/t101-poptrap.ml
+++ b/testsuite/tests/tool-ocaml/t101-poptrap.ml
diff --git a/test/testinterp/t110-addint.ml b/testsuite/tests/tool-ocaml/t110-addint.ml
index 5d683c5735..5d683c5735 100644
--- a/test/testinterp/t110-addint.ml
+++ b/testsuite/tests/tool-ocaml/t110-addint.ml
diff --git a/test/testinterp/t110-andint.ml b/testsuite/tests/tool-ocaml/t110-andint.ml
index 016dc3cddd..016dc3cddd 100644
--- a/test/testinterp/t110-andint.ml
+++ b/testsuite/tests/tool-ocaml/t110-andint.ml
diff --git a/test/testinterp/t110-asrint-1.ml b/testsuite/tests/tool-ocaml/t110-asrint-1.ml
index 173bdca29d..173bdca29d 100644
--- a/test/testinterp/t110-asrint-1.ml
+++ b/testsuite/tests/tool-ocaml/t110-asrint-1.ml
diff --git a/test/testinterp/t110-asrint-2.ml b/testsuite/tests/tool-ocaml/t110-asrint-2.ml
index 386fc64cf8..386fc64cf8 100644
--- a/test/testinterp/t110-asrint-2.ml
+++ b/testsuite/tests/tool-ocaml/t110-asrint-2.ml
diff --git a/test/testinterp/t110-divint-1.ml b/testsuite/tests/tool-ocaml/t110-divint-1.ml
index 5cde135d24..5cde135d24 100644
--- a/test/testinterp/t110-divint-1.ml
+++ b/testsuite/tests/tool-ocaml/t110-divint-1.ml
diff --git a/test/testinterp/t110-divint-2.ml b/testsuite/tests/tool-ocaml/t110-divint-2.ml
index 34f5b00c66..34f5b00c66 100644
--- a/test/testinterp/t110-divint-2.ml
+++ b/testsuite/tests/tool-ocaml/t110-divint-2.ml
diff --git a/test/testinterp/t110-divint-3.ml b/testsuite/tests/tool-ocaml/t110-divint-3.ml
index cbb2bff1f5..cbb2bff1f5 100644
--- a/test/testinterp/t110-divint-3.ml
+++ b/testsuite/tests/tool-ocaml/t110-divint-3.ml
diff --git a/test/testinterp/t110-lslint.ml b/testsuite/tests/tool-ocaml/t110-lslint.ml
index 9dd197b467..9dd197b467 100644
--- a/test/testinterp/t110-lslint.ml
+++ b/testsuite/tests/tool-ocaml/t110-lslint.ml
diff --git a/test/testinterp/t110-lsrint.ml b/testsuite/tests/tool-ocaml/t110-lsrint.ml
index 9777815ccc..9777815ccc 100644
--- a/test/testinterp/t110-lsrint.ml
+++ b/testsuite/tests/tool-ocaml/t110-lsrint.ml
diff --git a/test/testinterp/t110-modint-1.ml b/testsuite/tests/tool-ocaml/t110-modint-1.ml
index 2a690c0896..2a690c0896 100644
--- a/test/testinterp/t110-modint-1.ml
+++ b/testsuite/tests/tool-ocaml/t110-modint-1.ml
diff --git a/test/testinterp/t110-modint-2.ml b/testsuite/tests/tool-ocaml/t110-modint-2.ml
index 0bc3be0c3c..0bc3be0c3c 100644
--- a/test/testinterp/t110-modint-2.ml
+++ b/testsuite/tests/tool-ocaml/t110-modint-2.ml
diff --git a/test/testinterp/t110-mulint.ml b/testsuite/tests/tool-ocaml/t110-mulint.ml
index 97c1cf1413..97c1cf1413 100644
--- a/test/testinterp/t110-mulint.ml
+++ b/testsuite/tests/tool-ocaml/t110-mulint.ml
diff --git a/test/testinterp/t110-negint.ml b/testsuite/tests/tool-ocaml/t110-negint.ml
index 069a34b200..069a34b200 100644
--- a/test/testinterp/t110-negint.ml
+++ b/testsuite/tests/tool-ocaml/t110-negint.ml
diff --git a/test/testinterp/t110-offsetint.ml b/testsuite/tests/tool-ocaml/t110-offsetint.ml
index 925159e38d..925159e38d 100644
--- a/test/testinterp/t110-offsetint.ml
+++ b/testsuite/tests/tool-ocaml/t110-offsetint.ml
diff --git a/test/testinterp/t110-orint.ml b/testsuite/tests/tool-ocaml/t110-orint.ml
index 56b63d80b1..56b63d80b1 100644
--- a/test/testinterp/t110-orint.ml
+++ b/testsuite/tests/tool-ocaml/t110-orint.ml
diff --git a/test/testinterp/t110-subint.ml b/testsuite/tests/tool-ocaml/t110-subint.ml
index f626cd0d60..f626cd0d60 100644
--- a/test/testinterp/t110-subint.ml
+++ b/testsuite/tests/tool-ocaml/t110-subint.ml
diff --git a/test/testinterp/t110-xorint.ml b/testsuite/tests/tool-ocaml/t110-xorint.ml
index dfb278b7a8..dfb278b7a8 100644
--- a/test/testinterp/t110-xorint.ml
+++ b/testsuite/tests/tool-ocaml/t110-xorint.ml
diff --git a/test/testinterp/t120-getstringchar.ml b/testsuite/tests/tool-ocaml/t120-getstringchar.ml
index aaff2022d4..aaff2022d4 100644
--- a/test/testinterp/t120-getstringchar.ml
+++ b/testsuite/tests/tool-ocaml/t120-getstringchar.ml
diff --git a/test/testinterp/t121-setstringchar.ml b/testsuite/tests/tool-ocaml/t121-setstringchar.ml
index 882d6e0812..882d6e0812 100644
--- a/test/testinterp/t121-setstringchar.ml
+++ b/testsuite/tests/tool-ocaml/t121-setstringchar.ml
diff --git a/test/testinterp/t130-getvectitem.ml b/testsuite/tests/tool-ocaml/t130-getvectitem.ml
index d290379592..d290379592 100644
--- a/test/testinterp/t130-getvectitem.ml
+++ b/testsuite/tests/tool-ocaml/t130-getvectitem.ml
diff --git a/test/testinterp/t130-vectlength.ml b/testsuite/tests/tool-ocaml/t130-vectlength.ml
index ce0da0e420..ce0da0e420 100644
--- a/test/testinterp/t130-vectlength.ml
+++ b/testsuite/tests/tool-ocaml/t130-vectlength.ml
diff --git a/test/testinterp/t131-setvectitem.ml b/testsuite/tests/tool-ocaml/t131-setvectitem.ml
index f544a3e0a1..f544a3e0a1 100644
--- a/test/testinterp/t131-setvectitem.ml
+++ b/testsuite/tests/tool-ocaml/t131-setvectitem.ml
diff --git a/test/testinterp/t140-switch-1.ml b/testsuite/tests/tool-ocaml/t140-switch-1.ml
index b2d7352156..b2d7352156 100644
--- a/test/testinterp/t140-switch-1.ml
+++ b/testsuite/tests/tool-ocaml/t140-switch-1.ml
diff --git a/test/testinterp/t140-switch-2.ml b/testsuite/tests/tool-ocaml/t140-switch-2.ml
index 9004fa66bb..9004fa66bb 100644
--- a/test/testinterp/t140-switch-2.ml
+++ b/testsuite/tests/tool-ocaml/t140-switch-2.ml
diff --git a/test/testinterp/t140-switch-3.ml b/testsuite/tests/tool-ocaml/t140-switch-3.ml
index b0c4bc8f75..b0c4bc8f75 100644
--- a/test/testinterp/t140-switch-3.ml
+++ b/testsuite/tests/tool-ocaml/t140-switch-3.ml
diff --git a/test/testinterp/t140-switch-4.ml b/testsuite/tests/tool-ocaml/t140-switch-4.ml
index 1826b09e5d..1826b09e5d 100644
--- a/test/testinterp/t140-switch-4.ml
+++ b/testsuite/tests/tool-ocaml/t140-switch-4.ml
diff --git a/test/testinterp/t141-switch-5.ml b/testsuite/tests/tool-ocaml/t141-switch-5.ml
index ca44849e22..ca44849e22 100644
--- a/test/testinterp/t141-switch-5.ml
+++ b/testsuite/tests/tool-ocaml/t141-switch-5.ml
diff --git a/test/testinterp/t141-switch-6.ml b/testsuite/tests/tool-ocaml/t141-switch-6.ml
index c48e80b5f7..c48e80b5f7 100644
--- a/test/testinterp/t141-switch-6.ml
+++ b/testsuite/tests/tool-ocaml/t141-switch-6.ml
diff --git a/test/testinterp/t141-switch-7.ml b/testsuite/tests/tool-ocaml/t141-switch-7.ml
index 00f4873cdf..00f4873cdf 100644
--- a/test/testinterp/t141-switch-7.ml
+++ b/testsuite/tests/tool-ocaml/t141-switch-7.ml
diff --git a/test/testinterp/t142-switch-8.ml b/testsuite/tests/tool-ocaml/t142-switch-8.ml
index 51459130a5..51459130a5 100644
--- a/test/testinterp/t142-switch-8.ml
+++ b/testsuite/tests/tool-ocaml/t142-switch-8.ml
diff --git a/test/testinterp/t142-switch-9.ml b/testsuite/tests/tool-ocaml/t142-switch-9.ml
index a0e43d3217..a0e43d3217 100644
--- a/test/testinterp/t142-switch-9.ml
+++ b/testsuite/tests/tool-ocaml/t142-switch-9.ml
diff --git a/test/testinterp/t142-switch-A.ml b/testsuite/tests/tool-ocaml/t142-switch-A.ml
index 4f66aec587..4f66aec587 100644
--- a/test/testinterp/t142-switch-A.ml
+++ b/testsuite/tests/tool-ocaml/t142-switch-A.ml
diff --git a/test/testinterp/t150-push-1.ml b/testsuite/tests/tool-ocaml/t150-push-1.ml
index 9264927777..9264927777 100644
--- a/test/testinterp/t150-push-1.ml
+++ b/testsuite/tests/tool-ocaml/t150-push-1.ml
diff --git a/test/testinterp/t150-push-2.ml b/testsuite/tests/tool-ocaml/t150-push-2.ml
index d6f5107260..d6f5107260 100644
--- a/test/testinterp/t150-push-2.ml
+++ b/testsuite/tests/tool-ocaml/t150-push-2.ml
diff --git a/test/testinterp/t160-closure.ml b/testsuite/tests/tool-ocaml/t160-closure.ml
index 5eb612865a..5eb612865a 100644
--- a/test/testinterp/t160-closure.ml
+++ b/testsuite/tests/tool-ocaml/t160-closure.ml
diff --git a/test/testinterp/t161-apply1.ml b/testsuite/tests/tool-ocaml/t161-apply1.ml
index 5138c5f581..5138c5f581 100644
--- a/test/testinterp/t161-apply1.ml
+++ b/testsuite/tests/tool-ocaml/t161-apply1.ml
diff --git a/test/testinterp/t162-return.ml b/testsuite/tests/tool-ocaml/t162-return.ml
index 1059c9fea2..1059c9fea2 100644
--- a/test/testinterp/t162-return.ml
+++ b/testsuite/tests/tool-ocaml/t162-return.ml
diff --git a/test/testinterp/t163.ml b/testsuite/tests/tool-ocaml/t163.ml
index 9ec7790c53..9ec7790c53 100644
--- a/test/testinterp/t163.ml
+++ b/testsuite/tests/tool-ocaml/t163.ml
diff --git a/test/testinterp/t164-apply2.ml b/testsuite/tests/tool-ocaml/t164-apply2.ml
index 7fbe7d9974..7fbe7d9974 100644
--- a/test/testinterp/t164-apply2.ml
+++ b/testsuite/tests/tool-ocaml/t164-apply2.ml
diff --git a/test/testinterp/t164-apply3.ml b/testsuite/tests/tool-ocaml/t164-apply3.ml
index e7ebc3a400..e7ebc3a400 100644
--- a/test/testinterp/t164-apply3.ml
+++ b/testsuite/tests/tool-ocaml/t164-apply3.ml
diff --git a/test/testinterp/t165-apply.ml b/testsuite/tests/tool-ocaml/t165-apply.ml
index 9d66855061..9d66855061 100644
--- a/test/testinterp/t165-apply.ml
+++ b/testsuite/tests/tool-ocaml/t165-apply.ml
diff --git a/test/testinterp/t170-envacc2.ml b/testsuite/tests/tool-ocaml/t170-envacc2.ml
index 3a37366723..3a37366723 100644
--- a/test/testinterp/t170-envacc2.ml
+++ b/testsuite/tests/tool-ocaml/t170-envacc2.ml
diff --git a/test/testinterp/t170-envacc3.ml b/testsuite/tests/tool-ocaml/t170-envacc3.ml
index 9a2b8b5a8f..9a2b8b5a8f 100644
--- a/test/testinterp/t170-envacc3.ml
+++ b/testsuite/tests/tool-ocaml/t170-envacc3.ml
diff --git a/test/testinterp/t170-envacc4.ml b/testsuite/tests/tool-ocaml/t170-envacc4.ml
index 215e322078..215e322078 100644
--- a/test/testinterp/t170-envacc4.ml
+++ b/testsuite/tests/tool-ocaml/t170-envacc4.ml
diff --git a/test/testinterp/t171-envacc.ml b/testsuite/tests/tool-ocaml/t171-envacc.ml
index 4c4a3dfac9..4c4a3dfac9 100644
--- a/test/testinterp/t171-envacc.ml
+++ b/testsuite/tests/tool-ocaml/t171-envacc.ml
diff --git a/test/testinterp/t172-pushenvacc1.ml b/testsuite/tests/tool-ocaml/t172-pushenvacc1.ml
index 06c4011a01..06c4011a01 100644
--- a/test/testinterp/t172-pushenvacc1.ml
+++ b/testsuite/tests/tool-ocaml/t172-pushenvacc1.ml
diff --git a/test/testinterp/t172-pushenvacc2.ml b/testsuite/tests/tool-ocaml/t172-pushenvacc2.ml
index c25e40a71a..c25e40a71a 100644
--- a/test/testinterp/t172-pushenvacc2.ml
+++ b/testsuite/tests/tool-ocaml/t172-pushenvacc2.ml
diff --git a/test/testinterp/t172-pushenvacc3.ml b/testsuite/tests/tool-ocaml/t172-pushenvacc3.ml
index 093f7f1e4e..093f7f1e4e 100644
--- a/test/testinterp/t172-pushenvacc3.ml
+++ b/testsuite/tests/tool-ocaml/t172-pushenvacc3.ml
diff --git a/test/testinterp/t172-pushenvacc4.ml b/testsuite/tests/tool-ocaml/t172-pushenvacc4.ml
index 154c4a4715..154c4a4715 100644
--- a/test/testinterp/t172-pushenvacc4.ml
+++ b/testsuite/tests/tool-ocaml/t172-pushenvacc4.ml
diff --git a/test/testinterp/t173-pushenvacc.ml b/testsuite/tests/tool-ocaml/t173-pushenvacc.ml
index 0d858b4aa2..0d858b4aa2 100644
--- a/test/testinterp/t173-pushenvacc.ml
+++ b/testsuite/tests/tool-ocaml/t173-pushenvacc.ml
diff --git a/test/testinterp/t180-appterm1.ml b/testsuite/tests/tool-ocaml/t180-appterm1.ml
index 6b82f51b61..6b82f51b61 100644
--- a/test/testinterp/t180-appterm1.ml
+++ b/testsuite/tests/tool-ocaml/t180-appterm1.ml
diff --git a/test/testinterp/t180-appterm2.ml b/testsuite/tests/tool-ocaml/t180-appterm2.ml
index 28f32a9336..28f32a9336 100644
--- a/test/testinterp/t180-appterm2.ml
+++ b/testsuite/tests/tool-ocaml/t180-appterm2.ml
diff --git a/test/testinterp/t180-appterm3.ml b/testsuite/tests/tool-ocaml/t180-appterm3.ml
index fe8a0bd5cf..fe8a0bd5cf 100644
--- a/test/testinterp/t180-appterm3.ml
+++ b/testsuite/tests/tool-ocaml/t180-appterm3.ml
diff --git a/test/testinterp/t181-appterm.ml b/testsuite/tests/tool-ocaml/t181-appterm.ml
index 03127bc8d3..03127bc8d3 100644
--- a/test/testinterp/t181-appterm.ml
+++ b/testsuite/tests/tool-ocaml/t181-appterm.ml
diff --git a/test/testinterp/t190-makefloatblock-1.ml b/testsuite/tests/tool-ocaml/t190-makefloatblock-1.ml
index f63c6cd8f9..f63c6cd8f9 100644
--- a/test/testinterp/t190-makefloatblock-1.ml
+++ b/testsuite/tests/tool-ocaml/t190-makefloatblock-1.ml
diff --git a/test/testinterp/t190-makefloatblock-2.ml b/testsuite/tests/tool-ocaml/t190-makefloatblock-2.ml
index 53b97f5d51..53b97f5d51 100644
--- a/test/testinterp/t190-makefloatblock-2.ml
+++ b/testsuite/tests/tool-ocaml/t190-makefloatblock-2.ml
diff --git a/test/testinterp/t190-makefloatblock-3.ml b/testsuite/tests/tool-ocaml/t190-makefloatblock-3.ml
index cebccaa38d..cebccaa38d 100644
--- a/test/testinterp/t190-makefloatblock-3.ml
+++ b/testsuite/tests/tool-ocaml/t190-makefloatblock-3.ml
diff --git a/test/testinterp/t191-vectlength.ml b/testsuite/tests/tool-ocaml/t191-vectlength.ml
index 16f7d783b1..16f7d783b1 100644
--- a/test/testinterp/t191-vectlength.ml
+++ b/testsuite/tests/tool-ocaml/t191-vectlength.ml
diff --git a/test/testinterp/t192-getfloatfield-1.ml b/testsuite/tests/tool-ocaml/t192-getfloatfield-1.ml
index ba002b20b1..ba002b20b1 100644
--- a/test/testinterp/t192-getfloatfield-1.ml
+++ b/testsuite/tests/tool-ocaml/t192-getfloatfield-1.ml
diff --git a/test/testinterp/t192-getfloatfield-2.ml b/testsuite/tests/tool-ocaml/t192-getfloatfield-2.ml
index 89230da397..89230da397 100644
--- a/test/testinterp/t192-getfloatfield-2.ml
+++ b/testsuite/tests/tool-ocaml/t192-getfloatfield-2.ml
diff --git a/test/testinterp/t193-setfloatfield-1.ml b/testsuite/tests/tool-ocaml/t193-setfloatfield-1.ml
index b488e7daad..b488e7daad 100644
--- a/test/testinterp/t193-setfloatfield-1.ml
+++ b/testsuite/tests/tool-ocaml/t193-setfloatfield-1.ml
diff --git a/test/testinterp/t193-setfloatfield-2.ml b/testsuite/tests/tool-ocaml/t193-setfloatfield-2.ml
index 7dde0a2cf5..7dde0a2cf5 100644
--- a/test/testinterp/t193-setfloatfield-2.ml
+++ b/testsuite/tests/tool-ocaml/t193-setfloatfield-2.ml
diff --git a/test/testinterp/t200-getfield0.ml b/testsuite/tests/tool-ocaml/t200-getfield0.ml
index 14ce1d547d..14ce1d547d 100644
--- a/test/testinterp/t200-getfield0.ml
+++ b/testsuite/tests/tool-ocaml/t200-getfield0.ml
diff --git a/test/testinterp/t200-getfield1.ml b/testsuite/tests/tool-ocaml/t200-getfield1.ml
index f4e2e01907..f4e2e01907 100644
--- a/test/testinterp/t200-getfield1.ml
+++ b/testsuite/tests/tool-ocaml/t200-getfield1.ml
diff --git a/test/testinterp/t200-getfield2.ml b/testsuite/tests/tool-ocaml/t200-getfield2.ml
index df5c7172d0..df5c7172d0 100644
--- a/test/testinterp/t200-getfield2.ml
+++ b/testsuite/tests/tool-ocaml/t200-getfield2.ml
diff --git a/test/testinterp/t200-getfield3.ml b/testsuite/tests/tool-ocaml/t200-getfield3.ml
index a0376a1fcf..a0376a1fcf 100644
--- a/test/testinterp/t200-getfield3.ml
+++ b/testsuite/tests/tool-ocaml/t200-getfield3.ml
diff --git a/test/testinterp/t201-getfield.ml b/testsuite/tests/tool-ocaml/t201-getfield.ml
index 0fbbc63fee..0fbbc63fee 100644
--- a/test/testinterp/t201-getfield.ml
+++ b/testsuite/tests/tool-ocaml/t201-getfield.ml
diff --git a/test/testinterp/t210-setfield0.ml b/testsuite/tests/tool-ocaml/t210-setfield0.ml
index aa31d41fe4..aa31d41fe4 100644
--- a/test/testinterp/t210-setfield0.ml
+++ b/testsuite/tests/tool-ocaml/t210-setfield0.ml
diff --git a/test/testinterp/t210-setfield1.ml b/testsuite/tests/tool-ocaml/t210-setfield1.ml
index 0d8e16762c..0d8e16762c 100644
--- a/test/testinterp/t210-setfield1.ml
+++ b/testsuite/tests/tool-ocaml/t210-setfield1.ml
diff --git a/test/testinterp/t210-setfield2.ml b/testsuite/tests/tool-ocaml/t210-setfield2.ml
index 727691d113..727691d113 100644
--- a/test/testinterp/t210-setfield2.ml
+++ b/testsuite/tests/tool-ocaml/t210-setfield2.ml
diff --git a/test/testinterp/t210-setfield3.ml b/testsuite/tests/tool-ocaml/t210-setfield3.ml
index d50d2c2a63..d50d2c2a63 100644
--- a/test/testinterp/t210-setfield3.ml
+++ b/testsuite/tests/tool-ocaml/t210-setfield3.ml
diff --git a/test/testinterp/t211-setfield.ml b/testsuite/tests/tool-ocaml/t211-setfield.ml
index 69c445e10b..69c445e10b 100644
--- a/test/testinterp/t211-setfield.ml
+++ b/testsuite/tests/tool-ocaml/t211-setfield.ml
diff --git a/test/testinterp/t220-assign.ml b/testsuite/tests/tool-ocaml/t220-assign.ml
index 769f8fb22c..769f8fb22c 100644
--- a/test/testinterp/t220-assign.ml
+++ b/testsuite/tests/tool-ocaml/t220-assign.ml
diff --git a/test/testinterp/t230-check_signals.ml b/testsuite/tests/tool-ocaml/t230-check_signals.ml
index 2c2b5d7731..2c2b5d7731 100644
--- a/test/testinterp/t230-check_signals.ml
+++ b/testsuite/tests/tool-ocaml/t230-check_signals.ml
diff --git a/test/testinterp/t240-c_call1.ml b/testsuite/tests/tool-ocaml/t240-c_call1.ml
index 3c7508cbc0..3c7508cbc0 100644
--- a/test/testinterp/t240-c_call1.ml
+++ b/testsuite/tests/tool-ocaml/t240-c_call1.ml
diff --git a/test/testinterp/t240-c_call2.ml b/testsuite/tests/tool-ocaml/t240-c_call2.ml
index 23c984369f..23c984369f 100644
--- a/test/testinterp/t240-c_call2.ml
+++ b/testsuite/tests/tool-ocaml/t240-c_call2.ml
diff --git a/test/testinterp/t240-c_call3.ml b/testsuite/tests/tool-ocaml/t240-c_call3.ml
index 707bc7eec6..707bc7eec6 100644
--- a/test/testinterp/t240-c_call3.ml
+++ b/testsuite/tests/tool-ocaml/t240-c_call3.ml
diff --git a/test/testinterp/t240-c_call4.ml b/testsuite/tests/tool-ocaml/t240-c_call4.ml
index 2ab62d86e0..2ab62d86e0 100644
--- a/test/testinterp/t240-c_call4.ml
+++ b/testsuite/tests/tool-ocaml/t240-c_call4.ml
diff --git a/test/testinterp/t240-c_call5.ml b/testsuite/tests/tool-ocaml/t240-c_call5.ml
index e817d55028..e817d55028 100644
--- a/test/testinterp/t240-c_call5.ml
+++ b/testsuite/tests/tool-ocaml/t240-c_call5.ml
diff --git a/test/testinterp/t250-closurerec-1.ml b/testsuite/tests/tool-ocaml/t250-closurerec-1.ml
index ded5036e69..ded5036e69 100644
--- a/test/testinterp/t250-closurerec-1.ml
+++ b/testsuite/tests/tool-ocaml/t250-closurerec-1.ml
diff --git a/test/testinterp/t250-closurerec-2.ml b/testsuite/tests/tool-ocaml/t250-closurerec-2.ml
index 97eac0c791..97eac0c791 100644
--- a/test/testinterp/t250-closurerec-2.ml
+++ b/testsuite/tests/tool-ocaml/t250-closurerec-2.ml
diff --git a/test/testinterp/t251-pushoffsetclosure0.ml b/testsuite/tests/tool-ocaml/t251-pushoffsetclosure0.ml
index b1c25555ea..b1c25555ea 100644
--- a/test/testinterp/t251-pushoffsetclosure0.ml
+++ b/testsuite/tests/tool-ocaml/t251-pushoffsetclosure0.ml
diff --git a/test/testinterp/t251-pushoffsetclosure2.ml b/testsuite/tests/tool-ocaml/t251-pushoffsetclosure2.ml
index 0fbdd6eae7..0fbdd6eae7 100644
--- a/test/testinterp/t251-pushoffsetclosure2.ml
+++ b/testsuite/tests/tool-ocaml/t251-pushoffsetclosure2.ml
diff --git a/test/testinterp/t251-pushoffsetclosurem2.ml b/testsuite/tests/tool-ocaml/t251-pushoffsetclosurem2.ml
index 41ec196c35..41ec196c35 100644
--- a/test/testinterp/t251-pushoffsetclosurem2.ml
+++ b/testsuite/tests/tool-ocaml/t251-pushoffsetclosurem2.ml
diff --git a/test/testinterp/t252-pushoffsetclosure.ml b/testsuite/tests/tool-ocaml/t252-pushoffsetclosure.ml
index 1887133453..1887133453 100644
--- a/test/testinterp/t252-pushoffsetclosure.ml
+++ b/testsuite/tests/tool-ocaml/t252-pushoffsetclosure.ml
diff --git a/test/testinterp/t253-offsetclosure0.ml b/testsuite/tests/tool-ocaml/t253-offsetclosure0.ml
index f6d12c6db0..f6d12c6db0 100644
--- a/test/testinterp/t253-offsetclosure0.ml
+++ b/testsuite/tests/tool-ocaml/t253-offsetclosure0.ml
diff --git a/test/testinterp/t253-offsetclosure2.ml b/testsuite/tests/tool-ocaml/t253-offsetclosure2.ml
index be940611fe..be940611fe 100644
--- a/test/testinterp/t253-offsetclosure2.ml
+++ b/testsuite/tests/tool-ocaml/t253-offsetclosure2.ml
diff --git a/test/testinterp/t253-offsetclosurem2.ml b/testsuite/tests/tool-ocaml/t253-offsetclosurem2.ml
index cec37931e7..cec37931e7 100644
--- a/test/testinterp/t253-offsetclosurem2.ml
+++ b/testsuite/tests/tool-ocaml/t253-offsetclosurem2.ml
diff --git a/test/testinterp/t254-offsetclosure.ml b/testsuite/tests/tool-ocaml/t254-offsetclosure.ml
index 6da8c28c90..6da8c28c90 100644
--- a/test/testinterp/t254-offsetclosure.ml
+++ b/testsuite/tests/tool-ocaml/t254-offsetclosure.ml
diff --git a/test/testinterp/t260-offsetref.ml b/testsuite/tests/tool-ocaml/t260-offsetref.ml
index 968892ef11..968892ef11 100644
--- a/test/testinterp/t260-offsetref.ml
+++ b/testsuite/tests/tool-ocaml/t260-offsetref.ml
diff --git a/test/testinterp/t270-push_retaddr.ml b/testsuite/tests/tool-ocaml/t270-push_retaddr.ml
index 0c7fb369bf..0c7fb369bf 100644
--- a/test/testinterp/t270-push_retaddr.ml
+++ b/testsuite/tests/tool-ocaml/t270-push_retaddr.ml
diff --git a/test/testinterp/t300-getmethod.ml b/testsuite/tests/tool-ocaml/t300-getmethod.ml
index e7894735c1..e7894735c1 100644
--- a/test/testinterp/t300-getmethod.ml
+++ b/testsuite/tests/tool-ocaml/t300-getmethod.ml
diff --git a/test/testinterp/t301-object.ml b/testsuite/tests/tool-ocaml/t301-object.ml
index 5b053c0064..6cef9bedc5 100644
--- a/test/testinterp/t301-object.ml
+++ b/testsuite/tests/tool-ocaml/t301-object.ml
@@ -7,7 +7,7 @@ ocamlc -nostdlib -I ../../stdlib \
t301-object.ml -o t301-object.byte
***)
-(* $Id$ *)
+(* $Id: t301-object.ml 6363 2004-06-02 09:42:01Z basile $ *)
class c = object (self)
@@ -26,4 +26,4 @@ let (x,y,z) = f () in
if y <> 2 then raise Not_found;
if z <> 4 then raise Not_found;;
-(**** eof $Id$ *)
+(**** eof $Id: t301-object.ml 6363 2004-06-02 09:42:01Z basile $ *)
diff --git a/test/testinterp/t310-alloc-1.ml b/testsuite/tests/tool-ocaml/t310-alloc-1.ml
index c438cc972d..c438cc972d 100644
--- a/test/testinterp/t310-alloc-1.ml
+++ b/testsuite/tests/tool-ocaml/t310-alloc-1.ml
diff --git a/test/testinterp/t310-alloc-2.ml b/testsuite/tests/tool-ocaml/t310-alloc-2.ml
index 81034e78ab..81034e78ab 100644
--- a/test/testinterp/t310-alloc-2.ml
+++ b/testsuite/tests/tool-ocaml/t310-alloc-2.ml
diff --git a/test/testinterp/t320-gc-1.ml b/testsuite/tests/tool-ocaml/t320-gc-1.ml
index 4d5d6d966d..4d5d6d966d 100644
--- a/test/testinterp/t320-gc-1.ml
+++ b/testsuite/tests/tool-ocaml/t320-gc-1.ml
diff --git a/test/testinterp/t320-gc-2.ml b/testsuite/tests/tool-ocaml/t320-gc-2.ml
index f607f65125..f607f65125 100644
--- a/test/testinterp/t320-gc-2.ml
+++ b/testsuite/tests/tool-ocaml/t320-gc-2.ml
diff --git a/test/testinterp/t320-gc-3.ml b/testsuite/tests/tool-ocaml/t320-gc-3.ml
index 7c33d2fd16..7c33d2fd16 100644
--- a/test/testinterp/t320-gc-3.ml
+++ b/testsuite/tests/tool-ocaml/t320-gc-3.ml
diff --git a/test/testinterp/t330-compact-1.ml b/testsuite/tests/tool-ocaml/t330-compact-1.ml
index efa958fd29..efa958fd29 100644
--- a/test/testinterp/t330-compact-1.ml
+++ b/testsuite/tests/tool-ocaml/t330-compact-1.ml
diff --git a/test/testinterp/t330-compact-2.ml b/testsuite/tests/tool-ocaml/t330-compact-2.ml
index 62ab0141d5..62ab0141d5 100644
--- a/test/testinterp/t330-compact-2.ml
+++ b/testsuite/tests/tool-ocaml/t330-compact-2.ml
diff --git a/test/testinterp/t330-compact-3.ml b/testsuite/tests/tool-ocaml/t330-compact-3.ml
index f25c64ef0a..f25c64ef0a 100644
--- a/test/testinterp/t330-compact-3.ml
+++ b/testsuite/tests/tool-ocaml/t330-compact-3.ml
diff --git a/test/testinterp/t330-compact-4.ml b/testsuite/tests/tool-ocaml/t330-compact-4.ml
index 1c190f7505..1c190f7505 100644
--- a/test/testinterp/t330-compact-4.ml
+++ b/testsuite/tests/tool-ocaml/t330-compact-4.ml
diff --git a/test/testinterp/t340-weak.ml b/testsuite/tests/tool-ocaml/t340-weak.ml
index e36dbab503..e36dbab503 100644
--- a/test/testinterp/t340-weak.ml
+++ b/testsuite/tests/tool-ocaml/t340-weak.ml
diff --git a/test/testinterp/t350-heapcheck.ml b/testsuite/tests/tool-ocaml/t350-heapcheck.ml
index ef4557cd52..ef4557cd52 100644
--- a/test/testinterp/t350-heapcheck.ml
+++ b/testsuite/tests/tool-ocaml/t350-heapcheck.ml
diff --git a/test/testinterp/t360-stacks-1.ml b/testsuite/tests/tool-ocaml/t360-stacks-1.ml
index 100fbabb2b..100fbabb2b 100644
--- a/test/testinterp/t360-stacks-1.ml
+++ b/testsuite/tests/tool-ocaml/t360-stacks-1.ml
diff --git a/test/testinterp/t360-stacks-2.ml b/testsuite/tests/tool-ocaml/t360-stacks-2.ml
index 8d13c7d7fc..8d13c7d7fc 100644
--- a/test/testinterp/t360-stacks-2.ml
+++ b/testsuite/tests/tool-ocaml/t360-stacks-2.ml