ocaml/testsuite/tests
Jacques Garrigue df68b17460 Fix PR#6293
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14401 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2014-01-14 11:29:31 +00:00
..
asmcomp make the testsuite work on cygwin-64, where dynamic linking is not yet available 2013-12-03 14:42:23 +00:00
backtrace typo in test log message 2013-11-27 16:02:43 +00:00
basic PR#6042: optimize integer division and modulus when divisor is constant. 2013-11-01 16:35:54 +00:00
basic-float whitespace, non-ascii chars, some missing headers 2012-10-17 20:09:16 +00:00
basic-io whitespace, non-ascii chars, some missing headers 2012-10-17 20:09:16 +00:00
basic-io-2 Merge branch 4.01 from branching point to 4.01.0+rc1 2013-09-04 15:12:37 +00:00
basic-manyargs Merge branch 4.01 from branching point to 4.01.0+rc1 2013-09-04 15:12:37 +00:00
basic-more Add test for PR#6216. Not fixed yet. 2013-10-30 02:57:59 +00:00
basic-multdef whitespace, non-ascii chars, some missing headers 2012-10-17 20:09:16 +00:00
basic-private whitespace, non-ascii chars, some missing headers 2012-10-17 20:09:16 +00:00
callback make the testsuite work on cygwin-64, where dynamic linking is not yet available 2013-12-03 14:42:23 +00:00
embedded make the testsuite work on cygwin-64, where dynamic linking is not yet available 2013-12-03 14:42:23 +00:00
exotic-syntax tests/exotic-syntax: adapt to new compiler check on objects 2013-06-11 07:32:49 +00:00
gc-roots misc: replace stat_(alloc|free|resize) occurences with caml_stat_(...). 2013-02-25 03:01:31 +00:00
letrec merge changes from version/4.00 from 4.00.1 to r13697 2013-05-22 12:56:54 +00:00
lib-bigarray testsuite: making it work without installing OCaml (continued) 2013-05-17 12:03:58 +00:00
lib-bigarray-2 whitespace, non-ascii chars, some missing headers 2012-10-17 20:09:16 +00:00
lib-digest testsuite for Digest.to_hex (patch by ygrek) 2013-08-05 09:43:12 +00:00
lib-dynlink-bytecode make the testsuite work on cygwin-64, where dynamic linking is not yet available 2013-12-03 14:42:23 +00:00
lib-dynlink-csharp make the testsuite work on cygwin-64, where dynamic linking is not yet available 2013-12-03 14:42:23 +00:00
lib-dynlink-native make the testsuite work on cygwin-64, where dynamic linking is not yet available 2013-12-03 14:42:23 +00:00
lib-format tests/lib-format: fix for Windows 2013-05-30 12:27:18 +00:00
lib-hashtbl whitespace, non-ascii chars, some missing headers 2012-10-17 20:09:16 +00:00
lib-marshal merge changes from version/4.00 from 4.00.1 to r13697 2013-05-22 12:56:54 +00:00
lib-num PR#4323: have "of_string" in Num and Big_int work with binary and hexa representations [patch by zoep] 2013-08-04 19:58:03 +00:00
lib-num-2 testsuite: making it work without installing OCaml (continued) 2013-05-17 12:03:58 +00:00
lib-printf porting to MSVC64; some cleanup; ignore .obj and .lib files 2013-05-07 09:39:38 +00:00
lib-random Non-regression test for #6032. 2013-06-06 11:45:02 +00:00
lib-scanf porting to MSVC64; some cleanup; ignore .obj and .lib files 2013-05-07 09:39:38 +00:00
lib-scanf-2 make the testsuite work on cygwin-64, where dynamic linking is not yet available 2013-12-03 14:42:23 +00:00
lib-set PR#5933 type-specialize 'let compare = compare' on ints and strings 2013-03-19 07:22:12 +00:00
lib-str testsuite: making it work without installing OCaml (continued) 2013-05-17 12:03:58 +00:00
lib-stream whitespace, non-ascii chars, some missing headers 2012-10-17 20:09:16 +00:00
lib-systhreads testsuite: making it work without installing OCaml (continued) 2013-05-17 12:03:58 +00:00
lib-threads disable test 8 and 9 in tests/lib-threads under Windows because sometimes they deadlock on exit 2013-06-28 15:25:14 +00:00
misc whitespace, non-ascii chars, some missing headers 2012-10-17 20:09:16 +00:00
misc-kb whitespace, non-ascii chars, some missing headers 2012-10-17 20:09:16 +00:00
misc-unsafe whitespace, non-ascii chars, some missing headers 2012-10-17 20:09:16 +00:00
prim-bswap PR#5774: Add test for the bswap primitives. 2013-01-06 17:22:09 +00:00
prim-revapply whitespace, non-ascii chars, some missing headers 2012-10-17 20:09:16 +00:00
regression remove camlp4 2013-11-21 16:23:28 +00:00
runtime-errors make the testsuite work on cygwin-64, where dynamic linking is not yet available 2013-12-03 14:42:23 +00:00
tool-debugger test/tool-debugger: add simple test for the debugger 2013-12-19 14:47:26 +00:00
tool-lexyacc remove unused file 2013-04-04 15:22:40 +00:00
tool-ocaml testsuite: general cleanup of makefiles 2013-05-03 15:52:56 +00:00
tool-ocamldoc make the testsuite work on cygwin-64, where dynamic linking is not yet available 2013-12-03 14:42:23 +00:00
typing-fstclassmod #6262: equality of first-class modules take module type aliases into account. Fix interaction with module inclusion. 2013-12-05 14:57:10 +00:00
typing-gadts Merge module-alias branch (cf. PR#6063) 2014-01-10 07:53:33 +00:00
typing-implicit_unpack whitespace, non-ascii chars, some missing headers 2012-10-17 20:09:16 +00:00
typing-labels whitespace, non-ascii chars, some missing headers 2012-10-17 20:09:16 +00:00
typing-misc Replace error by warning for PR#5835 2013-02-19 03:12:36 +00:00
typing-modules Merge module-alias branch (cf. PR#6063) 2014-01-10 07:53:33 +00:00
typing-modules-bugs Fix PR#6293 2014-01-14 11:29:31 +00:00
typing-objects Accept change of internal ids. 2013-10-23 15:29:33 +00:00
typing-objects-bugs whitespace, non-ascii chars, some missing headers 2012-10-17 20:09:16 +00:00
typing-poly test results 2013-06-28 10:45:25 +00:00
typing-poly-bugs add test cases for PR#5673 2012-12-27 07:19:12 +00:00
typing-polyvariants-bugs whitespace, non-ascii chars, some missing headers 2012-10-17 20:09:16 +00:00
typing-polyvariants-bugs-2 testsuite: general cleanup of makefiles 2013-05-03 15:52:56 +00:00
typing-private Merge module-alias branch (cf. PR#6063) 2014-01-10 07:53:33 +00:00
typing-private-bugs whitespace, non-ascii chars, some missing headers 2012-10-17 20:09:16 +00:00
typing-recmod everything works except camlp4 2013-10-01 03:17:11 +00:00
typing-rectypes-bugs Fix PR#6174 (-rectypes case) 2013-10-28 12:08:04 +00:00
typing-short-paths Merge trunk at revision 14200. Now everything works except private types 2013-09-30 13:54:59 +00:00
typing-signatures whitespace, non-ascii chars, some missing headers 2012-10-17 20:09:16 +00:00
typing-sigsubst whitespace, non-ascii chars, some missing headers 2012-10-17 20:09:16 +00:00
typing-typeparam whitespace, non-ascii chars, some missing headers 2012-10-17 20:09:16 +00:00
typing-warnings Fix PR#6235 + keep typing of pattern cases independent in principal mode 2013-11-13 00:16:03 +00:00
utils Merge branch 4.01 from branching point to 4.01.0+rc1 2013-09-04 15:12:37 +00:00
warnings Merge branch 4.01 from branching point to 4.01.0+rc1 2013-09-04 15:12:37 +00:00