Skip to content

Commit

Permalink
Adjusts the existing tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lichtso committed Jul 20, 2023
1 parent d4cdda6 commit 163214f
Show file tree
Hide file tree
Showing 8 changed files with 185 additions and 156 deletions.
Binary file modified tests/elfs/reloc_64_64.so
Binary file not shown.
Binary file modified tests/elfs/reloc_64_relative.so
Binary file not shown.
Binary file modified tests/elfs/reloc_64_relative_data.so
Binary file not shown.
Binary file modified tests/elfs/rodata_section.so
Binary file not shown.
Binary file modified tests/elfs/struct_func_pointer.so
Binary file not shown.
Binary file modified tests/elfs/syscall_static.so
Binary file not shown.
339 changes: 184 additions & 155 deletions tests/execution.rs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ fn test_verifier_err_incomplete_lddw() {
let executable = Executable::<TautologyVerifier, TestContextObject>::from_text_bytes(
prog,
Arc::new(BuiltinProgram::new_mock()),
SBPFVersion::V2,
SBPFVersion::V1,
FunctionRegistry::default(),
)
.unwrap();
Expand Down

0 comments on commit 163214f

Please sign in to comment.