ocaml/testsuite/tests
Damien Doligez ee8f71101b clean up whitespace and cut long lines 2016-02-17 13:36:27 +01:00
..
array-functions Removed for_all2, exists2 and find again. 2015-12-04 15:41:48 +01:00
asmcomp clean up whitespace and cut long lines 2016-02-17 13:36:27 +01:00
ast-invariants fix the ast-invariants test 2016-02-01 16:17:11 +00:00
backtrace clean up whitespace and cut long lines 2016-02-17 13:36:27 +01:00
basic clean up whitespace and cut long lines 2016-02-17 13:36:27 +01:00
basic-float Import non-flambda-specific tests from flambda_trunk 2016-01-04 16:47:18 +00:00
basic-io whitespace, non-ascii chars, some missing headers 2012-10-17 20:09:16 +00:00
basic-io-2 clean up whitespace and cut long lines 2016-02-17 13:36:27 +01: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 clean up whitespace and cut long lines 2016-02-17 13:36:27 +01: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 Display details of all skipped tests 2016-01-26 14:47:49 +00:00
embedded Add missing '@' to testsuite Makefiles 2016-01-25 15:08:05 +00:00
exotic-syntax PR#6806: Syntactic sugar for type annotations on record fields 2015-11-05 10:41:13 +00:00
extension-constructor clean up whitespace and cut long lines 2016-02-17 13:36:27 +01:00
float-unboxing Make specialized compare unboxed 2015-11-05 13:07:03 +01:00
formats-transition Missing reference files in the test suite 2016-01-25 15:08:06 +00:00
formatting add test for margins 2015-11-15 17:31:01 +01: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 Do not test some contrived evaluation orders 2016-02-02 11:49:56 +01:00
lib-arg arg: add changelog entry and test 2015-11-25 22:22:24 +01:00
lib-bigarray Fix test 2016-01-27 15:59:47 +01: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 Merge pull request #366 from dra27/testsuite-windows 2016-01-26 14:21:00 +00:00
lib-dynlink-csharp test/lib-dynlink-csharp: fix syntax error in Makefile 2016-02-04 16:23:45 +01:00
lib-dynlink-native Display details of all skipped tests 2016-01-26 14:47:49 +00:00
lib-format testsuite for formatting of hexadecimal floats 2015-11-28 19:14:08 +01:00
lib-hashtbl Fix creation of Ephemeron.K2 2016-01-25 08:33:56 +01: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 clean up whitespace and cut long lines 2016-02-17 13:36:27 +01:00
lib-str clean up whitespace and cut long lines 2016-02-17 13:36:27 +01: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 testsuite: disable testfork.ml on OpenBSD 2016-01-29 17:11:11 +01:00
lib-threads clean up whitespace and cut long lines 2016-02-17 13:36:27 +01:00
lib-uchar Add Uchar module to the standard library. 2015-12-02 14:39:32 +00: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 Prevent static allocations in ephemeron test 2016-01-28 17:52:34 +01: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 missing '@' to testsuite Makefiles 2016-01-25 15:08:05 +00:00
opaque Display details of all skipped tests 2016-01-26 14:47:49 +00:00
parsing clean up whitespace and cut long lines 2016-02-17 13:36:27 +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 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 clean up whitespace and cut long lines 2016-02-17 13:36:27 +01:00
runtime-errors clean up whitespace and cut long lines 2016-02-17 13:36:27 +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 clean up whitespace and cut long lines 2016-02-17 13:36:27 +01:00
tool-ocamldep-modalias Minor corrections to clean targets 2016-01-25 15:08:03 +00: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 clean up whitespace and cut long lines 2016-02-17 13:36:27 +01:00
typing-extension-constructor Make extension-constructor test not depend on ident numbers 2016-01-28 18:08:08 +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 clean up whitespace and cut long lines 2016-02-17 13:36:27 +01:00
typing-immediate Add support for immediate attribute 2016-02-02 11:45:07 +00:00
typing-implicit_unpack Fix typing testsuite after introduction of Map.union 2016-01-06 15:41:32 +01:00
typing-labels fix some of the whitespace problems in the source 2014-04-12 10:17:02 +00:00
typing-misc clean up whitespace and cut long lines 2016-02-17 13:36:27 +01:00
typing-misc-bugs clean up whitespace and cut long lines 2016-02-17 13:36:27 +01:00
typing-missing-cmi silence Make messages 2016-02-01 14:43:30 +01:00
typing-modules Missing reference files in the test suite 2016-01-25 15:08:06 +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 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 typing testsuite after introduction of Map.union 2016-01-06 15:41:32 +01: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 More errors with unboxed and untagged attributes 2016-01-20 11:51:26 +01:00
typing-warnings clean up whitespace and cut long lines 2016-02-17 13:36:27 +01:00
unboxed-primitive-args Use ocamlc as a C compiler in the testsuite 2016-01-17 19:21:48 +00:00
unwind clean up whitespace and cut long lines 2016-02-17 13:36:27 +01:00
utils fix testsuite 2016-01-12 18:01:45 +01:00
warnings clean up whitespace and cut long lines 2016-02-17 13:36:27 +01:00