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

lib/analysis/slice/slicing.ml error on ubuntu 22.04 #5

Open
zer0-1s opened this issue Mar 16, 2024 · 0 comments
Open

lib/analysis/slice/slicing.ml error on ubuntu 22.04 #5

zer0-1s opened this issue Mar 16, 2024 · 0 comments

Comments

@zer0-1s
Copy link

zer0-1s commented Mar 16, 2024

wasm@wasm:~/Desktop/wassail$ make test
opam exec -- dune build main.exe
opam exec -- dune runtest              
[WARNING] using incorrect control_dep algorithm
[WARNING] using incorrect control_dep algorithm
                                     
[IMPRECISION] summaries not equal:
expected: stack: [l0], globals: [g0], mem: l0
actual: stack: [l0], globals: [l0,g0], mem: l0,g0
2 call summary:                      
1 call summary: 2 → l0;g0
0 call summary: 1 → l0, 2 → l0;g0
[WARNING] Analyzing unsafe flows in indirect calls is not yet implemented
2 call summary: 
1 call summary: 2 → l0;g0
0 call summary: 1 → l1, 2 → l1;g0
[WARNING] Analyzing unsafe flows in indirect calls is not yet implemented
File "lib/dune", line 22, characters 1-23:
22 |  (inline_tests (flags)) ;; To include online one test, use -only-test foo.ml:linenumber
      ^^^^^^^^^^^^^^^^^^^^^^
[WARNING] instruction is unreachable: 2
[WARNING] instruction is unreachable: 3
[WARNING] instruction is unreachable: 2
File "lib/analysis/slice/slicing.ml", line 1622, characters 2-455: slicing with unreachable return is false.

FAILED 1 / 36 tests
make: *** [Makefile:9: test] Error 1 
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