Commit Graph

11 Commits (master)

Author SHA1 Message Date
Nicolás Ojeda Bär bd510cdf93
ocamltest: do not compare binaries produced by ocamlopt.opt and ocamlopt.byte (#9677) 2020-06-23 17:36:37 +02:00
David Allsopp 92709c09b5 Add no-shared-libraries to ocamltest 2019-02-01 16:18:53 +01:00
Sébastien Hinderer f1adcb8362 ocamltest: add the asmgen test 2018-04-27 17:51:57 +02:00
octachron ece7e44d1a ocamltest: machinery for ocamldoc tests
* a new test ocamldoc
* three new modifiers: html, latex and man for each ocamldoc backend
* new variables:
   * plugins
   * skip_header_lines, skip_header_bytes
   * ocamldoc_{backend,exit_status,flags,output,reference}
* make it possible to skip lines in the result file in text mode
* check_output reads skip_header_{lines,bytes} when comparing
output and reference files
2018-03-06 11:58:10 +01:00
Sébastien Hinderer 3ecfddf4d2 ocamltest: rename and complete the AFL-related tests 2018-02-19 15:49:12 +01:00
Sébastien Hinderer 1c3dd7755e ocamltest: add the afl-support test 2018-02-06 15:05:28 +01:00
Sébastien Hinderer 726c52ba87 ocamltest: add the "native-compiler" action
This action checks whether the support for native compilers is available.

It aims at replacing the $(BYTECODE_ONLY) Make variable.
2018-02-06 15:05:27 +01:00
Sébastien Hinderer 1ab45a2c06 ocamltest: add the OCaml-specific shared-libraries action
This action passes when support for shared libraries has been
configured. Otherwise, it skips.
2018-01-22 16:40:18 +01:00
Sébastien Hinderer de80a1dbe9 ocamltest: add the flat-float-array and no-flat-float-array actions
These actions can be used to make the execution of a test depend on
whether the compiler has been configured with -flat-float-array or
-no-flat-float-array.
2017-12-08 19:16:56 +01:00
Sébastien Hinderer e801cc6269 ocamltest: re-implement the expect test 2017-12-08 19:16:42 +01:00
Sébastien Hinderer f0b9b8e9c4 ocamltest: refactoring and implementation of hooks 2017-11-23 17:04:46 +01:00