8000
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
On latest Debian on 32bit ARM (armel), pmatch-functionality.sh fails with
pmatch-functionality.sh
Test 8: Multiple EndTags in a single define * Subtest 8.12 FAILED: EndTag, any, LC+EndTag, Two matches * Subtest 8.17 FAILED: EndTag+RC, any, EndTag+LC, RC+LC overlapping, Two matches * Subtest 8.18 FAILED: EndTag+RC, any, EndTag+LC, RC+LC equal coverage, Two matches * Test 8 FAIL: 15 / 18 subtests passed, 3 FAILED ... Test 12: A context as an affix of another * Subtest 12.2 FAILED: Context as a suffix of another (LC), Longer context matches * Test 12 FAIL: 7 / 8 subtests passed, 1 FAILED ... FAIL: 31 / 33 tests passed, 2 FAILED, 0 tests skipped
The text was updated successfully, but these errors were encountered:
It also fails on aarch64 with version 3.15.5.
3.15.5
Sorry, something went wrong.
It fails on every architecture where char is unsigned. This can be reproduced everywhere when compiled with -funsigned-char.
Ping
Any update here?
No branches or pull requests
On latest Debian on 32bit ARM (armel),
pmatch-functionality.sh
fails withThe text was updated successfully, but these errors were encountered: