Skip to content
Closed
Show file tree
Hide file tree
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 tests/60-sim-precompute.tests
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
test type: bpf-sim

# Testname Arch Syscall Arg0 Arg1 Arg2 Arg3 Arg4 Arg5 Result
60-sim-precompute all 0-10 N N N N N N ALLOW
60-sim-precompute all 1000 N N N N N N KILL
60-sim-precompute all 1001 N N N N N N KILL
60-sim-precompute all,-x32 0-10 N N N N N N ALLOW
60-sim-precompute all,-x32 1000 N N N N N N KILL
60-sim-precompute all,-x32 1001 N N N N N N KILL

test type: bpf-sim-fuzz

Expand Down
18 changes: 9 additions & 9 deletions tests/61-sim-transactions.tests
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
test type: bpf-sim

# Testname Arch Syscall Arg0 Arg1 Arg2 Arg3 Arg4 Arg5 Result
61-sim-transactions all 1000 N N N N N N KILL
61-sim-transactions all 1001 N N N N N N KILL
61-sim-transactions all 1002 N N N N N N KILL
61-sim-transactions all 1003 N N N N N N KILL
61-sim-transactions all 1101-1104 N N N N N N KILL
61-sim-transactions all 1105 N N N N N N ALLOW
61-sim-transactions all 1106-1109 N N N N N N KILL
61-sim-transactions all 1110 N N N N N N ALLOW
61-sim-transactions all 1200-1210 N N N N N N ALLOW
61-sim-transactions all,-x32 1000 N N N N N N KILL
61-sim-transactions all,-x32 1001 N N N N N N KILL
61-sim-transactions all,-x32 1002 N N N N N N KILL
61-sim-transactions all,-x32 1003 N N N N N N KILL
61-sim-transactions all,-x32 1101-1104 N N N N N N KILL
61-sim-transactions all,-x32 1105 N N N N N N ALLOW
61-sim-transactions all,-x32 1106-1109 N N N N N N KILL
61-sim-transactions all,-x32 1110 N N N N N N ALLOW
61-sim-transactions all,-x32 1200-1210 N N N N N N ALLOW

test type: bpf-sim-fuzz

Expand Down