Mentions légales du service

Skip to content
Snippets Groups Projects
Commit aa855475 authored by POTTIER Francois's avatar POTTIER Francois
Browse files

CHANGES.

parent 9e7b594e
No related branches found
No related tags found
No related merge requests found
...@@ -2,17 +2,18 @@ ...@@ -2,17 +2,18 @@
## 2025/MM/DD ## 2025/MM/DD
* The new functions `run_afl` and `run_random` can be used to start Monolith's * The new function `run` can be used to start Monolith's testing engine
testing engine without allowing Monolith to parse the command line. without allowing Monolith to parse the command line. The function `main`,
The function `main`, which parses the command line and starts testing, which parses the command line and starts testing, can still be used.
can still be used. (Contributed by Gabriel Scherer.) (Suggested by Gabriel Scherer.)
* If the command line is parsed via `main` then the command line option * If the command line is parsed via `main` then the command line options
`--timeout <seconds>` is supported. In random testing mode (only), this `--fuel <int>` and
option causes testing to stop after the specified time limit has been `--max_scenarios <int>` and
reached. The process then terminates with an exit code of either 0 (which `--save-scenario <bool>` and
means no failure scenarios were detected) or 1 (which means that one or more `--show-scenario <bool>` and
failure scenarios were detected). `--timeout <int>`
are supported.
* In random testing mode, a single counter and clock is now used for all * In random testing mode, a single counter and clock is now used for all
tests, whereas previously a fresh counter and clock would be created every tests, whereas previously a fresh counter and clock would be created every
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment