ocaml/test/Moretest
Damien Doligez 9ea5edac9a merge changes 3.10.0 -> 3.10.1
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@8768 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2008-01-11 16:13:18 +00:00
..
.cvsignore Ignoring .bin binaries. 2007-11-06 21:07:23 +00:00
.depend Adding a test suite for the Printf module. 2006-01-20 10:14:47 +00:00
Makefile Adding a test for type based optimization for private abbrevs. 2007-11-28 22:22:35 +00:00
arrays.ml Test plus complet des tableaux flottants, y compris via un type abstrait. 1996-09-23 11:31:59 +00:00
backtrace.ml Stack backtraces on uncaught exceptions in native code (merge of the opt_backtrace branch) 2007-01-29 12:11:18 +00:00
bigarrays.ml Bigarray.*.map_subfile replaced by an optional argument to Bigarray.*.map_file 2007-02-21 15:16:53 +00:00
bigarrf.f Test bigarrays interface externe 2000-02-29 09:11:26 +00:00
bigarrfml.ml Separation du test bigarray/C/Fortran (car peu portable!) 2000-02-29 17:41:12 +00:00
bigarrfstub.c Test bigarrays interface externe 2000-02-29 09:11:26 +00:00
bigints.ml Tester les grandes constantes entieres pour l'Alpha 1997-09-17 11:57:19 +00:00
bounds.ml MAJ test acces hors bornes 2003-11-21 16:06:33 +00:00
boxedints.ml MAJ litteraux entiers 2004-08-12 12:59:29 +00:00
callbackprim.c Push_roots -> Begin_roots 2000-04-20 16:19:55 +00:00
cmcaml.ml It works: compilers and camlp4 are fully bootstrapped. The ast magic number is not yet changed. 2007-10-09 10:29:37 +00:00
cmmain.c MAJ exemple cm 1999-11-18 13:14:27 +00:00
cmstub.c MAJ exemple cm 1999-11-18 13:14:27 +00:00
equality.ml Cleanup 2008-01-03 09:17:48 +00:00
fftba.ml Ajout test FFT avec bigarrays 2000-03-10 14:54:41 +00:00
float.ml ajout 1.0/.0.0 2001-11-27 15:07:33 +00:00
float_record.ml Adding a test for type based optimization for private abbrevs. 2007-11-28 22:22:35 +00:00
float_record.mli Adding a test for type based optimization for private abbrevs. 2007-11-28 22:22:35 +00:00
globroots.ml Revu gestion des racines globales (utilisation d'une skip list pour accelerer remove_global_root) 2001-08-11 17:36:38 +00:00
globrootsprim.c Revu gestion des racines globales (utilisation d'une skip list pour accelerer remove_global_root) 2001-08-11 17:36:38 +00:00
graph_example.ml added test for transparent color drawing 2000-06-07 16:31:58 +00:00
graph_test.ml MAJ en-tetes pour mentionner la 'special exception' sur la LGPL 2001-12-07 13:41:02 +00:00
includestruct.ml Test pour 'struct include... end' 2000-12-01 13:09:48 +00:00
intext.ml MAJ test pour 3.09 2004-07-19 13:21:33 +00:00
intextaux.c Test de output_value_to_block et input_value_from_block 2001-12-03 15:46:36 +00:00
io.ml fusion 3.09.0 -> 3.09.1 2006-01-04 16:55:50 +00:00
length.ml Adding a test for private abbrevs. 2007-11-06 21:06:18 +00:00
length.mli Adding a test for private abbrevs. 2007-11-06 21:06:18 +00:00
manyargs.ml Davantage de tests 2004-08-12 13:37:37 +00:00
manyargsprim.c It works: compilers and camlp4 are fully bootstrapped. The ast magic number is not yet changed. 2007-10-09 10:29:37 +00:00
md5.ml Ajout des litteraux de type int32, nativeint, int64 2003-04-25 12:27:31 +00:00
morematch.ml 1 test en plus pour le compilateur de filtrage 2004-04-30 12:05:11 +00:00
multdef.ml Test des valeurs definies par "external" et declarees par "val". 1996-04-18 16:34:26 +00:00
multdef.mli Test des valeurs definies par "external" et declarees par "val". 1996-04-18 16:34:26 +00:00
patmatch.ml Impression avec %B au lieu de %b. 2002-10-26 17:24:40 +00:00
recmod.ml merge changes 3.10.0 -> 3.10.1 2008-01-11 16:13:18 +00:00
recmod.mli Ajout test modules recursifs 2004-08-12 12:59:45 +00:00
recvalues.ml amelioration de let rec 2002-11-07 17:57:23 +00:00
regexp.ml Test AryA incorrect 2003-01-02 09:14:49 +00:00
sets.ml To print booleans you now need %B. 2002-10-16 09:06:39 +00:00
signals.ml Augmenter le temps de calcul 2005-04-17 08:22:00 +00:00
stackoverflow.ml Detection du debordement de pile C 2001-08-08 08:30:26 +00:00
syserror.ml fix general 1996-11-06 16:55:27 +00:00
tailcalls.ml Tests de tail recursion avec bcp d'arguments 2000-10-10 12:39:37 +00:00
tcallback.ml It works: compilers and camlp4 are fully bootstrapped. The ast magic number is not yet changed. 2007-10-09 10:29:37 +00:00
testing.ml A small module to factorize testing auxilliary functions. 2006-01-12 12:52:14 +00:00
testing.mli A small module to factorize testing auxilliary functions. 2006-01-12 12:52:14 +00:00
testrandom.ml Un jeu de tests supplementaires 1995-12-20 10:39:12 +00:00
tfloat_record.ml Adding a test for type based optimization for private abbrevs. 2007-11-28 22:22:35 +00:00
tlength.ml Adding a test for private abbrevs. 2007-11-06 21:06:18 +00:00
tprintf.ml Adding tests for positional parameters. 2006-01-24 11:14:22 +00:00
tscanf.ml Doc. 2007-01-22 10:13:22 +00:00
tscanf2_io.ml Adding a new test for scanf: two concurrent processes communicating 2005-07-01 12:39:43 +00:00
tscanf2_master.ml Adding a new test for scanf: two concurrent processes communicating 2005-07-01 12:39:43 +00:00
tscanf2_slave.ml Adding a new test for scanf: two concurrent processes communicating 2005-07-01 12:39:43 +00:00
usemultdef.ml Ajout du test des exports multiples. 1996-03-20 10:51:37 +00:00
warnings.ml test de -warn-error 2000-08-23 17:10:53 +00:00
wc.ml Un jeu de tests supplementaires 1995-12-20 10:39:12 +00:00