Describe the bug
The test-rules test fails.
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.
|
assert(status == SIGALRM); |
To Reproduce
Expected behavior
Tests should pass.
Please complete the following information:
Additional context
Occurs on both my glibc and musl systems and with --without-crypto.
test-rules.trs:
:test-result: FAIL
:global-test-result: FAIL
:recheck: yes
:copy-in-global-log: yes
Describe the bug
The
test-rulestest 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:
GentooAdditional context
Occurs on both my glibc and musl systems and with
--without-crypto.test-rules.trs: