index
:
fuzzer
master
Fuzzing tool for automated module testing
Tor
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rtt-module.js
Age
Commit message (
Collapse
)
Author
6 days
Set global RTT_FUZZER variable.
HEAD
master
Tor Andersson
So modules can detect if they're running in the fuzzer, in case they need to disable certain features that are problematic when run by the fuzzer.
6 days
automatically deduce title from rules.js path
Tor Andersson
2024-08-05
allow dynamic roles list
Tor Andersson
2024-05-22
fix reuse of frozen state
Mischa Untaga
2024-05-08
rely on deep_freeze catching unwanted state change
Mischa Untaga
2024-04-20
commented state logging if needed
Mischa Untaga
2024-04-17
detect view mutating state
Mischa Untaga
2024-02-26
log if we crash
Mischa Untaga
2024-02-16
only write game data if it doesn't exist, write crash data if we dont stop ↵
Mischa Untaga
on crashes
2024-02-16
timeout error, allow toggling asserts off, sane defaults for MAX_STEPS and ↵
Mischa Untaga
TIMEOUT
2024-02-15
options
Mischa Untaga
2024-02-15
splunk mode
Mischa Untaga
2024-02-15
use ctx
Mischa Untaga
2024-02-15
new game.json format
Mischa Untaga
2024-02-14
assert_state snake_case
Mischa Untaga
2024-02-14
optionally assert state
Mischa Untaga
2024-01-17
allow undo to Both, log current state to console
Mischa Untaga
2024-01-16
detect when undo causes random seed change
Mischa Untaga
2024-01-07
dont stringify args
Mischa Untaga
2024-01-06
dump replay log to crash-replay.tsv
Mischa Untaga
2024-01-06
detect undo causing an active player switch
Mischa Untaga
2024-01-04
re-add MAX_STEPS
Mischa Untaga
2024-01-04
deal with object scenarios
Mischa Untaga
2023-12-30
remove resign
Mischa Untaga
2023-12-14
option to disable schema validation
Mischa Untaga
2023-12-12
trim whitespace
Mischa Untaga
2023-11-23
remove MAX_STEPS
Mischa Untaga
2023-11-22
catch unknown state error
Mischa Untaga
2023-10-17
allowUnionTypes
Mischa Untaga
2023-10-17
view schema validation
Mischa Untaga
2023-08-28
track crashes of the view calls
Mischa Untaga
2023-08-27
check if we can actually resign in this game
Mischa Untaga
2023-08-27
test resign and undo, can be disabled with NO-UNDO=true / NO_RESIGN=true
Mischa Untaga
2023-08-27
check we have sufficient bytes to continue, fix for nevsky
Mischa Untaga
2023-08-25
raise error on NaN value
Mischa Untaga
2023-08-25
pick a player when both can go. delete disabled actions
Mischa Untaga
2023-08-25
Initial commit
Mischa Untaga