c4-project / c4t

Runs concurrent C compiler tests
MIT License
1 stars 0 forks source link

Teach fuzz runner to do basic swarm testing #64

Open MattWindsor91 opened 3 years ago

MattWindsor91 commented 3 years ago

Effectively, I want the fuzz runner to:

This would be a very rudimentary first approximation of swarm testing.

This sort of thing could be done by the fuzzer itself, but I'm putting it in here for a few reasons:

MattWindsor91 commented 3 years ago

It's looking like I'll add a quick approximation of this into the fuzzer first, and then cycle back and implement this version later.