Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do I need to add assertions manually into the source code of C/C++ programs being tested? #24

Open
PlyTools opened this issue Jun 10, 2017 · 0 comments

Comments

@PlyTools
Copy link

Hello. I've tried to use Maple to test some C/C++ programs and successfully run the small examples (shared_counter etc.). To test benchmark programs referred in the paper, by scanning benchmark/pbzip.py, benchmark/aget.py etc. I knew I need to download the benchmark programs. I succeeded testing pbzip by giving it some files to compress, and succeeded testing memcached because it needs no input file.

However, there is no bug found by Maple except some long time suspend obviously caused by deadlock. Does this mean that I need to add assertions manually into the source code of target C/C++ programs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant