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

Test failures with pyparsing 3.2.1 #191

Open
FliegendeWurst opened this issue Feb 2, 2025 · 0 comments
Open

Test failures with pyparsing 3.2.1 #191

FliegendeWurst opened this issue Feb 2, 2025 · 0 comments

Comments

@FliegendeWurst
Copy link

Testing asn1tools 0.167.0 with pyparsing 3.2.1 yields several test failures: (full log)

=========================== short test summary info ============================
FAILED tests/test_compile.py::Asn1ToolsCompileTest::test_missing_parameterized_value - IndexError: string index out of range
FAILED tests/test_command_line.py::Asn1ToolsCommandLineTest::test_command_line_generate_c_source_oer - IndexError: string index out of range
FAILED tests/test_parse.py::Asn1ToolsParseTest::test_parse_parameterization - IndexError: string index out of range
FAILED tests/test_codecs_consistency.py::Asn1ToolsCodecsConsistencyTest::test_c_source - IndexError: string index out of range
FAILED tests/test_oer.py::Asn1ToolsOerTest::test_c_source - IndexError: string index out of range
FAILED tests/test_command_line.py::Asn1ToolsCommandLineTest::test_command_line_generate_c_source_uper - SystemExit: error: string index out of range
FAILED tests/test_command_line.py::Asn1ToolsCommandLineTest::test_command_line_generate_rust_source_uper - SystemExit: error: string index out of range
======================== 7 failed, 465 passed in 7.78s =========================

Most likely due to pyparsing/pyparsing#573.

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

No branches or pull requests

1 participant