summaryrefslogtreecommitdiff
path: root/ocamltest
Commit message (Expand)AuthorAgeFilesLines
* New script language for ocamltest (#12185)Damien Doligez2023-04-2517-94/+474
* Check for syntax errors in test scripts instead of ignoring them. (#12194)Damien Doligez2023-04-223-21/+18
* Revert "Use ocamlyacc's support for OCaml-style comments"Antonin Décimo2023-03-311-17/+17
* Use ocamlyacc's support for OCaml-style commentsDemi Marie Obenour2023-02-271-17/+17
* dune: enable building @libs targetPau Ruiz Safont2023-02-241-12/+0
* Merge pull request #11514 from OlivierNicole/patch-1Gabriel Scherer2023-01-1911-82/+207
|\
| * Document ocamltest variables and actions, document set and unsetOlivier Nicole2023-01-1711-82/+207
* | Less verbose logs from `make` (#11844)Xavier Leroy2023-01-181-8/+8
* | Embed printer types in toplevels and debuggerSébastien Hinderer2022-11-241-2/+1
* | Fix configuration detection in ocamltestDavid Allsopp2022-09-271-1/+1
* | Rename configuration variables and make them more widely availableSébastien Hinderer2022-09-271-2/+2
* | Stop passing -safe-string when building the compiler and in the testsuiteSébastien Hinderer2022-09-111-1/+1
* | Generate ocamltest/ocamltest_config.ml during configure rather than buildSébastien Hinderer2022-09-073-205/+106
* | ocamltest: determine C#-related information during configure rather than buildSébastien Hinderer2022-09-072-17/+2
* | ocamltest: determine ocamlsrcdir during configure rather than during buildSébastien Hinderer2022-09-072-9/+7
|/
* Use modern string apiHugo Heuzard2022-07-121-4/+2
* ocamltest: add the "frame_pointers" actionfabbing2022-06-304-0/+13
* The runtime_events library can be used without the unix libraryXavier Leroy2022-06-051-3/+2
* Ocamltest documentation fixes (#11211)Damien Doligez2022-06-021-11/+5
* Runtime_events tracing systemSadiq Jaffer2022-05-241-0/+6
* configure: mk{dll,exe,maindll} expansionSébastien Hinderer2022-05-122-7/+4
* ocamltest/Makefile: stop adding debug info when compiling C filesSébastien Hinderer2022-05-121-5/+0
* Eliminate $(BOOT_FLEXLINK_CMD)David Allsopp2022-05-122-3/+5
* ocamltest/run_win32.c: include caml/memory.h rather than defining CAML_INTERNALSSébastien Hinderer2022-05-051-2/+1
* ocamltest: define CAML_INTERNALS in the C source filesSébastien Hinderer2022-05-054-2/+6
* Build system: make sure C files are compiled with -I$(ROOTDIR)/runtimeSébastien Hinderer2022-05-051-1/+1
* otherlibs: Merge win32unix into unixSébastien Hinderer2022-04-105-10/+7
* ocamltest: keep debug information for all C filesSébastien Hinderer2022-04-011-3/+5
* Followup on #11147Sébastien Hinderer2022-03-311-2/+2
* Build system: factorize the definitions related to ocamldepSébastien Hinderer2022-03-221-5/+1
* Build system: normalize the invocations of ocamldepSébastien Hinderer2022-03-221-4/+4
* ocamltest/Makefile: remove the unused depincludes variableSébastien Hinderer2022-03-221-2/+1
* Merge pull request #11111 from gasche/ocamltest-forkGabriel Scherer2022-03-162-0/+5
|\
| * fix fork() usage in ocamltestGabriel Scherer2022-03-161-0/+2
| * enable debug info in ocamltest .c filesGabriel Scherer2022-03-131-0/+3
* | ocamltest should use the diff tool found by configureSébastien Hinderer2022-03-145-6/+20
* | ocamltest: fix test result reporting code to avoid split messagesDamien Doligez2022-03-092-5/+5
|/
* Merge pull request #11043 from Octachron/ocamltest_compressionFlorian Angeletti2022-02-231-0/+2
|\
| * Allow *[0-9]+ in test specificationsFlorian Angeletti2022-02-211-0/+2
* | Merge pull request #10962 from dra27/configure-optionsDavid Allsopp2022-02-224-13/+0
|\ \ | |/ |/|
| * Excise naked pointers modeDavid Allsopp2022-01-284-13/+0
* | Remove configuration options --disable-force-safe-string and DEFAULT_STRING=u...Kate2022-02-013-6/+0
|/
* Add a distclean target to ocamltest/MakefileSébastien Hinderer2022-01-181-0/+3
* Don't call Unix.gettimeofday at all if not -show-timingsXavier Leroy2022-01-171-1/+1
* Merge pull request #10831 from ocaml-multicore/multicore-prXavier Leroy2022-01-108-32/+76
|\
| * Merge pull request ocaml-multicore/ocaml-multicore#351 from dra27/windows-portKC Sivaramakrishnan2021-12-248-32/+76
| |\
| | * Only build the programs once on WindowsDavid Allsopp2021-12-232-12/+39
| | * Add -show-timings option to ocamltestDavid Allsopp2021-12-236-20/+37
| * | Remove unnecessary include from ocamltest buildDavid Allsopp2021-12-231-1/+1
| |/
| * fix asmgen testsuite and revert to trunkEnguerrand Decorne2021-12-162-36/+15