We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
The test-rules test fails.
test-rules
test-rules.log:
--- PASS 1 --- Assertion failed: status == SIGALRM (tests/test-rules.c: test_process_scan: 3524) Aborted FAIL test-rules (exit status: 134) test-rules.log lines 1-4/4 (END)
Which points to this line.
yara/tests/test-rules.c
Line 3524 in 8fa55cd
To Reproduce
make check
Expected behavior
Tests should pass.
Please complete the following information:
Gentoo
Additional context
Occurs on both my glibc and musl systems and with --without-crypto.
--without-crypto
test-rules.trs:
:test-result: FAIL :global-test-result: FAIL :recheck: yes :copy-in-global-log: yes
The text was updated successfully, but these errors were encountered:
On FreeBSD I have similar test failures, this is with version 4.5.0:
Assertion failed: (status == SIGALRM), function test_process_scan, file tests/test-rules.c, line 3551.
And after commenting it out:
Assertion failed: (status == SIGALRM), function test_process_scan, file tests/test-rules.c, line 3572.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The
test-rules
test fails.test-rules.log:
Which points to this line.
yara/tests/test-rules.c
Line 3524 in 8fa55cd
To Reproduce
Expected behavior
Tests should pass.
Please complete the following information:
Gentoo
Additional context
Occurs on both my glibc and musl systems and with
--without-crypto
.test-rules.trs:
The text was updated successfully, but these errors were encountered: