-
Notifications
You must be signed in to change notification settings - Fork 17
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
Test coverage improvement #96
Conversation
|
||
;; File "src/symbolic_value.ml", line 508, characters 24-30: Assertion failed | ||
;; (f64.eq (f64.copysign (local.get $x) (f64.const 42)) (f64.const 0)) | ||
;; (if (then unreachable)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe you still have to open an issue so we can track this.
(if (then unreachable)) | ||
|
||
;; owi: internal error, uncaught exception: | ||
;; File "src/symbolic_value.ml", line 420, characters 18-24: Assertion failed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here.
(f32.eq (f32.max (local.get $x) (f32.const 42)) (f32.const 0)) | ||
(if (then unreachable)) | ||
|
||
;; File "src/symbolic_value.ml", line 436, characters 24-30: Assertion failed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same.
On the main branch there is a |
Or just create a test to check for out of bounds with a symbolic memory grow. I didn't pay much consideration for formatting when writing the test so it might be ugly |
Merged as part of #119. |
No description provided.