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

Fix hang in TestStrings.test_index_of_symbolic_start_idx #453

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

spshah1701
Copy link
Contributor

@spshah1701 spshah1701 commented Aug 29, 2024

Implemented the replace_unicode method to convert Unicode escape sequences to their corresponding characters for proper string handling. Resolved the test hanging issue by making the symbolic constraints more manageable for the solver.

Fixes #444

@spshah1701
Copy link
Contributor Author

The issue being resolved in this PR is #444.

@twizmwazin twizmwazin changed the title Issue 440 breakdown tests Fix hang in TestStrings.test_index_of_symbolic_start_idx Aug 29, 2024
@twizmwazin
Copy link
Member

This test is failing consistently now which is better than inconsistently, we'll need to figure out why z3 is being cancelled.

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

Successfully merging this pull request may close these issues.

TestStrings.test_index_of_symbolic_start_idx usually hangs
2 participants