Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
klee_tutorial
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Edvin Åkerfeldt
klee_tutorial
Commits
8c42dbb0
Commit
8c42dbb0
authored
4 years ago
by
Edvin Åkerfeldt
Browse files
Options
Downloads
Patches
Plain Diff
get_sign.rs, All tasks done
parent
774f64b7
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/get_sign.rs
+16
-0
16 additions, 0 deletions
examples/get_sign.rs
with
16 additions
and
0 deletions
examples/get_sign.rs
+
16
−
0
View file @
8c42dbb0
...
@@ -109,6 +109,10 @@ mod ll {
...
@@ -109,6 +109,10 @@ mod ll {
// What was the generated hash.
// What was the generated hash.
//
//
// [your answer here]
// [your answer here]
/*
The has was:
85c57be6132dac1d
*/
//
//
// B) Inspecting the test cases.
// B) Inspecting the test cases.
//
//
...
@@ -116,6 +120,9 @@ mod ll {
...
@@ -116,6 +120,9 @@ mod ll {
// (Hint, it is just a matter of paths.)
// (Hint, it is just a matter of paths.)
//
//
// [your answer here]
// [your answer here]
/*
$ ktest-tool target/debug/examples/klee-last/test000001.ktest
*/
//
//
// C) Replaying your test cases.
// C) Replaying your test cases.
//
//
...
@@ -154,14 +161,23 @@ mod ll {
...
@@ -154,14 +161,23 @@ mod ll {
// Now run the code in the debugger. What path was triggered.
// Now run the code in the debugger. What path was triggered.
//
//
// [your answer here]
// [your answer here]
/*
The path with the negative number.
*/
//
//
// Change to test000002, what path does it trigger.
// Change to test000002, what path does it trigger.
//
//
// [your answer here]
// [your answer here]
/*
The path with the positive number.
*/
//
//
// And finally change to test000003, what path was triggered.
// And finally change to test000003, what path was triggered.
//
//
// [your answer here]
// [your answer here]
/*
The path where x == 0.
*/
//
//
// D) Remarks and conclusions.
// D) Remarks and conclusions.
//
//
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment