-
-
It would presumably be possible to write tests to cover more of the bot's functionality, and add to the modest amount of testing already being done.
This could include spinning up an IRC (`irc`) or…
nuxeh updated
6 years ago
-
Everyone seems to have their own little test utility for each function that is not in `test`, like these:
* https://github.com/riboseinc/retrace/pull/196#issuecomment-313281866
* https://github.co…
-
Requirements:
- Test both valid and invalid types.
- Cover major types used by a large number of applications like `Transaction`, `TransactionResult`, `TransactionMeta`, as well as objs critical to …
-
Recently I've been unable to build cargo fuzz targets that import a contract.
```
error: linking with `cc` failed: exit status: 1
|
= note: env -u IPHONEOS_DEPLOYMENT_TARGET -u TVOS_DEPLOYME…
-
We are striving to be “bug compatible” with GNU Emacs, in so far as it makes sense to do so. We might break with some behavior if it is obscure enough or adds enough value to justify it. But the right…
-
### Problem:
It looks like make is running the feature tests with the same flags it uses for real compilation, while cmake isn't. That makes the cmake feature tests much more lenient, and leads to so…
-
Right now, we have no way to lock the modems to a specific band.
The API endpoints we know about, both in the Nokia API and the shared API for Arcadyan and Sagemcom, don't provide a way to set pref…
-
I found one good article - Syzkaller + Kernel function fail-injection(https://github.com/hardenedlinux/Debian-GNU-Linux-Profiles/blob/master/docs/harbian_qa/fuzz_testing/syz_kfun_finject.md).
As I …
-
The documentation for `Fuzz.int` states that it generates any 32 bit signed integer value but I've found that it can generate the value 2147483648 which is one greater than largest maximum Int32 value…