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

ppl: escape backslashes in python tests #5961

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

htfab
Copy link

@htfab htfab commented Oct 16, 2024

Python 3.12 generates a SynthesisWarning for strings containing unescaped \[ or \]. This causes the test suite to fail, and indirectly blocks building .deb packages for Ubuntu 24.04 (which comes with Python 3.12 as the default).

@maliberty
Copy link
Member

Thanks for the fix. Note that commits need to signed with git commit -s to pass DCO. Please see the details link next to DCO for instruction of fixing it for this PR.

Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

1 similar comment
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

auto-merge was automatically disabled October 16, 2024 03:31

Head branch was pushed to by a user without write access

Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@oharboe
Copy link
Collaborator

oharboe commented Oct 16, 2024

Thanks! When I run ctest --test-dir build -j 32, it fails without this fix.

@maliberty maliberty merged commit 786d57a into The-OpenROAD-Project:master Oct 16, 2024
10 checks passed
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.

3 participants