symbolic-execution
Here are 169 public repositories matching this topic...
-
Updated
Feb 15, 2022 - Python
-
Updated
Jan 31, 2022 - Python
-
Updated
Feb 16, 2022 - C++
-
Updated
Feb 16, 2022 - OCaml
-
Updated
Feb 9, 2022 - C++
-
Updated
Sep 16, 2019 - C++
-
Updated
Dec 26, 2021
Use more flake8
Right now (in precommit.py) we only enable a few checks (E9, F63, F7, F82).
Looks like there are a lot of other useful ones in there; investigate moving to a set of blocklisted checks.
Migrate to pytest
-
Updated
Nov 17, 2021 - C++
Right now we just use the standard C random library, but really it'd be nice if the brute force fuzzer could do consistent tests across platforms, for various purposes. We probably need our own PRNG, something like:
https://www-cs-faculty.stanford.edu/~knuth/news02.html#rng
or
https://github.com/cmcqueen/simplerandom
I'm not sure what's best. We'd like decentish quality, maybe, and d
-
Updated
Feb 15, 2022 - LLVM
-
Updated
Feb 12, 2022 - Python
-
Updated
Dec 28, 2021 - Kotlin
-
Updated
Jan 12, 2022 - C
-
Updated
Dec 21, 2021 - Java
-
Updated
Sep 4, 2019 - Shell
-
Updated
Feb 14, 2022 - C++
-
Updated
Feb 15, 2022 - Roff
-
Updated
Feb 21, 2020 - Python
-
Updated
Dec 19, 2021 - Python
-
Updated
May 15, 2018 - Python
-
Updated
Oct 20, 2017 - Python
-
Updated
Feb 11, 2022 - Python
-
Updated
Mar 1, 2020 - Python
-
Updated
Dec 30, 2021 - Python
-
Updated
Jan 3, 2022 - JavaScript
Improve this page
Add a description, image, and links to the symbolic-execution topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the symbolic-execution topic, visit your repo's landing page and select "manage topics."
It's nice if testing doesn't produce unnecessary artifacts after running with success but keeps relevant info on fail for further inspection.
Pytest should have a nice way of creating fixtures that can post-process a test based on whether it failed or not https://docs.pytest.org/en/latest/example/simple.html#making-test-result-information-available-in-fixtures
If a test fails, then keep the