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

tr: enable ignored tests that have already been fixed #6756

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

BenWiederhake
Copy link
Collaborator

Specifically:

  • check_against_gnu_tr_tests_e: Yes, the test is about octal interpretation.
  • check_against_gnu_tr_tests_ross_0a: Yes, the [Y*] generates multiple Y's, which causes conflicting replacements, which is why the operation is rejected.
  • check_against_gnu_tr_tests_ross_0b: Same, plus a newline character was accidentally forgotten.
  • check_against_gnu_tr_tests_fowler_1: Apparently the problem was fixed at some point.

Inspired by #6737.

Specifically:
- check_against_gnu_tr_tests_e: Yes, the test is about octal interpretation.
- check_against_gnu_tr_tests_ross_0a: Yes, the [Y*] generates multiple Y's, which causes conflicting replacements, which is why the operation is rejected.
- check_against_gnu_tr_tests_ross_0b: Same, plus a newline character was accidentally forgotten.
- check_against_gnu_tr_tests_fowler_1: Apparently the problem was fixed at some point.
@sylvestre sylvestre merged commit f1cad08 into uutils:main Oct 1, 2024
68 checks passed
@sylvestre
Copy link
Contributor

Sweet

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.

2 participants