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

Small fixes #127

Merged
merged 1 commit into from
Oct 3, 2023
Merged

Small fixes #127

merged 1 commit into from
Oct 3, 2023

Conversation

Columpio
Copy link
Collaborator

@Columpio Columpio commented Oct 3, 2023

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Oct 3, 2023

Codecov Report

Merging #127 (377c946) into main (390866f) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

❗ Current head 377c946 differs from pull request most recent head 20adbbd. Consider uploading reports for the commit 20adbbd to get more accurate results

@@            Coverage Diff             @@
##             main     #127      +/-   ##
==========================================
- Coverage   66.43%   66.40%   -0.03%     
==========================================
  Files         215      215              
  Lines       29636    29646      +10     
  Branches     6572     6573       +1     
==========================================
- Hits        19688    19686       -2     
- Misses       7433     7449      +16     
+ Partials     2515     2511       -4     
Files Coverage Δ
include/klee/Core/Interpreter.h 100.00% <ø> (ø)
lib/Core/Executor.cpp 74.24% <100.00%> (+0.03%) ⬆️
lib/Core/Executor.h 76.92% <ø> (ø)
tools/klee/main.cpp 60.04% <100.00%> (+0.11%) ⬆️

... and 2 files with indirect coverage changes

@@ -57,7 +57,7 @@ class InterpreterHandler {
virtual void incPathsCompleted() = 0;
virtual void incPathsExplored(std::uint32_t num = 1) = 0;

virtual void processTestCase(const ExecutionState &state, const char *message,
virtual void processTestCase(ExecutionState &state, const char *message,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try to keep the state constant, it does not always terminated after the test is generated and can be used further for execution.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, then I should copy state.symbolics to another vector and carry it everywhere

@Columpio Columpio force-pushed the columpio/tc branch 2 times, most recently from 8fa8e68 to a9197d6 Compare October 3, 2023 12:11
@misonijnik misonijnik merged commit f5f7574 into main Oct 3, 2023
20 checks passed
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

Successfully merging this pull request may close these issues.

3 participants