David Pokora

Results 15 comments of David Pokora

It sounds interesting to explore the opportunities to leverage libFuzzer somewhere here. Just for more context, what do we mean by react quickly? Our actual fuzzing strategy in how we...

More info to extend this later (in a separate issue that should be opened following this one): A front end testing suite with consideration for Go interface generation for Solidity...

I updated the branch here to target `master`. Upon testing, we can't use `require` statements everywhere (in subtests, as it will `FailNow()` and then subsequent tests will fail for unrelated...

I think this is a weird model for unit testing, to have to switch on each failure and not execute further code, so I'd prefer to find another solution here...