Skip to content

Commit 82f9c19

Browse files
committed
Added a small note on limitations of the testing suite.
1 parent e62d0dd commit 82f9c19

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test_suite/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,8 @@
5757
$ RUST_LOG=info cargo run
5858
```
5959

60+
## Limitations
61+
62+
For some regexes the random sampling is not possible, because the sampling library is limited. For example the end anchor (`$`) is not supported.
63+
64+
Random sample testing for the `gen_substrs` setting is only support for `decomposed`. In the `raw` setting, the substrings are determined via a json file that contains the transition information. Determining what the substring parts are, would be quite involved since it requires building the DFA.

0 commit comments

Comments
 (0)