Skip to content
#

testing-framework

Testing is the practice of systematically testing software to make sure it works. Testing can be iterative, and happen multiple times.

Eliminate bugs and ship with more confidence by adding these tools to your workflow.

Here are 548 public repositories matching this topic...

agroce
agroce commented Feb 14, 2021

Compare:

> deepstate-afl ./testcblosc_AFL -o fuzz_afl
INFO:deepstate:Setting log level from DEEPSTATE_LOG: 2
INFO:deepstate.core.base:Setting log level from --min_log_level: 2
INFO:deepstate.core.fuzz:Calling pre_exec before fuzzing
INFO:deepstate.core.fuzz:Creating fake input seed file in directory `/tmp/deepstate_fake_seedfri6uubv`
INFO:deepstate.core.fuzz:Executing command `['/home
CrossHair
pschanely
pschanely commented Jan 4, 2021

Today, many string methods cause symbolic strings to be "materialized" (the symbolic string becomes a concrete string and then gets handed to the native string implementation).

For some of these operations, this is likely the best we can do, but others may be implementable with the SMT solver directly. This is a list of those methods, and we'll check them off when we've decided that we have th

Wikipedia
Wikipedia