summaryrefslogtreecommitdiff
path: root/ocamltest
Commit message (Expand)AuthorAgeFilesLines
* Use List.find_map (#9589)Nicolás Ojeda Bär2020-05-211-1/+1
* please check-typo despite all the sandGabriel Scherer2020-05-181-4/+9
* fix 'dune build @libs' after #9257Gabriel Scherer2020-05-061-1/+1
* ocamltest/Makefile: do not depend on UNIX_OR_WIN32 for 'clean'Gabriel Scherer2020-05-061-4/+12
* makefiles: move the inclusion of Makefile.build_config in Makefile.commonGabriel Scherer2020-05-061-1/+0
* fix the dune buildGabriel Scherer2020-05-031-2/+4
* Cease committing C dependendency informationDavid Allsopp2020-04-172-25/+9
* Introduce Makefile.build_config.inDavid Allsopp2020-04-171-2/+2
* Rewrite the instrumented runtime to store traces in the CTF format.Enguerrand Decorne2020-04-304-0/+13
* last commit before branching 4.11Damien Doligez2020-04-221-19/+17
* Merge pull request #9480 from xavierleroy/print-pid_tDavid Allsopp2020-04-211-5/+5
|\
| * Cast `getpid()` to `long long` before printingXavier Leroy2020-04-201-5/+5
* | Use Filename.quote_command (#9476)Nicolás Ojeda Bär2020-04-203-10/+11
|/
* Ensure make distclean works on an unconfigured treeDavid Allsopp2019-10-151-2/+4
* Allow make to be invoked before configureDavid Allsopp2018-12-041-2/+2
* ocamltest: opt-in -keep-test-dir-on-success to keep test data on successGabriel Scherer2020-04-023-6/+21
* ocamltest: collect 'summary' information on whether a failure happenedGabriel Scherer2020-04-021-9/+29
* fix Makefile dependencies of ocamltestGabriel Scherer2020-01-061-7/+12
* ocamltest: draft of reference manual (tutorial section)Sébastien Hinderer2019-11-282-0/+755
* Tests for -stop-after schedulingGreta Yorsh2019-10-306-0/+12
* ocamltest: enable working with all compilerlibsGabriel Scherer2019-10-301-5/+22
* dune: fix buildThomas Refis2019-10-181-1/+1
* ocamltest Makefile: use ocaml{c,opt}.opt when availableGabriel Scherer2019-10-121-4/+5
* Add ocamltest -find-test-dirs and -list-tests optionsNicolás Ojeda Bär2019-09-284-17/+80
* strace in ocamltest: take reviewer comments into accountSébastien Hinderer2019-09-262-2/+2
* ocamltest: add support for using straceSébastien Hinderer2019-09-265-1/+82
* ocamltest: introduce the action_name variableSébastien Hinderer2019-09-263-0/+10
* ocamltest: rename action_name into name in the Actions module.Sébastien Hinderer2019-09-265-7/+7
* ocamltest: take parsing of response files out of environments moduleSébastien Hinderer2019-09-267-32/+81
* Build system: share rules to compile C files (#8930)Sébastien Hinderer2019-09-111-3/+0
* ocamltest/Makefile: cosmetic changes to become closer to other makefilesSébastien Hinderer2019-09-041-1/+1
* ocamltest: fix "promote" actions on reference files with skipped lines/bytesGabriel Scherer2019-09-034-2/+28
* Memprof: stop using C global roots, and use our own root system.Jacques-Henri Jourdan2019-08-271-8/+10
* Eliminate dead `ICatch` handlers (#2321)Greta Yorsh2019-08-061-1/+5
* Fix test for arm targetsGreta Yorsh2019-07-151-0/+28
* Improve test for function sectionsGreta Yorsh2019-07-154-0/+14
* Use boot ocamllex when building ocamltestDavid Allsopp2019-06-241-1/+1
* ocamltest: fix the ocamldebug testSébastien Hinderer2019-06-071-0/+1
* Statistical memory profiling of blocks allocated in the major heap.Jacques-Henri Jourdan2019-05-091-15/+17
* Build system: make ocamllex silent by default (#8664)Sébastien Hinderer2019-05-071-1/+1
* ocamltest: define and export the arch variableSébastien Hinderer2019-04-173-0/+7
* Harden ocamltest against errors in scripts and hooksDamien Doligez2019-04-026-54/+67
* Move some middle-end files around (#2281)Mark Shinwell2019-04-012-1/+2
* Get rid of the direct call to the C preprocessor in the testsuite (#8528)Sébastien Hinderer2019-03-214-2/+9
* Improve the packing mechanism used to build Dynlink (#2268)Mark Shinwell2019-03-191-15/+16
* Fix ppc64 TOC load for exception handler addresses (#8506)Mark Shinwell2019-03-182-0/+10
* Clarify the invocation of the C preprocessorSébastien Hinderer2019-03-131-2/+2
* Remove support for compiler plugins (#2276)Mark Shinwell2019-03-132-1/+4
* ocamltest: explicitly set OCAML_ERROR_STYLEArmaël Guéneau2019-02-271-14/+24
* ocmaltest: fix paths_same_file in run_unix.cSébastien Hinderer2019-02-151-4/+8