Skip to content

Update 32-bit & 64-bit test paths to reflect name #12

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ mod tests {

#[test]
fn input_buffer_write_protection_32() {
test_input_buffer_write_protection("out/test_input_buffer_write_protection_64/");
test_input_buffer_write_protection("out/test_input_buffer_write_protection_32/");
}

#[test]
Expand All @@ -636,7 +636,7 @@ mod tests {

#[test]
fn input_buffer_write_protection_child_32() {
test_input_buffer_write_protection_child("out/test_input_buffer_write_protection_64/");
test_input_buffer_write_protection_child("out/test_input_buffer_write_protection_32/");
}

#[test]
Expand Down Expand Up @@ -697,7 +697,7 @@ mod tests {

#[test]
fn set_agent_configuration_twice_64(){
test_early_abort("out/test_set_agent_configuration_twice_32/", "KVM_EXIT_KAFL_SET_AGENT_CONFIG called twice...")
test_early_abort("out/test_set_agent_configuration_twice_64/", "KVM_EXIT_KAFL_SET_AGENT_CONFIG called twice...")
}

#[test]
Expand Down