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
Ruben Asplund
klee_tutorial
Commits
be39debc
Commit
be39debc
authored
4 years ago
by
Ruben Asplund
Browse files
Options
Downloads
Patches
Plain Diff
Exercise A and B
parent
7c3fe0eb
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
cargo_klee_examples/examples/get_sign.rs
+3
-3
3 additions, 3 deletions
cargo_klee_examples/examples/get_sign.rs
with
3 additions
and
3 deletions
cargo_klee_examples/examples/get_sign.rs
+
3
−
3
View file @
be39debc
...
@@ -52,7 +52,7 @@ fn main() {
...
@@ -52,7 +52,7 @@ fn main() {
//
//
// Now locate the generated tests. Give the relative path to `klee-last`.
// Now locate the generated tests. Give the relative path to `klee-last`.
//
//
// [
your answer here
]
// [
target/debug/examples/klee-last/
]
//
//
// B) Replay test cases
// B) Replay test cases
//
//
...
@@ -66,7 +66,7 @@ fn main() {
...
@@ -66,7 +66,7 @@ fn main() {
//
//
// What path of the program does this path trigger?
// What path of the program does this path trigger?
//
//
// [
your answer here
]
// [
return -1;
]
//
//
// Just out of curiosity, you may test the other test cases as well...
// Just out of curiosity, you may test the other test cases as well...
//
//
...
@@ -76,7 +76,7 @@ fn main() {
...
@@ -76,7 +76,7 @@ fn main() {
//
//
// How does `klee-sys` and `cargo-klee` score on a 0..5 scale?
// How does `klee-sys` and `cargo-klee` score on a 0..5 scale?
//
//
// [
your answer here
]
// [
5
]
//
//
// If below 5, what could be done to improve the UX/IX?
// If below 5, what could be done to improve the UX/IX?
//
//
...
...
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