intel / intel/hyperscan

Test failed using hscollider

Open
#438 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
5.5k
Forks
816
Avg merge
4d 21h
Merged PRs (30d)
2

Description

version:5.4.2
test_command:hscollider -e test_reg.txt -c test_str.txt -T 1 -Z R
content of test_str.txt:
15321="foo bar baz": 7,11
content of test_reg.txt:
15321:/(foo[2-9]*bar)|(foo[2-9]*bar[0-9]*baz)/H
output:
hscollider: The Pattern Collider Mark II

Number of threads: 1 (1 scanner, 1 generator)
Expression path: test_reg.txt
Signature files: none
Mode of operation: block mode
UE2 scan alignment: 11
Corpora read from file: test_str.txt

Only failed tests are displayed.
Running single-pattern/single-compile test for 1 expressions.

FAILED: id 15321, alignment 11, corpus 0, results differ
Expression: '/(foo[2-9]*bar)|(foo[2-9]*bar[0-9]*baz)/H'
Corpus data: 'foo bar baz'
PCRE matches: (0,7), (0,11)
UE2 (11) matches:
PCRE only: match (0,7)
PCRE only: match (0,11)

Summary:
Mode: Single/Block
\=\=\=\=\=\=\=\=\=
Expressions processed: 1
Corpora processed: 1
Expressions with failures: 1
Corpora generation failures: 0
Compilation failures: pcre:0, ng:0, ue2:0
Matching failures: pcre:0, ng:0, ue2:0
Match differences: 1
No ground truth: 0
Total match differences: 1

Total elapsed time: 0.00243113 secs.
Failing cmdline was:
./build/bin/hscollider -e test_reg.txt -c test_str.txt -T 1 -Z R

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.