diff options
author | Eduardo Julian | 2017-10-11 18:58:37 -0400 |
---|---|---|
committer | Eduardo Julian | 2017-10-11 18:58:37 -0400 |
commit | 1594c2c866db18c6c5360ae2451ffd38b879fc49 (patch) | |
tree | 3d39a290c897ac96d6d28ae348254e4462df2825 | |
parent | bbcd1d3ed70cafdf75b8d2340ad97fafa91cd776 (diff) |
- Added seeds for failing tests.
Diffstat (limited to '')
-rw-r--r-- | stdlib/test/test/lux/data/text.lux | 1 | ||||
-rw-r--r-- | stdlib/test/test/lux/data/text/regex.lux | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/stdlib/test/test/lux/data/text.lux b/stdlib/test/test/lux/data/text.lux index 9d0731b22..68015a820 100644 --- a/stdlib/test/test/lux/data/text.lux +++ b/stdlib/test/test/lux/data/text.lux @@ -23,6 +23,7 @@ (:: r;Monad<Random> map (|>. (n.% +20) (n.+ +1))))) (context: "Locations" + #seed +4670357681168475116 [size bounded-size idx (:: @ map (n.% size) r;nat) sample (r;text size)] diff --git a/stdlib/test/test/lux/data/text/regex.lux b/stdlib/test/test/lux/data/text/regex.lux index fff3ead39..f0b5bd3c2 100644 --- a/stdlib/test/test/lux/data/text/regex.lux +++ b/stdlib/test/test/lux/data/text/regex.lux @@ -267,6 +267,7 @@ )) (context: "Pattern-matching" + #seed +8146146848425792192 [sample1 (r;text +3) sample2 (r;text +3) sample3 (r;text +4)] |