-
Updated
Sep 1, 2020 - Python
symbolic-execution
Here are 116 public repositories matching this topic...
-
Updated
Sep 6, 2020 - C++
-
Updated
Sep 5, 2020 - OCaml
-
Updated
Sep 2, 2020 - C++
-
Updated
Sep 16, 2019 - C++
-
Updated
Jul 19, 2020 - C++
-
Updated
Jan 25, 2020
Tl;dr: building a simple DeepState testcase as shown below, gives the -Wmissing-noreturn warning. This might be an issue if DeepState is incorporated into a codebase that uses -Werror.
Example code
#include <deepstate/DeepState.hpp>
using namespace deepstate;
TEST(TestCaseName, TestName) {
ASSERT(1);
}Related build log
[1/2] Building CXX objec
-
Updated
Apr 22, 2020 - LLVM
Per #2, deque cannot be analyzed symbolically. Tentative plan is to implement a "dumb" version on top of a generic list: https://github.com/pschanely/CrossHair/blob/56ce14ee44c1103121c483f479d3d1a5a4bd3438/crosshair/simplestructs.py#L57
-
Updated
Aug 9, 2020 - Python
-
Updated
Dec 30, 2017
-
Updated
Sep 4, 2019 - Shell
-
Updated
Sep 2, 2020 - C++
-
Updated
May 15, 2018 - Python
-
Updated
Sep 3, 2020 - Python
-
Updated
Feb 21, 2020 - Python
-
Updated
Oct 20, 2017 - Python
-
Updated
Sep 4, 2020 - Java
-
Updated
Mar 1, 2020 - Python
-
Updated
Aug 8, 2020 - JavaScript
-
Updated
Apr 23, 2020 - Python
-
Updated
Dec 5, 2018 - F#
-
Updated
Oct 23, 2017 - C++
-
Updated
May 16, 2020 - Python
- Show positional parameter info whenever a call or return happens
- Show call stack somewhere
Real talk: we should get rid of the JS stateful morass and reimplement this all in Elm. (That's the part that's a "good student project".)
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