ocaml/testsuite/tests
Mark Shinwell 852efd270e Merge with trunk; remake dependencies 2015-12-22 16:28:35 +00:00
..
array-functions Removed for_all2, exists2 and find again. 2015-12-04 15:41:48 +01:00
asmcomp Rename type build_kind and sourcefile arguments to source_provenance 2015-12-18 13:54:47 +00:00
backtrace Fix PR#6920 2015-11-30 10:27:29 +00:00
basic fix min_int test 2015-12-04 15:48:05 +01:00
basic-float
basic-io
basic-io-2 merge branch "safe-string" 2014-04-29 11:56:17 +00:00
basic-manyargs PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header name clashes 2014-12-27 14:41:49 +00:00
basic-modules GPR#243: Faster test suite 2015-10-09 15:45:37 +00:00
basic-more Improve the code generation for if equivalent to seqand or sequor 2015-10-25 13:39:05 +00:00
basic-multdef
basic-private
callback Replace uses of "noalloc" by [@@noalloc] 2015-10-06 10:58:22 +00:00
embedded simplify .gitignore; remove .ignore files and tools/setignore; adjust tools/check-typo 2015-11-06 16:25:05 +01:00
exotic-syntax PR#6806: Syntactic sugar for type annotations on record fields 2015-11-05 10:41:13 +00:00
extension-constructor Add tests for [%ocaml.extension_constructor <path>] 2015-11-27 18:22:52 +00:00
float-unboxing Make specialized compare unboxed 2015-11-05 13:07:03 +01:00
formats-transition whitespace cleanup, cut long lines, add some missing headers 2015-09-11 11:58:31 +00:00
gc-roots PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header name clashes 2014-12-27 14:41:49 +00:00
int64-unboxing Replace uses of "noalloc" by [@@noalloc] 2015-10-06 10:58:22 +00:00
letrec merge changes from version/4.00 from 4.00.1 to r13697 2013-05-22 12:56:54 +00:00
lib-arg arg: add changelog entry and test 2015-11-25 22:22:24 +01:00
lib-bigarray whitespace cleanup, cut long lines, add some missing headers 2015-09-11 11:58:31 +00:00
lib-bigarray-2 fix problems with FORTRAN tests 2015-07-15 14:52:12 +00:00
lib-digest fix some of the whitespace problems in the source 2014-04-12 10:17:02 +00:00
lib-dynlink-bytecode Revert "testsuite/tests/lib-dynlink-*/Makefile: fix wrong include dir" 2015-11-26 11:28:40 +01:00
lib-dynlink-csharp Revert "Simplify the definition of custom .{} operators" 2015-11-29 21:01:27 +01:00
lib-dynlink-native Revert "testsuite/tests/lib-dynlink-*/Makefile: fix wrong include dir" 2015-11-26 11:28:40 +01:00
lib-format testsuite for formatting of hexadecimal floats 2015-11-28 19:14:08 +01:00
lib-hashtbl GPR#243: Faster test suite 2015-10-09 15:45:37 +00:00
lib-marshal Get rid of warning 52. 2015-10-19 13:48:30 +00:00
lib-num Translation of french comments in testsuite 2015-10-09 20:41:49 +00:00
lib-num-2 testsuite: making it work without installing OCaml (continued) 2013-05-17 12:03:58 +00:00
lib-printf testsuite for formatting of hexadecimal floats 2015-11-28 19:14:08 +01:00
lib-queue New representation for queues, avoiding Obj.magic 2015-10-25 13:39:07 +00:00
lib-random Non-regression test for #6032. 2013-06-06 11:45:02 +00:00
lib-scanf float parsing: also disable {+,-}infinity testing on Windows 2015-12-02 06:23:18 +01: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 Map.add x y m returns the original map if x is already bound to a value that is physically equal to y in m 2015-11-22 18:29:16 +01:00
lib-stack add tests for Stack 2015-11-22 12:42:23 -08:00
lib-str PR#6989: in Str library, make sure that all \(...\) groups are binding and can be consulted with Str.matched_group. 2015-12-06 12:43:02 +01:00
lib-stream
lib-string Consistently quoting quote and doublequote into string and character litterals. 2015-09-21 17:40:50 +00:00
lib-systhreads fix some of the whitespace problems in the source 2014-04-12 10:17:02 +00:00
lib-threads Branch win32-sockets: add regression tests for PR#4466 and PR#5325 2015-12-04 13:58:12 +01:00
match-exception Revert GPR#305 (exception patterns under or-patterns) from trunk 2015-12-12 11:20:21 +01:00
match-exception-warnings Revert GPR#305 (exception patterns under or-patterns) from trunk 2015-12-12 11:20:21 +01:00
misc Translation of french comments in testsuite 2015-10-09 20:41:49 +00:00
misc-kb GPR#243: Faster test suite 2015-10-09 15:45:37 +00:00
misc-unsafe GPR#243: Faster test suite 2015-10-09 15:45:37 +00:00
no-alias-deps Add a test for no-alias-deps 2015-11-04 13:46:46 +00:00
parsing Add a test for attributes. 2015-12-09 14:26:06 +01:00
ppx-attributes PR#6714: allow [@@ocaml.warning] on most structure and signature items (values, modules, module types) 2014-12-27 08:44:50 +00:00
prim-bigstring merge branch 4.02 from 4.02.1 (rev 15540) to a few fixes after 4.02.2 (rev 16205) 2015-07-17 14:31:05 +00:00
prim-bswap
prim-revapply
regression PR#7024 and GPR#295: CSE confuses +0.0 and -0.0 2015-11-19 09:25:02 +01:00
runtime-errors simplify .gitignore; remove .ignore files and tools/setignore; adjust tools/check-typo 2015-11-06 16:25:05 +01:00
tool-debugger simplify .gitignore; remove .ignore files and tools/setignore; adjust tools/check-typo 2015-11-06 16:25:05 +01:00
tool-lexyacc simplify .gitignore; remove .ignore files and tools/setignore; adjust tools/check-typo 2015-11-06 16:25:05 +01:00
tool-ocaml whitespace cleanup, cut long lines, add some missing headers 2015-09-11 11:58:31 +00:00
tool-ocamldep-modalias 'cp' instead of 'ln' (required for Windows, harmless for Unix). 2015-12-02 16:05:52 +01:00
tool-ocamldoc simplify .gitignore; remove .ignore files and tools/setignore; adjust tools/check-typo 2015-11-06 16:25:05 +01:00
tool-ocamldoc-2 Test suite: check ocamldoc generated tex files 2015-12-17 23:46:03 +01:00
tool-toplevel merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev 15121) 2014-08-22 13:45:02 +00:00
translprim fix 0007026 2015-12-06 19:24:31 +01:00
typing-extension-constructor revert user-defined operators: fix testsuite 2015-11-29 21:01:30 +01:00
typing-extensions Use the extension_constructor type in Obj 2015-11-27 17:57:41 +00:00
typing-fstclassmod whitespace cleanup, cut long lines, add some missing headers 2015-09-11 11:58:31 +00:00
typing-gadts fix pr7103 2015-12-21 13:24:59 +00:00
typing-implicit_unpack
typing-labels fix some of the whitespace problems in the source 2014-04-12 10:17:02 +00:00
typing-misc fix pr7103 2015-12-21 13:24:59 +00:00
typing-misc-bugs add test for regression in commit 9229b1 (fix of PR#6980) 2015-12-01 08:29:31 +09:00
typing-modules GPR#42: Add simpler functor type syntax 2015-10-25 16:24:47 +00:00
typing-modules-bugs Fix PR#7082 2015-12-14 12:49:51 +09:00
typing-objects merge branches/gadt-warnings 2015-10-23 08:33:44 +00:00
typing-objects-bugs
typing-poly Fix PR#6954: subtleties of expansion... 2015-10-16 14:03:04 +00:00
typing-poly-bugs whitespace cleanup, cut long lines, add some missing headers 2015-09-11 11:58:31 +00:00
typing-polyvariants-bugs
typing-polyvariants-bugs-2 testsuite: general cleanup of makefiles 2013-05-03 15:52:56 +00:00
typing-private GPR#159: Better locations for structure/signature items 2015-05-04 18:44:11 +00:00
typing-private-bugs
typing-recmod everything works except camlp4 2013-10-01 03:17:11 +00:00
typing-recordarg minor testsuite fix 2015-08-16 20:56:10 +00:00
typing-rectypes-bugs Fix PR#6870 2015-05-17 03:07:10 +00:00
typing-short-paths Fix PR#6836: Assertion failure using -short-paths 2015-04-13 07:17:09 +00:00
typing-signatures GPR#42: Add simpler functor type syntax 2015-10-25 16:24:47 +00:00
typing-sigsubst
typing-typeparam Fix PR#6171: Error message confusing for the beginner when a type escapes its scope. 2015-01-17 03:26:54 +00:00
typing-unboxed Don't allow "noalloc" together with [@@noalloc] 2015-10-06 10:58:28 +00:00
typing-warnings PR#7031 Oups, bug in merged code: union changed into intersection. 2015-12-15 16:39:00 +01:00
unboxed-primitive-args simplify .gitignore; remove .ignore files and tools/setignore; adjust tools/check-typo 2015-11-06 16:25:05 +01:00
utils whitespace cleanup, cut long lines, add some missing headers 2015-09-11 11:58:31 +00:00
warnings Add tests for the inline attribute on functors 2015-12-18 20:02:13 +00:00