-
Updated
Nov 21, 2020 - Python
symbolic-execution
Here are 122 public repositories matching this topic...
-
Updated
Nov 25, 2020 - C++
-
Updated
Nov 25, 2020 - OCaml
-
Updated
Sep 2, 2020 - C++
-
Updated
Sep 16, 2019 - C++
-
Updated
Nov 3, 2020 - C++
-
Updated
Jan 25, 2020
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
Apr 22, 2020 - LLVM
Per the python docs, int
and float
objects have some additional methods that aren't part of the abc interface. CrossHair doesn't implement these, and therefore explodes when evaluating code that uses these methods on symbolic values.
-
Updated
Aug 9, 2020 - Python
-
Updated
Dec 30, 2017
-
Updated
Sep 4, 2019 - Shell
-
Updated
Oct 27, 2020 - C++
-
Updated
Nov 25, 2020 - Python
-
Updated
May 15, 2018 - Python
-
Updated
Feb 21, 2020 - Python
-
Updated
Nov 21, 2020 - Java
-
Updated
Oct 20, 2017 - Python
-
Updated
Nov 25, 2020 - C++
-
Updated
Mar 1, 2020 - Python
-
Updated
Nov 15, 2020 - JavaScript
-
Updated
Sep 21, 2020 - Python
-
Updated
May 16, 2020 - Python
-
Updated
Dec 5, 2018 - F#
-
Updated
Oct 23, 2017 - C++
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