ocaml/testsuite/tests
Jacques Garrigue 381328e92e add module alias support to ocamldep 2015-12-01 00:07:36 +09:00
..
asmcomp Update zsystem branch wrt upstream trunk. 2015-11-19 13:55:54 +01:00
backtrace Fix PR#6920 2015-11-30 10:27:29 +00:00
basic GPR#250: Check for negative start element in Array.sub. 2015-10-05 09:02:05 +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 "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 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 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 Simplify the definition of custom .{} operators 2014-12-13 22:13:37 +00: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 testsuite for formatting of hexadecimal floats 2015-11-28 19:14:08 +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 whitespace cleanup, cut long lines, add some missing headers 2015-09-11 11:58:31 +00:00
lib-stream whitespace, non-ascii chars, some missing headers 2012-10-17 20:09:16 +00:00
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 simplify .gitignore; remove .ignore files and tools/setignore; adjust tools/check-typo 2015-11-06 16:25:05 +01:00
match-exception whitespace cleanup, cut long lines, add some missing headers 2015-09-11 11:58:31 +00:00
match-exception-warnings #6318: Extend match...with with exception cases. (Patch by Jeremy Yallop, backend part by A. Frisch). 2014-05-05 11:49:37 +00: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 test for PR#6865 2015-07-13 11:22:13 +00: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 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 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 add module alias support to ocamldep 2015-12-01 00:07:36 +09:00
tool-ocamldoc simplify .gitignore; remove .ignore files and tools/setignore; adjust tools/check-typo 2015-11-06 16:25:05 +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 minor testsuite fix 2015-04-26 21:57:51 +00:00
typing-extension-constructor Add tests for [%ocaml.extension_constructor <path>] 2015-11-27 18:22:52 +00: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 PR#6980 and remove unused Ctype.iterative_generalization 2015-11-30 13:49:30 +09:00
typing-implicit_unpack whitespace, non-ascii chars, some missing headers 2012-10-17 20:09:16 +00:00
typing-labels fix some of the whitespace problems in the source 2014-04-12 10:17:02 +00:00
typing-misc PR#7012: hint when using [ 'A | 'B ] instead of [ B ] 2015-10-17 13:46:02 +00:00
typing-misc-bugs Fix PR#6946 2015-11-30 16:45:44 +09:00
typing-modules GPR#42: Add simpler functor type syntax 2015-10-25 16:24:47 +00:00
typing-modules-bugs Fix PR#6981 2015-11-30 15:17:41 +09:00
typing-objects merge branches/gadt-warnings 2015-10-23 08:33:44 +00:00
typing-objects-bugs whitespace, non-ascii chars, some missing headers 2012-10-17 20:09:16 +00:00
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 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 GPR#159: Better locations for structure/signature items 2015-05-04 18:44:11 +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-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 whitespace, non-ascii chars, some missing headers 2012-10-17 20:09:16 +00:00
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 Fix PR#6946 2015-11-30 16:45:44 +09: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 GPR#173: Attributes to control inlining 2015-10-23 08:18:08 +00:00