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

BUG: remove the fuzzer from test 62-sim-arch_transactions #452

Closed
wants to merge 1 commit into from

Conversation

pcmoore
Copy link
Member

@pcmoore pcmoore commented Jan 25, 2025

We can't reliably run the bpf-sim-fuzz tests on tests which manipulate the filters arch/ABIs unless the filter is safe to run on all arch/ABIs, which is more or less impossible. Remove the bpf-sim-fuzz test section in test #62 to work around this, just as we do with the other similar tests.

We can't reliably run the bpf-sim-fuzz tests on tests which manipulate
the filters arch/ABIs unless the filter is safe to run on all arch/ABIs,
which is more or less impossible.  Remove the bpf-sim-fuzz test section
in test seccomp#62 to work around this, just as we do with the other similar
tests.

Signed-off-by: Paul Moore <[email protected]>
@coveralls
Copy link

Coverage Status

coverage: 90.252%. remained the same
when pulling 7b0fcda on pcmoore:gh-451
into 971ef20 on seccomp:main.

@drakenclimber
Copy link
Member

Pushed to main in commit 7db46d7. Pushed to the release-2.6 branch in commit 2f0f3b0. Thanks, @pcmoore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: 62-sim-arch_transactions test fails on big endian architectures
3 participants